/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | type_match_test.cpp | 108 Match2(RuntimeArray, A) \ 114 Match3(RuntimeArray, A, B) \ 122 MatchCompounds2(RuntimeArray, Float) 142 MatchFp2(RuntimeArray, Float)
|
/third_party/spirv-tools/test/link/ |
D | type_match_test.cpp | 109 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/ |
D | type_match_test.cpp | 108 Match2(RuntimeArray, A) \ 114 Match3(RuntimeArray, A, B) \ 122 MatchCompounds2(RuntimeArray, Float) 142 MatchFp2(RuntimeArray, Float)
|
/third_party/spirv-tools/source/opt/ |
D | types.cpp | 119 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()
|
D | types.h | 48 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()
|
D | type_manager.cpp | 570 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/ |
D | types.cpp | 116 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()
|
D | types.h | 47 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()
|
D | type_manager.cpp | 570 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/ |
D | types.cpp | 116 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()
|
D | types.h | 47 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()
|
D | type_manager.cpp | 570 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/ |
D | types_test.cpp | 97 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()
|
D | type_manager_test.cpp | 126 types.emplace_back(new RuntimeArray(v3f32)); in GenerateAllTypes() 127 types.emplace_back(new RuntimeArray(v3s32)); in GenerateAllTypes()
|
D | inst_bindless_check_test.cpp | 1609 TEST_F(InstBindlessTest, RuntimeArray) { in TEST_F() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | types_test.cpp | 97 TestMultipleInstancesOfTheSameType(RuntimeArray, u32_t_.get()) 204 types.emplace_back(new RuntimeArray(v3f32)); 205 types.emplace_back(new RuntimeArray(v3s32));
|
D | type_manager_test.cpp | 126 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/ |
D | types_test.cpp | 97 TestMultipleInstancesOfTheSameType(RuntimeArray, u32_t_.get()) 204 types.emplace_back(new RuntimeArray(v3f32)); 205 types.emplace_back(new RuntimeArray(v3s32));
|
D | type_manager_test.cpp | 126 types.emplace_back(new RuntimeArray(v3f32)); in GenerateAllTypes() 127 types.emplace_back(new RuntimeArray(v3s32)); in GenerateAllTypes()
|
D | inst_bindless_check_test.cpp | 2268 TEST_F(InstBindlessTest, RuntimeArray) { in TEST_F() argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | pad_array_elements_test.cc | 65 TEST_F(PadArrayElementsTest, RuntimeArray) { in TEST_F() argument
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.h | 702 const spvtools::opt::analysis::RuntimeArray* rtarr_ty);
|
/third_party/spirv-tools/test/val/ |
D | val_annotation_test.cpp | 277 TEST_P(ArrayDecorations, RuntimeArray) { in TEST_P() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_annotation_test.cpp | 277 TEST_P(ArrayDecorations, RuntimeArray) { in TEST_P() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_annotation_test.cpp | 277 TEST_P(ArrayDecorations, RuntimeArray) { in TEST_P() argument
|