Searched refs:NV50_IR_SUBOP_MEMBAR (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h207 #define NV50_IR_SUBOP_MEMBAR(d,s) \ macro
H A Dnv50_ir_from_nir.cpp640 return NV50_IR_SUBOP_MEMBAR(M, GL);
642 return NV50_IR_SUBOP_MEMBAR(M, CTA);
H A Dnv50_ir_from_tgsi.cpp3766 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, CTA);
3768 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, GL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h214 #define NV50_IR_SUBOP_MEMBAR(d,s) \ macro
H A Dnv50_ir_from_nir.cpp689 return NV50_IR_SUBOP_MEMBAR(M, GL);
691 return NV50_IR_SUBOP_MEMBAR(M, CTA);
H A Dnv50_ir_from_tgsi.cpp3798 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, CTA);
3800 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, GL);

Completed in 26 milliseconds