Home
last modified time | relevance | path

Searched refs:SpvOpExtension (Results 1 – 25 of 60) sorted by relevance

123

/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c39 case SpvOpExtension: in vtn_validate_preamble_instruction()
125 case SpvOpExtension: in vtn_validate_handle_constant_instruction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dextensions.cpp26 if (inst->opcode != SpvOpExtension) return "ERROR_not_op_extension"; in GetExtensionString()
/external/deqp-deps/SPIRV-Tools/source/
Dextensions.cpp26 if (inst->opcode != SpvOpExtension) return "ERROR_not_op_extension"; in GetExtensionString()
/external/angle/third_party/spirv-tools/src/source/
Dextensions.cpp26 if (inst->opcode != SpvOpExtension) return "ERROR_not_op_extension"; in GetExtensionString()
/external/angle/third_party/spirv-tools/src/test/
Dtext_to_binary.extension_test.cpp755 MakeInstruction(SpvOpExtension, in TEST_F()
782 MakeInstruction(SpvOpExtension, in TEST_F()
826 MakeInstruction(SpvOpExtension, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp755 MakeInstruction(SpvOpExtension, in TEST_F()
782 MakeInstruction(SpvOpExtension, in TEST_F()
826 MakeInstruction(SpvOpExtension, in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp755 MakeInstruction(SpvOpExtension, in TEST_F()
782 MakeInstruction(SpvOpExtension, in TEST_F()
826 MakeInstruction(SpvOpExtension, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.cpp39 assert(ext->opcode() == SpvOpExtension && in AddExtension()
Dir_loader.cpp98 } else if (opcode == SpvOpExtension) { in AddInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfeature_manager.cpp39 assert(ext->opcode() == SpvOpExtension && in AddExtension()
Dir_loader.cpp147 } else if (opcode == SpvOpExtension) { in AddInstruction()
/external/angle/third_party/spirv-tools/src/source/opt/
Dfeature_manager.cpp39 assert(ext->opcode() == SpvOpExtension && in AddExtension()
Dir_loader.cpp147 } else if (opcode == SpvOpExtension) { in AddInstruction()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp462 if (opcode == SpvOpExtension) { in InstructionPass()
Dvalidation_state.cpp39 case kLayoutExtensions: out = op == SpvOpExtension; break; in IsInstructionInLayoutSection()
113 case SpvOpExtension: in IsInstructionInLayoutSection()
Dvalidate.cpp77 if (opcode == SpvOpExtension) { in ProcessExtensions()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_instruction.cpp462 if (opcode == SpvOpExtension) { in InstructionPass()
Dvalidation_state.cpp39 case kLayoutExtensions: out = op == SpvOpExtension; break; in IsInstructionInLayoutSection()
113 case SpvOpExtension: in IsInstructionInLayoutSection()
/external/skia/src/sksl/
Dspirv.h583 SpvOpExtension = 10, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp462 if (opcode == SpvOpExtension) { in InstructionPass()
Dvalidation_state.cpp39 case kLayoutExtensions: out = op == SpvOpExtension; break; in IsInstructionInLayoutSection()
113 case SpvOpExtension: in IsInstructionInLayoutSection()
/external/skqp/src/sksl/
Dspirv.h583 SpvOpExtension = 10, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h677 SpvOpExtension = 10, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.h677 SpvOpExtension = 10, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h677 SpvOpExtension = 10, enumerator

123