Home
last modified time | relevance | path

Searched refs:OperandId (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
Ddoc.cpp1522 InstructionDesc[OpSource].operands.push(OperandId, "'File'", true); in Parameterize()
1529 InstructionDesc[OpName].operands.push(OperandId, "'Target'"); in Parameterize()
1532 InstructionDesc[OpMemberName].operands.push(OperandId, "'Type'"); in Parameterize()
1538 InstructionDesc[OpLine].operands.push(OperandId, "'File'"); in Parameterize()
1552 InstructionDesc[OpEntryPoint].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1556 InstructionDesc[OpExecutionMode].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1565 InstructionDesc[OpTypeVector].operands.push(OperandId, "'Component Type'"); in Parameterize()
1568 InstructionDesc[OpTypeMatrix].operands.push(OperandId, "'Column Type'"); in Parameterize()
1571 InstructionDesc[OpTypeImage].operands.push(OperandId, "'Sampled Type'"); in Parameterize()
1580 InstructionDesc[OpTypeSampledImage].operands.push(OperandId, "'Image Type'"); in Parameterize()
[all …]
Ddoc.h119 OperandId, enumerator
Ddisassemble.cpp441 case OperandId: in disassembleInstruction()
DSPVRemapper.cpp576 case spv::OperandId: in processInstruction()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp104 return {OperandId, false}; in ToOperandClassAndOptionality()
106 return {OperandId, true}; in ToOperandClassAndOptionality()
DjsonToSpirv.h46 OperandId, enumerator
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp104 return {OperandId, false}; in ToOperandClassAndOptionality()
106 return {OperandId, true}; in ToOperandClassAndOptionality()
DjsonToSpirv.h46 OperandId, enumerator
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp104 return {OperandId, false}; in ToOperandClassAndOptionality()
106 return {OperandId, true}; in ToOperandClassAndOptionality()
DjsonToSpirv.h46 OperandId, enumerator
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv3 " OperandId,",many,ID,too many to count,not enum
/external/deqp-deps/SPIRV-Tools/test/
Doperand-class-test-coverage.csv3 " OperandId,",many,ID,too many to count,not enum
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2234 auto OperandId = std::make_pair(Operator, i); in ParseTreePattern() local
2237 if (PrevOp->getValue() != OperandId) in ParseTreePattern()
2241 ComplexPatternOperands[Child->getName()] = OperandId; in ParseTreePattern()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2734 auto OperandId = std::make_pair(Operator, i); in ParseTreePattern() local
2737 if (PrevOp->getValue() != OperandId) in ParseTreePattern()
2741 ComplexPatternOperands[Child->getName()] = OperandId; in ParseTreePattern()