Searched refs:OperandMemoryAccess (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/SPIRV/ |
D | doc.h | 153 OperandMemoryAccess, enumerator
|
D | disassemble.cpp | 525 case OperandMemoryAccess: in disassembleInstruction() 526 outputMask(OperandMemoryAccess, stream[word++]); in disassembleInstruction()
|
D | doc.cpp | 1587 …OperandClassParams[OperandMemoryAccess].set(MemoryAccessCeiling, MemoryAccessString, MemoryAccessP… in Parameterize() 1712 InstructionDesc[OpLoad].operands.push(OperandMemoryAccess, "", true); in Parameterize() 1718 InstructionDesc[OpStore].operands.push(OperandMemoryAccess, "", true); in Parameterize() 1776 InstructionDesc[OpCopyMemory].operands.push(OperandMemoryAccess, "", true); in Parameterize() 1781 InstructionDesc[OpCopyMemorySized].operands.push(OperandMemoryAccess, "", true); in Parameterize() 2904 … InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize() 2912 … InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize()
|
D | SPVRemapper.cpp | 659 case spv::OperandMemoryAccess: in processInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | operand-class-test-coverage.csv | 38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
|
/third_party/spirv-tools/test/ |
D | operand-class-test-coverage.csv | 38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
|