Home
last modified time | relevance | path

Searched refs:NV50_IR_SUBOP_MEMBAR (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp887 case TGSI_OPCODE_LFENCE: return NV50_IR_SUBOP_MEMBAR(L, GL); in opcodeToSubOp()
888 case TGSI_OPCODE_SFENCE: return NV50_IR_SUBOP_MEMBAR(S, GL); in opcodeToSubOp()
889 case TGSI_OPCODE_MFENCE: return NV50_IR_SUBOP_MEMBAR(M, GL); in opcodeToSubOp()
3607 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, CTA); in handleInstruction()
3609 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, GL); in handleInstruction()
Dnv50_ir.h203 #define NV50_IR_SUBOP_MEMBAR(d,s) \ macro