Searched refs:OpVariable (Results 1 - 11 of 11) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVOpCode.h168 return OpCode == OpVariable ||
H A DSPIRVIsValidEnum.h634 case OpVariable:
H A Dspirv.hpp636 OpVariable = 59, enumerator in enum:spv::Op
H A DSPIRVEntry.cpp368 return OpCode == OpFunction || OpCode == OpVariable;
H A DSPIRVEntry.h268 bool isVariable() const { return OpCode == OpVariable;}
H A DSPIRVInstruction.h447 :SPIRVInstruction(TheInitializer ? 5 : 4, OpVariable, TheType,
456 SPIRVVariable() :SPIRVInstruction(OpVariable),
H A DSPIRVModule.cpp495 case OpVariable: {
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp117 case spv::OpVariable:
578 assert(insn.opcode() == spv::OpVariable);
626 if (def.opcode() == spv::OpVariable && insn.word(3) == spv::StorageClassUniformConstant) {
669 if (insn.opcode() == spv::OpVariable &&
1003 if (def_insn.opcode() == spv::OpVariable && def_insn.word(3) == spv::StorageClassPushConstant) {
/external/shaderc/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp663 OpVariable = 59, enumerator in enum:spv::Op
/external/shaderc/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp675 OpVariable = 59, enumerator in enum:spv::Op
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVReader.cpp1431 case OpVariable: {
2645 if (V->getOpCode() == OpVariable) {
2653 if (V->getOpCode() == OpVariable) {

Completed in 329 milliseconds