Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp206 [](const opt::analysis::Type* element_type) { in ContainsPointer()
224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
Dtransformation_add_type_array.cpp40 auto element_type = in IsApplicable() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp207 [](const opt::analysis::Type* element_type) { in ContainsPointer()
225 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
Dtransformation_add_type_array.cpp40 auto element_type = in IsApplicable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp206 [](const opt::analysis::Type* element_type) { in ContainsPointer()
224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
Dtransformation_add_type_array.cpp40 auto element_type = in IsApplicable() local
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_initializers.c44 const struct glsl_type *element_type = glsl_get_array_element(type); in set_opaque_binding() local
205 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
221 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
Dlower_named_interface_blocks.cpp72 const glsl_type *element_type = type->fields.array; in process_array_type() local
/third_party/spirv-tools/source/opt/
Dconstants.cpp397 const Type* element_type = type->AsVector()->element_type(); in GetNullCompositeConstant() local
404 const Type* element_type = type->AsMatrix()->element_type(); in GetNullCompositeConstant() local
414 const Type* element_type = type->AsArray()->element_type(); in GetNullCompositeConstant() local
432 const auto* element_type = type->element_type(); in GetNumericVectorConstantWithWords() local
539 const analysis::Type* element_type = vector_type->element_type(); in GetVectorComponents() local
Dtypes.h277 const Type* element_type() const { return element_type_; } in element_type() function
298 const Type* element_type() const { return element_type_; } in element_type() function
397 const Type* element_type() const { return element_type_; } in element_type() function
422 const Type* element_type() const { return element_type_; } in element_type() function
Dtype_manager.cpp978 const ForwardPointer* element_type = in ReplaceForwardPointers() local
985 const ForwardPointer* element_type = in ReplaceForwardPointers() local
1039 const Type* element_type = type->AsArray()->element_type(); in ReplaceType() local
1045 const Type* element_type = type->AsRuntimeArray()->element_type(); in ReplaceType() local
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.h36 CTypeInfo::Type element_type; member
Dfast-api-calls.cc53 CTypeInfo::Type element_type = CTypeInfo::Type::kVoid; in ResolveOverloads() local
/third_party/gn/src/base/mac/
Dscoped_typeref.h54 typedef T element_type; typedef
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h271 const Type* element_type() const { return element_type_; } in element_type() function
293 const Type* element_type() const { return element_type_; } in element_type() function
395 const Type* element_type() const { return element_type_; } in element_type() function
420 const Type* element_type() const { return element_type_; } in element_type() function
Dtype_manager.cpp945 const ForwardPointer* element_type = in ReplaceForwardPointers() local
952 const ForwardPointer* element_type = in ReplaceForwardPointers() local
1006 const Type* element_type = type->AsArray()->element_type(); in ReplaceType() local
1012 const Type* element_type = type->AsRuntimeArray()->element_type(); in ReplaceType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h271 const Type* element_type() const { return element_type_; } in element_type() function
293 const Type* element_type() const { return element_type_; } in element_type() function
395 const Type* element_type() const { return element_type_; } in element_type() function
420 const Type* element_type() const { return element_type_; } in element_type() function
Dtype_manager.cpp945 const ForwardPointer* element_type = in ReplaceForwardPointers() local
952 const ForwardPointer* element_type = in ReplaceForwardPointers() local
1006 const Type* element_type = type->AsArray()->element_type(); in ReplaceType() local
1012 const Type* element_type = type->AsRuntimeArray()->element_type(); in ReplaceType() local
/third_party/gn/src/base/
Dscoped_generic.h69 typedef T element_type; typedef
/third_party/node/deps/v8/src/wasm/
Dstruct-types.h132 ValueType element_type() const { return rep_; } in element_type() function
Dcanonical-types.cc134 ValueType element_type = CanonicalizeValueType( in CanonicalizeTypeDef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h137 typedef T element_type; typedef
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_type.cpp215 const auto element_type = _.FindDef(element_type_id); in ValidateTypeArray() local
285 const auto element_type = _.FindDef(element_id); in ValidateTypeRuntimeArray() local
/third_party/spirv-tools/source/val/
Dvalidate_type.cpp215 const auto element_type = _.FindDef(element_type_id); in ValidateTypeArray() local
285 const auto element_type = _.FindDef(element_id); in ValidateTypeRuntimeArray() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp215 const auto element_type = _.FindDef(element_type_id); in ValidateTypeArray() local
285 const auto element_type = _.FindDef(element_id); in ValidateTypeRuntimeArray() local

1234