Searched refs:nglobal (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_compute.c187 unsigned i, nglobal = 0; local in function:fd5_launch_grid
202 nglobal++;
204 if (nglobal > 0) {
211 OUT_PKT7(ring, CP_NOP, 2 * nglobal);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c129 unsigned i, nglobal = 0; local in function:fd6_launch_grid
144 nglobal++;
146 if (nglobal > 0) {
153 OUT_PKT7(ring, CP_NOP, 2 * nglobal);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_compute.c114 unsigned nglobal = 0; local in function:fd5_launch_grid
128 nglobal++;
130 if (nglobal > 0) {
137 OUT_PKT7(ring, CP_NOP, 2 * nglobal);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c120 unsigned nglobal = 0; local in function:fd6_launch_grid
133 nglobal++;
135 if (nglobal > 0) {
142 OUT_PKT7(ring, CP_NOP, 2 * nglobal);

Completed in 3 milliseconds