/third_party/spirv-tools/source/val/ |
D | validate_extensions.cpp | 250 if (!name || name->opcode() != SpvOpString) { in ValidateClspvReflectionKernel() 274 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(4)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 278 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(5)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 544 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(6)) != SpvOpString) { in ValidateClspvReflectionConstantData() 2696 CHECK_OPERAND("File", SpvOpString, 5); in ValidateExtInst() 2697 if (num_words == 7) CHECK_OPERAND("Text", SpvOpString, 6); in ValidateExtInst() 2701 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2779 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2806 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2832 CHECK_OPERAND("Name", SpvOpString, word_index + 1); in ValidateExtInst() [all …]
|
D | validate_debug.cpp | 48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 43 case SpvOpString: in vtn_validate_preamble_instruction() 131 case SpvOpString: in vtn_validate_handle_constant_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 279 if (!name || name->opcode() != SpvOpString) { in ValidateClspvReflectionKernel() 303 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(4)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 307 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(5)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 573 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(6)) != SpvOpString) { in ValidateClspvReflectionConstantData() 2751 CHECK_OPERAND("File", SpvOpString, 5); in ValidateExtInst() 2752 if (num_words == 7) CHECK_OPERAND("Text", SpvOpString, 6); in ValidateExtInst() 2756 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2859 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2889 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2918 CHECK_OPERAND("Name", SpvOpString, word_index + 1); in ValidateExtInst() [all …]
|
D | validate_debug.cpp | 48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_extensions.cpp | 279 if (!name || name->opcode() != SpvOpString) { in ValidateClspvReflectionKernel() 303 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(4)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 307 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(5)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 573 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(6)) != SpvOpString) { in ValidateClspvReflectionConstantData() 2751 CHECK_OPERAND("File", SpvOpString, 5); in ValidateExtInst() 2752 if (num_words == 7) CHECK_OPERAND("Text", SpvOpString, 6); in ValidateExtInst() 2756 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2859 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2889 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2918 CHECK_OPERAND("Name", SpvOpString, word_index + 1); in ValidateExtInst() [all …]
|
D | validate_debug.cpp | 48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
|
/third_party/spirv-tools/source/opt/ |
D | reflect.h | 29 opcode == SpvOpString; in IsDebug1Inst()
|
D | strip_debug_info_pass.cpp | 40 case SpvOpString: { in Process()
|
D | inst_debug_printf_pass.cpp | 160 if (opnd_inst->opcode() == SpvOpString) { in GenOutputCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | reflect.h | 29 opcode == SpvOpString; in IsDebug1Inst()
|
D | strip_debug_info_pass.cpp | 40 case SpvOpString: { in Process()
|
D | inst_debug_printf_pass.cpp | 160 if (opnd_inst->opcode() == SpvOpString) { in GenOutputCode()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | reflect.h | 29 opcode == SpvOpString; in IsDebug1Inst()
|
D | strip_debug_info_pass.cpp | 40 case SpvOpString: { in Process()
|
D | inst_debug_printf_pass.cpp | 160 if (opnd_inst->opcode() == SpvOpString) { in GenOutputCode()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 667 {spvOpcodeMake(3, SpvOpString), 1}}), 673 {spvOpcodeMake(4, SpvOpString), 1, 0x41414141, 699 {spvOpcodeMake(3, SpvOpString), 1, 0x41414141, 0}}), 705 {spvOpcodeMake(4, SpvOpString), 1 /* result id */},
|
D | text_to_binary.debug_test.cpp | 158 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
|
/third_party/spirv-tools/test/ |
D | binary_parse_test.cpp | 667 {spvOpcodeMake(3, SpvOpString), 1}}), 673 {spvOpcodeMake(4, SpvOpString), 1, 0x41414141, 699 {spvOpcodeMake(3, SpvOpString), 1, 0x41414141, 0}}), 705 {spvOpcodeMake(4, SpvOpString), 1 /* result id */},
|
D | text_to_binary.debug_test.cpp | 158 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 672 {spvOpcodeMake(3, SpvOpString), 1}}), 678 {spvOpcodeMake(4, SpvOpString), 1, 0x41414141, 704 {spvOpcodeMake(3, SpvOpString), 1, 0x41414141, 0}}), 710 {spvOpcodeMake(4, SpvOpString), 1 /* result id */},
|
D | text_to_binary.debug_test.cpp | 156 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 667 {spvOpcodeMake(3, SpvOpString), 1}}), 673 {spvOpcodeMake(4, SpvOpString), 1, 0x41414141, 699 {spvOpcodeMake(3, SpvOpString), 1, 0x41414141, 0}}), 705 {spvOpcodeMake(4, SpvOpString), 1 /* result id */},
|
D | text_to_binary.debug_test.cpp | 158 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.cpp | 50 case SpvOpString: in IsInstructionInLayoutSection() 110 case SpvOpString: in IsInstructionInLayoutSection()
|