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 D | nv50_ir.h | 207 #define NV50_IR_SUBOP_MEMBAR(d,s) \ macro
|
| H A D | nv50_ir_from_nir.cpp | 640 return NV50_IR_SUBOP_MEMBAR(M, GL); 642 return NV50_IR_SUBOP_MEMBAR(M, CTA);
|
| H A D | nv50_ir_from_tgsi.cpp | 3766 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 D | nv50_ir.h | 214 #define NV50_IR_SUBOP_MEMBAR(d,s) \ macro
|
| H A D | nv50_ir_from_nir.cpp | 689 return NV50_IR_SUBOP_MEMBAR(M, GL); 691 return NV50_IR_SUBOP_MEMBAR(M, CTA);
|
| H A D | nv50_ir_from_tgsi.cpp | 3798 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, CTA); 3800 geni->subOp = NV50_IR_SUBOP_MEMBAR(M, GL);
|
Completed in 26 milliseconds