/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 179 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/ |
D | available_instructions_test.cpp | 179 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/ |
D | available_instructions_test.cpp | 179 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/ |
D | binary_parse_test.cpp | 165 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},
|
D | binary_to_text_test.cpp | 177 {"", spvtest::MakeInstruction(SpvOpTypeVoid, {0}), 181 {"%1 = OpTypeVoid", spvtest::MakeInstruction(SpvOpTypeVoid, {1}),
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 162 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/ |
D | binary_parse_test.cpp | 165 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},
|
D | binary_to_text_test.cpp | 188 {"", spvtest::MakeInstruction(SpvOpTypeVoid, {0}), 192 {"%1 = OpTypeVoid", spvtest::MakeInstruction(SpvOpTypeVoid, {1}),
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 165 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},
|
D | binary_to_text_test.cpp | 177 {"", spvtest::MakeInstruction(SpvOpTypeVoid, {0}), 181 {"%1 = OpTypeVoid", spvtest::MakeInstruction(SpvOpTypeVoid, {1}),
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_type_unique_test.cpp | 113 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/ |
D | val_type_unique_test.cpp | 110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F() 237 Not(HasSubstr(GetErrorString(SpvOpTypeVoid)))); in TEST_F()
|
/third_party/spirv-tools/test/val/ |
D | val_type_unique_test.cpp | 110 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/ |
D | val_type_unique_test.cpp | 110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F() 237 Not(HasSubstr(GetErrorString(SpvOpTypeVoid)))); in TEST_F()
|
/third_party/spirv-tools/source/val/ |
D | validate_type.cpp | 222 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/ |
D | validate_type.cpp | 222 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()
|
D | validate_image.cpp | 800 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/ |
D | validate_type.cpp | 222 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()
|
D | validate_image.cpp | 800 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/ |
D | reflect.h | 38 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
/third_party/spirv-tools/source/opt/ |
D | reflect.h | 46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | reflect.h | 46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | reflect.h | 46 return (opcode >= SpvOpTypeVoid && opcode <= SpvOpTypeForwardPointer) || in IsTypeInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 45 2u << SpvWordCountShift | SpvOpTypeVoid, in SetUp()
|
/third_party/skia/third_party/externals/spirv-tools/test/link/ |
D | global_values_amount_test.cpp | 45 2u << SpvWordCountShift | SpvOpTypeVoid, in SetUp()
|