Home
last modified time | relevance | path

Searched defs:is_scalar (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/qvm/
Dscalar_traits.hpp35 is_scalar struct
37 static bool const value=false;
39 template <> struct is_scalar<char> { static bool const value=true; }; struct
40 template <> struct is_scalar<signed char> { static bool const value=true; }; argument
41 template <> struct is_scalar<unsigned char> { static bool const value=true; }; struct
42 template <> struct is_scalar<signed short> { static bool const value=true; }; argument
43 template <> struct is_scalar<unsigned short> { static bool const value=true; }; struct
44 template <> struct is_scalar<signed int> { static bool const value=true; }; argument
45 template <> struct is_scalar<unsigned int> { static bool const value=true; }; argument
46 template <> struct is_scalar<signed long> { static bool const value=true; }; struct
[all …]
/third_party/boost/boost/type_traits/
Dis_scalar.hpp21 struct is_scalar struct
/third_party/flatbuffers/include/flatbuffers/
Dstl_emulation.h157 template <typename T> using is_scalar = std::is_scalar<T>; variable
171 template <typename T> using is_scalar = std::tr1::is_scalar<T>; variable
Dreflection.h448 auto is_scalar = flatbuffers::is_scalar<T>::value; variable
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c525 bool is_scalar, bool allow_copies) in brw_nir_optimize()
765 const bool is_scalar = compiler->scalar_stage[nir->info.stage]; in brw_preprocess_nir() local
996 bool is_scalar, in brw_vectorize_lower_mem_access()
1052 bool is_scalar, bool debug_enabled, in brw_postprocess_nir()
1303 bool is_scalar) in brw_nir_apply_key()
Dbrw_compiler.c169 bool is_scalar = compiler->scalar_stage[i]; in brw_compiler_create() local
Dbrw_shader.h136 const bool is_scalar = compiler->scalar_stage[stage]; in brw_nir_no_indirect_mask() local
Dbrw_vec4_tcs.cpp370 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_CTRL]; in brw_compile_tcs() local
Dbrw_vec4_gs_visitor.cpp599 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_GEOMETRY]; in brw_compile_gs() local
Dbrw_shader.cpp1342 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_TESS_EVAL]; in brw_compile_tes() local
Dbrw_vec4_nir.cpp1004 bool is_scalar = true; in try_immediate_source() local
Dbrw_vec4.cpp2900 const bool is_scalar = compiler->scalar_stage[MESA_SHADER_VERTEX]; in brw_compile_vs() local
/third_party/mindspore/tests/st/ops/ascend/test_tensor_print/
Dtensor_print_utils.py34 def get_tensor(is_scalar, input_type): argument
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp33 bool is_scalar) in brw_nir_setup_glsl_builtin_uniform()
151 bool is_scalar) in brw_nir_setup_glsl_uniform()
219 bool is_scalar) in brw_nir_setup_glsl_uniforms()
Dbrw_program.c62 brw_nir_lower_uniforms(nir_shader *nir, bool is_scalar) in brw_nir_lower_uniforms()
84 bool is_scalar) in brw_create_nir()
/third_party/skia/third_party/externals/tint/src/sem/
Dtype.cc67 bool Type::is_scalar() const { in is_scalar() function in tint::sem::Type
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dfusion_eltwise.cc149 bool is_scalar = shape.empty() || (shape.size() == DIMENSION_1D && shape.front() == 1); in IsEltwiseAndOperatorSupported() local
368 bool is_scalar = IsScalar(shape); in Codegen() local
/third_party/boost/boost/numeric/ublas/tensor/
Dextents.hpp149 bool is_scalar() const in is_scalar() function in boost::numeric::ublas::basic_extents
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp2009 const bool is_scalar = IsScalar(type.base_type); in GenTableFieldGetter() local
2178 const bool is_scalar = IsScalar(type.base_type); in GenTableFieldSetter() local
2422 const bool is_scalar = IsScalar(field.value.type.base_type); in GenBuilders() local
3351 const auto is_scalar = IsScalar(type.base_type); in GenStruct() local
Didl_gen_rust.cpp1916 const bool is_scalar = IsScalar(field.value.type.base_type); in GenTable() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.inl29 bool base<vT, cT, rT, pT>::is_scalar() function in glm::detail::base
/third_party/boost/boost/move/detail/
Dtype_traits.hpp489 struct is_scalar struct
490 { static const bool value = is_integral<T>::value || is_floating_point<T>::value; };
/third_party/mesa3d/src/compiler/
Dglsl_types.h717 bool is_scalar() const in is_scalar() function
/third_party/boost/libs/qvm/doc/
Dqvm.adoc436 [[is_scalar]] anchor
469 [[scalar_traits]]
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp583 bool Compiler::is_scalar(const SPIRType &type) const in is_scalar() function in Compiler