Home
last modified time | relevance | path

Searched defs:is_matrix (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_xfb_varying.c128 bool is_matrix = glsl_type_is_matrix(type); in copy_to_new_var() local
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLVarying.h23 static bool is_matrix(SkSLType type) { in is_matrix() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dextents.hpp184 bool is_matrix() const in is_matrix() function in boost::numeric::ublas::basic_extents
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_gentype.inl41 bool base<vT, cT, rT, pT>::is_matrix() function in glm::detail::base
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_gentype.inl41 bool base<vT, cT, rT, pT>::is_matrix() function in glm::detail::base
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dgen_builtin_symbols.py999 def is_matrix(self): member in TType
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesLinearAlgebra.cpp154 …(const Tensor& info, std::optional<int64_t> info_bdim, c10::string_view api_name, bool is_matrix) { in _linalg_check_errors_batch_rule()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp1499 bool is_matrix) { in _linalg_check_errors()