Searched refs:OperandScope (Results 1 – 13 of 13) sorted by relevance
/third_party/glslang/SPIRV/ |
D | doc.cpp | 1745 OperandClassParams[OperandScope].set(0, ScopeString, nullptr); in Parameterize() 2403 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Execution'"); in Parameterize() 2404 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize() 2407 InstructionDesc[OpMemoryBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize() 2415 InstructionDesc[OpAtomicLoad].operands.push(OperandScope, "'Scope'"); in Parameterize() 2419 InstructionDesc[OpAtomicStore].operands.push(OperandScope, "'Scope'"); in Parameterize() 2424 InstructionDesc[OpAtomicExchange].operands.push(OperandScope, "'Scope'"); in Parameterize() 2429 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize() 2436 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandScope, "'Scope'"); in Parameterize() 2443 InstructionDesc[OpAtomicIIncrement].operands.push(OperandScope, "'Scope'"); in Parameterize() [all …]
|
D | doc.h | 154 OperandScope, enumerator
|
D | disassemble.cpp | 445 case OperandScope: in disassembleInstruction()
|
D | SPVRemapper.cpp | 596 case spv::OperandScope: in processInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | operand-class-test-coverage.csv | 39 " OperandScope,",MemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
|
/third_party/spirv-tools/test/ |
D | operand-class-test-coverage.csv | 39 " OperandScope,",MemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 154 type = OperandScope; in ToOperandClassAndOptionality() 528 establishOperandClass(enumName, OperandScope, &ScopeParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 84 OperandScope, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 154 type = OperandScope; in ToOperandClassAndOptionality() 528 establishOperandClass(enumName, OperandScope, &ScopeParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 84 OperandScope, enumerator
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 154 type = OperandScope; in ToOperandClassAndOptionality() 528 establishOperandClass(enumName, OperandScope, &ScopeParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 84 OperandScope, enumerator
|