Searched refs:nextloc (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 139 unsigned idx, nextloc = 0; local in function:link_stream_out 151 nextloc = MAX2(nextloc, l->var[idx].loc + 4); 156 ir3_link_add(l, v->outputs[k].regid, compmask, nextloc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 155 unsigned idx, nextloc = 0; local in function:link_stream_out 167 nextloc = MAX2(nextloc, l->var[idx].loc + 4); 172 ir3_link_add(l, v->outputs[k].regid, compmask, nextloc);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_shader.c | 815 unsigned idx, nextloc = 0; local in function:ir3_link_stream_out 827 nextloc = MAX2(nextloc, l->var[idx].loc + 4); 832 ir3_link_add(l, v->outputs[k].regid, compmask, nextloc);
|
Completed in 5 milliseconds