Searched refs:nglobal (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_compute.c | 187 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 D | fd6_compute.c | 129 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 D | fd5_compute.c | 114 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 D | fd6_compute.c | 120 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 4 milliseconds