Home
last modified time | relevance | path

Searched refs:SpvOpTypeVoid (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp179 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
186 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
196 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
206 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
/third_party/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp179 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
186 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
196 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
206 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Davailable_instructions_test.cpp179 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
186 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
196 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
206 ASSERT_EQ(SpvOpTypeVoid, available[0]->opcode()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_parse_test.cpp165 const auto void_inst = MakeInstruction(SpvOpTypeVoid, {result_id}); in MakeParsedVoidTypeInstruction()
171 SpvOpTypeVoid, in MakeParsedVoidTypeInstruction()
622 MakeInstruction(SpvOpTypeVoid, {1, 2})}),
626 MakeInstruction(SpvOpTypeVoid, {1, 2, 5, 9, 10})}),
766 {spvOpcodeMake(2, SpvOpTypeVoid), 0}}),
770 {spvOpcodeMake(2, SpvOpTypeVoid), 1},
Dbinary_to_text_test.cpp177 {"", spvtest::MakeInstruction(SpvOpTypeVoid, {0}),
181 {"%1 = OpTypeVoid", spvtest::MakeInstruction(SpvOpTypeVoid, {1}),
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp162 const auto void_inst = MakeInstruction(SpvOpTypeVoid, {result_id}); in MakeParsedVoidTypeInstruction()
168 SpvOpTypeVoid, in MakeParsedVoidTypeInstruction()
627 MakeInstruction(SpvOpTypeVoid, {1, 2})}),
631 MakeInstruction(SpvOpTypeVoid, {1, 2, 5, 9, 10})}),
771 {spvOpcodeMake(2, SpvOpTypeVoid), 0}}),
775 {spvOpcodeMake(2, SpvOpTypeVoid), 1},
/third_party/spirv-tools/test/
Dbinary_parse_test.cpp165 const auto void_inst = MakeInstruction(SpvOpTypeVoid, {result_id}); in MakeParsedVoidTypeInstruction()
171 SpvOpTypeVoid, in MakeParsedVoidTypeInstruction()
613 MakeInstruction(SpvOpTypeVoid, {1, 2})}),
617 MakeInstruction(SpvOpTypeVoid, {1, 2, 5, 9, 10})}),
757 {spvOpcodeMake(2, SpvOpTypeVoid), 0}}),
761 {spvOpcodeMake(2, SpvOpTypeVoid), 1},
Dbinary_to_text_test.cpp188 {"", spvtest::MakeInstruction(SpvOpTypeVoid, {0}),
192 {"%1 = OpTypeVoid", spvtest::MakeInstruction(SpvOpTypeVoid, {1}),
/third_party/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp165 const auto void_inst = MakeInstruction(SpvOpTypeVoid, {result_id}); in MakeParsedVoidTypeInstruction()
171 SpvOpTypeVoid, in MakeParsedVoidTypeInstruction()
622 MakeInstruction(SpvOpTypeVoid, {1, 2})}),
626 MakeInstruction(SpvOpTypeVoid, {1, 2, 5, 9, 10})}),
766 {spvOpcodeMake(2, SpvOpTypeVoid), 0}}),
770 {spvOpcodeMake(2, SpvOpTypeVoid), 1},
Dbinary_to_text_test.cpp177 {"", spvtest::MakeInstruction(SpvOpTypeVoid, {0}),
181 {"%1 = OpTypeVoid", spvtest::MakeInstruction(SpvOpTypeVoid, {1}),
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_type_unique_test.cpp113 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
238 Not(HasSubstr(GetErrorString(SpvOpTypeVoid)))); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_type_unique_test.cpp110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
237 Not(HasSubstr(GetErrorString(SpvOpTypeVoid)))); in TEST_F()
/third_party/spirv-tools/test/val/
Dval_type_unique_test.cpp110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
237 Not(HasSubstr(GetErrorString(SpvOpTypeVoid)))); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
237 Not(HasSubstr(GetErrorString(SpvOpTypeVoid)))); in TEST_F()
/third_party/spirv-tools/source/val/
Dvalidate_type.cpp222 if (element_type->opcode() == SpvOpTypeVoid) { in ValidateTypeArray()
292 if (element_type->opcode() == SpvOpTypeVoid) { in ValidateTypeRuntimeArray()
325 if (member_type->opcode() == SpvOpTypeVoid) { in ValidateTypeStruct()
478 if (param_type->opcode() == SpvOpTypeVoid) { in ValidateTypeFunction()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_type.cpp222 if (element_type->opcode() == SpvOpTypeVoid) { in ValidateTypeArray()
292 if (element_type->opcode() == SpvOpTypeVoid) { in ValidateTypeRuntimeArray()
354 if (member_type->opcode() == SpvOpTypeVoid) { in ValidateTypeStruct()
493 if (param_type->opcode() == SpvOpTypeVoid) { in ValidateTypeFunction()
Dvalidate_image.cpp800 if (sampled_type_opcode != SpvOpTypeVoid && in ValidateTypeImage()
1062 ptr_opcode != SpvOpTypeVoid) { in ValidateImageTexelPointer()
1204 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageLod()
1359 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageFetch()
1440 _.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageGather()
1576 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageRead()
1679 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageWrite()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp222 if (element_type->opcode() == SpvOpTypeVoid) { in ValidateTypeArray()
292 if (element_type->opcode() == SpvOpTypeVoid) { in ValidateTypeRuntimeArray()
354 if (member_type->opcode() == SpvOpTypeVoid) { in ValidateTypeStruct()
493 if (param_type->opcode() == SpvOpTypeVoid) { in ValidateTypeFunction()
Dvalidate_image.cpp800 if (sampled_type_opcode != SpvOpTypeVoid && in ValidateTypeImage()
1062 ptr_opcode != SpvOpTypeVoid) { in ValidateImageTexelPointer()
1204 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageLod()
1359 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageFetch()
1440 _.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageGather()
1576 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageRead()
1679 if (_.GetIdOpcode(info.sampled_type) != SpvOpTypeVoid) { in ValidateImageWrite()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h38 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
/third_party/spirv-tools/source/opt/
Dreflect.h46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreflect.h46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp45 2u << SpvWordCountShift | SpvOpTypeVoid, in SetUp()
/third_party/skia/third_party/externals/spirv-tools/test/link/
Dglobal_values_amount_test.cpp45 2u << SpvWordCountShift | SpvOpTypeVoid, in SetUp()

123456