Home
last modified time | relevance | path

Searched defs:element_types (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp101 std::vector<Type*> element_types; in RecordIfTypeDefinition() local
Dtypes.h271 const std::vector<Type*>& element_types() const { return element_types_; } in element_types() function
/third_party/mindspore/mindspore/core/ir/
Ddtype_extends.cc204 std::vector<TypePtr> element_types = StringToVectorOfType(element_strs); in ListStrToType() local
226 std::vector<TypePtr> element_types = StringToVectorOfType(element_strs); in TupleStrToType() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h446 const std::vector<const Type*>& element_types() const { in element_types() function
449 std::vector<const Type*>& element_types() { return element_types_; } in element_types() function
Dupgrade_memory_model.cpp730 std::vector<const analysis::Type*> element_types(2); in UpgradeExtInst() local
Dtype_manager.cpp766 std::vector<const Type*> element_types; in RecordIfTypeDefinition() local
/third_party/spirv-tools/source/opt/
Dtypes.h446 const std::vector<const Type*>& element_types() const { in element_types() function
449 std::vector<const Type*>& element_types() { return element_types_; } in element_types() function
Dupgrade_memory_model.cpp730 std::vector<const analysis::Type*> element_types(2); in UpgradeExtInst() local
Dtype_manager.cpp766 std::vector<const Type*> element_types; in RecordIfTypeDefinition() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h446 const std::vector<const Type*>& element_types() const { in element_types() function
449 std::vector<const Type*>& element_types() { return element_types_; } in element_types() function
Dupgrade_memory_model.cpp730 std::vector<const analysis::Type*> element_types(2); in UpgradeExtInst() local
Dtype_manager.cpp766 std::vector<const Type*> element_types; in RecordIfTypeDefinition() local
/third_party/python/Modules/_ctypes/
Dstgdict.c712 ffi_type **element_types; /* of this struct/union */ in PyCStructUnionType_update_stgdict() local