Searched refs:OperandScope (Results 1 – 12 of 12) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | doc.cpp | 1511 OperandClassParams[OperandScope].set(0, ScopeString, nullptr); in Parameterize() 2162 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Execution'"); in Parameterize() 2163 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize() 2166 InstructionDesc[OpMemoryBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize() 2174 InstructionDesc[OpAtomicLoad].operands.push(OperandScope, "'Scope'"); in Parameterize() 2178 InstructionDesc[OpAtomicStore].operands.push(OperandScope, "'Scope'"); in Parameterize() 2183 InstructionDesc[OpAtomicExchange].operands.push(OperandScope, "'Scope'"); in Parameterize() 2188 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize() 2195 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandScope, "'Scope'"); in Parameterize() 2202 InstructionDesc[OpAtomicIIncrement].operands.push(OperandScope, "'Scope'"); in Parameterize() [all …]
|
D | doc.h | 153 OperandScope, enumerator
|
D | disassemble.cpp | 442 case OperandScope: in disassembleInstruction()
|
D | SPVRemapper.cpp | 577 case spv::OperandScope: in processInstruction()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 139 type = OperandScope; in ToOperandClassAndOptionality() 426 establishOperandClass(enumName, OperandScope, &ScopeParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 80 OperandScope, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 139 type = OperandScope; in ToOperandClassAndOptionality() 426 establishOperandClass(enumName, OperandScope, &ScopeParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 80 OperandScope, enumerator
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 139 type = OperandScope; in ToOperandClassAndOptionality() 426 establishOperandClass(enumName, OperandScope, &ScopeParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 80 OperandScope, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 39 " OperandScope,",MemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 39 " OperandScope,",MemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
|