Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dgl_nir_lower_xfb_varying.c128 bool is_matrix = glsl_type_is_matrix(type); in copy_to_new_var() local
/external/skia/src/gpu/ganesh/glsl/
DGrGLSLVarying.h23 static bool is_matrix(SkSLType type) { in is_matrix() function
/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
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.inl41 bool base<vT, cT, rT, pT>::is_matrix() function in glm::detail::base
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py999 def is_matrix(self): member in TType
/external/pytorch/aten/src/ATen/functorch/
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()
/external/pytorch/aten/src/ATen/native/
DBatchLinearAlgebra.cpp1499 bool is_matrix) { in _linalg_check_errors()