Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Ddoc.cpp1623 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 …]
Ddoc.h119 OperandId, enumerator
Ddisassemble.cpp424 case OperandId: in disassembleInstruction()
DSPVRemapper.cpp579 case spv::OperandId: in processInstruction()
/external/deqp-deps/glslang/SPIRV/
Ddoc.cpp1615 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 …]
Ddoc.h119 OperandId, enumerator
Ddisassemble.cpp424 case OperandId: in disassembleInstruction()
DSPVRemapper.cpp576 case spv::OperandId: in processInstruction()
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv3 " OperandId,",many,ID,too many to count,not enum
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/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-Headers/tools/buildHeaders/
DjsonToSpirv.cpp116 return {OperandId, false}; in ToOperandClassAndOptionality()
118 return {OperandId, true}; in ToOperandClassAndOptionality()
DjsonToSpirv.h46 OperandId, enumerator
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp116 return {OperandId, false}; in ToOperandClassAndOptionality()
118 return {OperandId, true}; in ToOperandClassAndOptionality()
DjsonToSpirv.h48 OperandId, enumerator
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h48 OperandId, enumerator
DjsonToSpirv.cpp120 return {OperandId, false}; in ToOperandClassAndOptionality()
122 return {OperandId, true}; in ToOperandClassAndOptionality()
/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/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2892 auto OperandId = std::make_pair(Operator, i); in ParseTreePattern() local
2895 if (PrevOp->getValue() != OperandId) in ParseTreePattern()
2899 ComplexPatternOperands[Child->getName()] = OperandId; in ParseTreePattern()