Searched refs:OperandId (Results 1 – 14 of 14) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | doc.cpp | 1522 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 …]
|
D | doc.h | 119 OperandId, enumerator
|
D | disassemble.cpp | 441 case OperandId: in disassembleInstruction()
|
D | SPVRemapper.cpp | 576 case spv::OperandId: in processInstruction()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 104 return {OperandId, false}; in ToOperandClassAndOptionality() 106 return {OperandId, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 46 OperandId, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 104 return {OperandId, false}; in ToOperandClassAndOptionality() 106 return {OperandId, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 46 OperandId, enumerator
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 104 return {OperandId, false}; in ToOperandClassAndOptionality() 106 return {OperandId, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 46 OperandId, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 3 " OperandId,",many,ID,too many to count,not enum
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 3 " OperandId,",many,ID,too many to count,not enum
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2234 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/ |
D | CodeGenDAGPatterns.cpp | 2734 auto OperandId = std::make_pair(Operator, i); in ParseTreePattern() local 2737 if (PrevOp->getValue() != OperandId) in ParseTreePattern() 2741 ComplexPatternOperands[Child->getName()] = OperandId; in ParseTreePattern()
|