Home
last modified time | relevance | path

Searched refs:SpvOpString (Results 1 – 25 of 38) sorted by relevance

12

/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c43 case SpvOpString: in vtn_validate_preamble_instruction()
131 case SpvOpString: in vtn_validate_handle_constant_instruction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp249 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 …]
Dvalidate_debug.cpp48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp250 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 …]
Dvalidate_debug.cpp48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreflect.h29 opcode == SpvOpString; in IsDebug1Inst()
Dstrip_debug_info_pass.cpp40 case SpvOpString: { in Process()
Dinst_debug_printf_pass.cpp160 if (opnd_inst->opcode() == SpvOpString) { in GenOutputCode()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dreflect.h29 opcode == SpvOpString; in IsDebug1Inst()
Dstrip_debug_info_pass.cpp40 case SpvOpString: { in Process()
Dinst_debug_printf_pass.cpp160 if (opnd_inst->opcode() == SpvOpString) { in GenOutputCode()
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_parse_test.cpp667 {spvOpcodeMake(3, SpvOpString), 1}}),
673 {spvOpcodeMake(4, SpvOpString), 1, 0x41414141,
699 {spvOpcodeMake(3, SpvOpString), 1, 0x41414141, 0}}),
705 {spvOpcodeMake(4, SpvOpString), 1 /* result id */},
Dtext_to_binary.debug_test.cpp158 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_parse_test.cpp667 {spvOpcodeMake(3, SpvOpString), 1}}),
673 {spvOpcodeMake(4, SpvOpString), 1, 0x41414141,
699 {spvOpcodeMake(3, SpvOpString), 1, 0x41414141, 0}}),
705 {spvOpcodeMake(4, SpvOpString), 1 /* result id */},
Dtext_to_binary.debug_test.cpp158 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
/external/skia/src/sksl/
Dspirv.h581 SpvOpString = 7, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp629 case SpvOpString: in spvOpcodeIsDebug()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp629 case SpvOpString: in spvOpcodeIsDebug()
/external/skqp/src/sksl/
Dspirv.h581 SpvOpString = 7, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h675 SpvOpString = 7, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h675 SpvOpString = 7, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h675 SpvOpString = 7, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h687 SpvOpString = 7, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h692 SpvOpString = 7, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h692 SpvOpString = 7, enumerator

12