/external/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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 249 if (!name || name->opcode() != SpvOpString) { in ValidateClspvReflectionKernel() 273 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(4)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 277 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(5)) != SpvOpString) { in ValidateClspvReflectionArgumentInfo() 543 if (_.GetIdOpcode(inst->GetOperandAs<uint32_t>(6)) != SpvOpString) { in ValidateClspvReflectionConstantData() 2672 CHECK_OPERAND("File", SpvOpString, 5); in ValidateExtInst() 2673 if (num_words == 7) CHECK_OPERAND("Text", SpvOpString, 6); in ValidateExtInst() 2677 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2755 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2782 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2808 CHECK_OPERAND("Name", SpvOpString, word_index + 1); in ValidateExtInst() [all …]
|
D | validate_debug.cpp | 48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
|
/external/deqp-deps/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() 2687 CHECK_OPERAND("File", SpvOpString, 5); in ValidateExtInst() 2688 if (num_words == 7) CHECK_OPERAND("Text", SpvOpString, 6); in ValidateExtInst() 2692 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2770 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2797 CHECK_OPERAND("Name", SpvOpString, 5); in ValidateExtInst() 2823 CHECK_OPERAND("Name", SpvOpString, word_index + 1); in ValidateExtInst() [all …]
|
D | validate_debug.cpp | 48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
|
/external/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()
|
/external/deqp-deps/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()
|
/external/deqp-deps/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()
|
/external/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()
|
/external/skia/src/sksl/ |
D | spirv.h | 581 SpvOpString = 7, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 629 case SpvOpString: in spvOpcodeIsDebug()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 629 case SpvOpString: in spvOpcodeIsDebug()
|
/external/skqp/src/sksl/ |
D | spirv.h | 581 SpvOpString = 7, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 675 SpvOpString = 7, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 675 SpvOpString = 7, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 675 SpvOpString = 7, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 687 SpvOpString = 7, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 692 SpvOpString = 7, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 692 SpvOpString = 7, enumerator
|