/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | doc.cpp | 1623 InstructionDesc[OpSource].operands.push(OperandId, "'File'", true); in Parameterize() 1630 InstructionDesc[OpName].operands.push(OperandId, "'Target'"); in Parameterize() 1633 InstructionDesc[OpMemberName].operands.push(OperandId, "'Type'"); in Parameterize() 1639 InstructionDesc[OpLine].operands.push(OperandId, "'File'"); in Parameterize() 1653 InstructionDesc[OpEntryPoint].operands.push(OperandId, "'Entry Point'"); in Parameterize() 1657 InstructionDesc[OpExecutionMode].operands.push(OperandId, "'Entry Point'"); in Parameterize() 1661 InstructionDesc[OpExecutionModeId].operands.push(OperandId, "'Entry Point'"); in Parameterize() 1670 InstructionDesc[OpTypeVector].operands.push(OperandId, "'Component Type'"); in Parameterize() 1673 InstructionDesc[OpTypeMatrix].operands.push(OperandId, "'Column Type'"); in Parameterize() 1676 InstructionDesc[OpTypeImage].operands.push(OperandId, "'Sampled Type'"); in Parameterize() [all …]
|
D | doc.h | 119 OperandId, enumerator
|
D | disassemble.cpp | 424 case OperandId: in disassembleInstruction()
|
D | SPVRemapper.cpp | 579 case spv::OperandId: in processInstruction()
|
/external/deqp-deps/glslang/SPIRV/ |
D | doc.cpp | 1615 InstructionDesc[OpSource].operands.push(OperandId, "'File'", true); in Parameterize() 1622 InstructionDesc[OpName].operands.push(OperandId, "'Target'"); in Parameterize() 1625 InstructionDesc[OpMemberName].operands.push(OperandId, "'Type'"); in Parameterize() 1631 InstructionDesc[OpLine].operands.push(OperandId, "'File'"); in Parameterize() 1645 InstructionDesc[OpEntryPoint].operands.push(OperandId, "'Entry Point'"); in Parameterize() 1649 InstructionDesc[OpExecutionMode].operands.push(OperandId, "'Entry Point'"); in Parameterize() 1653 InstructionDesc[OpExecutionModeId].operands.push(OperandId, "'Entry Point'"); in Parameterize() 1662 InstructionDesc[OpTypeVector].operands.push(OperandId, "'Component Type'"); in Parameterize() 1665 InstructionDesc[OpTypeMatrix].operands.push(OperandId, "'Column Type'"); in Parameterize() 1668 InstructionDesc[OpTypeImage].operands.push(OperandId, "'Sampled Type'"); in Parameterize() [all …]
|
D | doc.h | 119 OperandId, enumerator
|
D | disassemble.cpp | 424 case OperandId: in disassembleInstruction()
|
D | SPVRemapper.cpp | 576 case spv::OperandId: in processInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 3 " OperandId,",many,ID,too many to count,not enum
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/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-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 116 return {OperandId, false}; in ToOperandClassAndOptionality() 118 return {OperandId, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 46 OperandId, enumerator
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 116 return {OperandId, false}; in ToOperandClassAndOptionality() 118 return {OperandId, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 48 OperandId, enumerator
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/ |
D | jsonToSpirv.h | 48 OperandId, enumerator
|
D | jsonToSpirv.cpp | 120 return {OperandId, false}; in ToOperandClassAndOptionality() 122 return {OperandId, true}; in ToOperandClassAndOptionality()
|
/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/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2892 auto OperandId = std::make_pair(Operator, i); in ParseTreePattern() local 2895 if (PrevOp->getValue() != OperandId) in ParseTreePattern() 2899 ComplexPatternOperands[Child->getName()] = OperandId; in ParseTreePattern()
|