Home
last modified time | relevance | path

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

12345

/third_party/flatbuffers/src/
Dbfbs_gen.h75 static bool IsStructOrTable(const reflection::BaseType base_type) { in IsStructOrTable()
79 static bool IsFloatingPoint(const reflection::BaseType base_type) { in IsFloatingPoint()
83 static bool IsBool(const reflection::BaseType base_type) { in IsBool()
87 static bool IsSingleByte(const reflection::BaseType base_type) { in IsSingleByte()
91 static bool IsVector(const reflection::BaseType base_type) { in IsVector()
138 const reflection::BaseType base_type = variable
151 const reflection::BaseType base_type = variable
195 const reflection::BaseType base_type = variable
Dbfbs_gen_nim.cpp201 const r::BaseType base_type = field->type()->base_type(); in GenerateObject() local
402 const r::BaseType base_type = field->type()->base_type(); in GenerateMethod() local
409 const r::BaseType base_type = in GenerateGetter() local
454 const r::BaseType base_type = in GenerateType() local
487 const r::BaseType base_type = in GenerateTypeBasic() local
517 const r::BaseType base_type = field->type()->base_type(); in DefaultValue() local
Dbfbs_gen_lua.cpp223 const r::BaseType base_type = field->type()->base_type(); in GenerateObjects() local
509 const r::BaseType base_type = field->type()->base_type(); in GenerateMethod() local
529 const r::BaseType base_type = in GenerateType() local
562 const r::BaseType base_type = field->type()->base_type(); in DefaultValue() local
/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp28 const uint32_t base_type) { in ValidateBaseType()
73 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
143 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
171 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
192 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
207 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
/third_party/mesa3d/src/compiler/
Dbuiltin_types.py6 def simple_type(name, gl_type, base_type, rows, cols): argument
15 def sampler_type(name, gl_type, base_type, dim, shadow, array, sampled_type): argument
28 def vector_type(base_name, vec_name, base_type, gl_type, extra_gl_type=None): argument
Dglsl_types.h156 glsl_base_type_get_bit_size(const enum glsl_base_type base_type) in glsl_base_type_get_bit_size()
288 enum glsl_base_type base_type:8; member
993 glsl_simple_type(unsigned base_type, unsigned rows, unsigned columns) in glsl_simple_type()
1092 glsl_scalar_type(enum glsl_base_type base_type) in glsl_scalar_type()
1098 glsl_vector_type(enum glsl_base_type base_type, unsigned components) in glsl_vector_type()
1106 glsl_matrix_type(enum glsl_base_type base_type, in glsl_matrix_type()
Dglsl_types.c62 enum glsl_base_type base_type, unsigned vector_elements, in make_vector_matrix_type()
612 glsl_simple_explicit_type(unsigned base_type, unsigned rows, unsigned columns, in glsl_simple_explicit_type()
742 get_explicit_matrix_instance(unsigned int base_type, unsigned int rows, unsigned int columns, in get_explicit_matrix_instance()
1869 const glsl_type *base_type = st->fields.array; in glsl_get_struct_location_offset() local
3011 unsigned base_type:5; member
3019 unsigned base_type:5; member
3027 unsigned base_type:5; member
3033 unsigned base_type:5; member
3200 enum glsl_base_type base_type = (enum glsl_base_type)encoded.basic.base_type; in decode_type_from_blob() local
3886 glsl_type_count(const glsl_type *type, enum glsl_base_type base_type) in glsl_type_count()
/third_party/python/Lib/importlib/metadata/
D_itertools.py23 def always_iterable(obj, base_type=(str, bytes)): argument
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/control_flow/
Dtest_fallback_tuple_with_mindspore_function.py33 def test_isinstance(a, base_type): argument
/third_party/skia/third_party/externals/tint/src/inspector/
Dresource_binding.cc50 ResourceBinding::SampledKind BaseTypeToSampledKind(const sem::Type* base_type) { in BaseTypeToSampledKind()
Dtest_inspector_builder.cc232 const ast::Type* base_type, in MakeSamplerReferenceBodyFunction()
252 const ast::Type* base_type, in MakeSamplerReferenceBodyFunction()
275 const ast::Type* base_type, in MakeComparisonSamplerReferenceBodyFunction()
/third_party/spirv-tools/source/opt/
Dinstruction.cpp284 Instruction* base_type = in IsVulkanStorageImage() local
319 Instruction* base_type = in IsVulkanSampledImage() local
354 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
385 Instruction* base_type = in IsVulkanStorageBuffer() local
444 Instruction* base_type = in IsVulkanUniformBuffer() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp277 Instruction* base_type = in IsVulkanStorageImage() local
311 Instruction* base_type = in IsVulkanSampledImage() local
345 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
375 Instruction* base_type = in IsVulkanStorageBuffer() local
433 Instruction* base_type = in IsVulkanUniformBuffer() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp277 Instruction* base_type = in IsVulkanStorageImage() local
311 Instruction* base_type = in IsVulkanSampledImage() local
345 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
375 Instruction* base_type = in IsVulkanStorageBuffer() local
433 Instruction* base_type = in IsVulkanUniformBuffer() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c75 enum glsl_base_type base_type = glsl_get_base_type(type); in dxil_get_comp_type() local
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_initializers.c117 const enum glsl_base_type base_type = glsl_get_base_type(type); in copy_constant_to_storage() local
222 const enum glsl_base_type base_type = glsl_get_base_type(element_type); in set_uniform_initializer() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cf.c137 type_t base_type = ir3_output_conv_type(src, &can_fold); in try_conversion_folding() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dexpect_fun_call.rs35 let base_type = arg_type.peel_refs(); in check() localVariable
/third_party/mesa3d/src/compiler/nir/
Dnir_mod_analysis.c61 nir_alu_type base_type = nir_alu_type_get_base_type(val_type); in nir_mod_analysis() local
Dnir_lower_alu.c142 nir_alu_type base_type = nir_op_infos[instr->op].output_type; in lower_alu_instr() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c135 vtn_mediump_downconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_def *def) in vtn_mediump_downconvert()
167 enum glsl_base_type base_type = glsl_get_base_type(src->type); in vtn_mediump_downconvert_value() local
590 vtn_mediump_upconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_def *def) in vtn_mediump_upconvert()
610 enum glsl_base_type base_type = glsl_get_base_type(value->type); in vtn_mediump_upconvert_value() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dmedian_grad.cc98 TypePtr const base_type = kFloat64; in MedianGradInferType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_helper.cc351 auto base_type = common::AnfAlgo::GetPrevNodeOutputInferDataType(cnode, ms_real_idx); in GetKernelInfoByInputs() local
410 auto base_type = common::AnfAlgo::GetOutputInferDataType(node, i); in GetKernelInfoByOutputs() local
469 bool AclHelper::IsInputDtypeSupport(const std::string &kernel_name, TypeId base_type, size_t idx) { in IsInputDtypeSupport()

12345