Home
last modified time | relevance | path

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

123

/third_party/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()
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 …]
Dvalidate_debug.cpp48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
/third_party/mesa3d/src/compiler/spirv/
Dgl_spirv.c43 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/
Dvalidate_extensions.cpp279 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 …]
Dvalidate_debug.cpp48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp279 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 …]
Dvalidate_debug.cpp48 if (!file || SpvOpString != file->opcode()) { in ValidateLine()
/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/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()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp672 {spvOpcodeMake(3, SpvOpString), 1}}),
678 {spvOpcodeMake(4, SpvOpString), 1, 0x41414141,
704 {spvOpcodeMake(3, SpvOpString), 1, 0x41414141, 0}}),
710 {spvOpcodeMake(4, SpvOpString), 1 /* result id */},
Dtext_to_binary.debug_test.cpp156 Eq(MakeInstruction(SpvOpString, {1}, MakeVector(GetParam())))); in TEST_P()
/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp50 case SpvOpString: in IsInstructionInLayoutSection()
110 case SpvOpString: in IsInstructionInLayoutSection()

123