Home
last modified time | relevance | path

Searched refs:RuntimeArray (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dtype_match_test.cpp108 Match2(RuntimeArray, A) \
114 Match3(RuntimeArray, A, B) \
122 MatchCompounds2(RuntimeArray, Float)
142 MatchFp2(RuntimeArray, Float)
/third_party/spirv-tools/test/link/
Dtype_match_test.cpp109 Match2(RuntimeArray, A) \
115 Match3(RuntimeArray, A, B) \
123 MatchCompounds2(RuntimeArray, Float)
143 MatchFp2(RuntimeArray, Float)
/third_party/skia/third_party/externals/spirv-tools/test/link/
Dtype_match_test.cpp108 Match2(RuntimeArray, A) \
114 Match3(RuntimeArray, A, B) \
122 MatchCompounds2(RuntimeArray, Float)
142 MatchFp2(RuntimeArray, Float)
/third_party/spirv-tools/source/opt/
Dtypes.cpp119 DeclareKindCase(RuntimeArray); in Clone()
165 DeclareKindCase(RuntimeArray); in operator ==()
219 DeclareKindCase(RuntimeArray); in ComputeHashValue()
458 RuntimeArray::RuntimeArray(const Type* type) in RuntimeArray() function in spvtools::opt::analysis::RuntimeArray
463 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl()
464 const RuntimeArray* rat = that->AsRuntimeArray(); in IsSameImpl()
470 std::string RuntimeArray::str() const { in str()
476 size_t RuntimeArray::ComputeExtraStateHash(size_t hash, SeenTypes* seen) const { in ComputeExtraStateHash()
480 void RuntimeArray::ReplaceElementType(const Type* type) { in ReplaceElementType()
Dtypes.h48 class RuntimeArray; variable
183 DeclareCastMethod(RuntimeArray)
406 class RuntimeArray : public Type {
408 RuntimeArray(const Type* element_type);
409 RuntimeArray(const RuntimeArray&) = default;
414 RuntimeArray* AsRuntimeArray() override { return this; } in AsRuntimeArray()
415 const RuntimeArray* AsRuntimeArray() const override { return this; } in AsRuntimeArray()
Dtype_manager.cpp570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType()
572 rebuilt_ty = MakeUnique<RuntimeArray>(RebuildType(*ele_ty)); in RebuildType()
758 type = new RuntimeArray(GetType(inst.GetSingleWordInOperand(0))); in RecordIfTypeDefinition()
927 } else if (const RuntimeArray* runtime_array_type = in GetMemberType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.cpp116 DeclareKindCase(RuntimeArray); in Clone()
162 DeclareKindCase(RuntimeArray); in operator ==()
213 DeclareKindCase(RuntimeArray); in GetHashWords()
435 RuntimeArray::RuntimeArray(const Type* type) in RuntimeArray() function in spvtools::opt::analysis::RuntimeArray
440 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl()
441 const RuntimeArray* rat = that->AsRuntimeArray(); in IsSameImpl()
447 std::string RuntimeArray::str() const { in str()
453 void RuntimeArray::GetExtraHashWords( in GetExtraHashWords()
458 void RuntimeArray::ReplaceElementType(const Type* type) { in ReplaceElementType()
Dtypes.h47 class RuntimeArray; variable
189 DeclareCastMethod(RuntimeArray)
414 class RuntimeArray : public Type {
416 RuntimeArray(const Type* element_type);
417 RuntimeArray(const RuntimeArray&) = default;
422 RuntimeArray* AsRuntimeArray() override { return this; } in AsRuntimeArray()
423 const RuntimeArray* AsRuntimeArray() const override { return this; } in AsRuntimeArray()
Dtype_manager.cpp570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType()
572 rebuilt_ty = MakeUnique<RuntimeArray>(RebuildType(*ele_ty)); in RebuildType()
758 type = new RuntimeArray(GetType(inst.GetSingleWordInOperand(0))); in RecordIfTypeDefinition()
928 } else if (const RuntimeArray* runtime_array_type = in GetMemberType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.cpp116 DeclareKindCase(RuntimeArray); in Clone()
162 DeclareKindCase(RuntimeArray); in operator ==()
213 DeclareKindCase(RuntimeArray); in GetHashWords()
435 RuntimeArray::RuntimeArray(const Type* type) in RuntimeArray() function in spvtools::opt::analysis::RuntimeArray
440 bool RuntimeArray::IsSameImpl(const Type* that, IsSameCache* seen) const { in IsSameImpl()
441 const RuntimeArray* rat = that->AsRuntimeArray(); in IsSameImpl()
447 std::string RuntimeArray::str() const { in str()
453 void RuntimeArray::GetExtraHashWords( in GetExtraHashWords()
458 void RuntimeArray::ReplaceElementType(const Type* type) { in ReplaceElementType()
Dtypes.h47 class RuntimeArray; variable
189 DeclareCastMethod(RuntimeArray)
414 class RuntimeArray : public Type {
416 RuntimeArray(const Type* element_type);
417 RuntimeArray(const RuntimeArray&) = default;
422 RuntimeArray* AsRuntimeArray() override { return this; } in AsRuntimeArray()
423 const RuntimeArray* AsRuntimeArray() const override { return this; } in AsRuntimeArray()
Dtype_manager.cpp570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType()
572 rebuilt_ty = MakeUnique<RuntimeArray>(RebuildType(*ele_ty)); in RebuildType()
758 type = new RuntimeArray(GetType(inst.GetSingleWordInOperand(0))); in RecordIfTypeDefinition()
928 } else if (const RuntimeArray* runtime_array_type = in GetMemberType()
/third_party/spirv-tools/test/opt/
Dtypes_test.cpp97 TestMultipleInstancesOfTheSameType(RuntimeArray, u32_t_.get())
204 types.emplace_back(new RuntimeArray(v3f32));
205 types.emplace_back(new RuntimeArray(v3s32));
288 RuntimeArray runtime_array(&f32); in TEST()
Dtype_manager_test.cpp126 types.emplace_back(new RuntimeArray(v3f32)); in GenerateAllTypes()
127 types.emplace_back(new RuntimeArray(v3s32)); in GenerateAllTypes()
Dinst_bindless_check_test.cpp1609 TEST_F(InstBindlessTest, RuntimeArray) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp97 TestMultipleInstancesOfTheSameType(RuntimeArray, u32_t_.get())
204 types.emplace_back(new RuntimeArray(v3f32));
205 types.emplace_back(new RuntimeArray(v3s32));
Dtype_manager_test.cpp126 types.emplace_back(new RuntimeArray(v3f32)); in GenerateAllTypes()
127 types.emplace_back(new RuntimeArray(v3s32)); in GenerateAllTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp97 TestMultipleInstancesOfTheSameType(RuntimeArray, u32_t_.get())
204 types.emplace_back(new RuntimeArray(v3f32));
205 types.emplace_back(new RuntimeArray(v3s32));
Dtype_manager_test.cpp126 types.emplace_back(new RuntimeArray(v3f32)); in GenerateAllTypes()
127 types.emplace_back(new RuntimeArray(v3s32)); in GenerateAllTypes()
Dinst_bindless_check_test.cpp2268 TEST_F(InstBindlessTest, RuntimeArray) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/transform/
Dpad_array_elements_test.cc65 TEST_F(PadArrayElementsTest, RuntimeArray) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.h702 const spvtools::opt::analysis::RuntimeArray* rtarr_ty);
/third_party/spirv-tools/test/val/
Dval_annotation_test.cpp277 TEST_P(ArrayDecorations, RuntimeArray) { in TEST_P() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_annotation_test.cpp277 TEST_P(ArrayDecorations, RuntimeArray) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_annotation_test.cpp277 TEST_P(ArrayDecorations, RuntimeArray) { in TEST_P() argument

12