Searched refs:OperandLiteralString (Results 1 – 12 of 12) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | doc.cpp | 1477 DecorationOperands[DecorationLinkageAttributes].push(OperandLiteralString, "'Name'"); in Parameterize() 1523 InstructionDesc[OpSource].operands.push(OperandLiteralString, "'Source'", true); in Parameterize() 1525 InstructionDesc[OpSourceContinued].operands.push(OperandLiteralString, "'Continued Source'"); in Parameterize() 1527 InstructionDesc[OpSourceExtension].operands.push(OperandLiteralString, "'Extension'"); in Parameterize() 1530 InstructionDesc[OpName].operands.push(OperandLiteralString, "'Name'"); in Parameterize() 1534 InstructionDesc[OpMemberName].operands.push(OperandLiteralString, "'Name'"); in Parameterize() 1536 InstructionDesc[OpString].operands.push(OperandLiteralString, "'String'"); in Parameterize() 1542 InstructionDesc[OpExtension].operands.push(OperandLiteralString, "'Name'"); in Parameterize() 1544 InstructionDesc[OpExtInstImport].operands.push(OperandLiteralString, "'Name'"); in Parameterize() 1553 InstructionDesc[OpEntryPoint].operands.push(OperandLiteralString, "'Name'"); in Parameterize() [all …]
|
D | doc.h | 127 OperandLiteralString, enumerator
|
D | disassemble.cpp | 537 case OperandLiteralString: in disassembleInstruction()
|
D | SPVRemapper.cpp | 621 case spv::OperandLiteralString: { in processInstruction()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 118 return {OperandLiteralString, false}; in ToOperandClassAndOptionality() 120 return {OperandLiteralString, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 54 OperandLiteralString, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 118 return {OperandLiteralString, false}; in ToOperandClassAndOptionality() 120 return {OperandLiteralString, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 54 OperandLiteralString, enumerator
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 118 return {OperandLiteralString, false}; in ToOperandClassAndOptionality() 120 return {OperandLiteralString, true}; in ToOperandClassAndOptionality()
|
D | jsonToSpirv.h | 54 OperandLiteralString, enumerator
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 13 " OperandLiteralString,",SourceContinued,,OpSourceContinued,not enum
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 13 " OperandLiteralString,",SourceContinued,,OpSourceContinued,not enum
|