Home
last modified time | relevance | path

Searched refs:nextloc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c102 unsigned idx, nextloc = 0; in link_stream_out() local
114 nextloc = MAX2(nextloc, l->var[idx].loc + 4); in link_stream_out()
119 ir3_link_add(l, v->outputs[k].regid, compmask, nextloc); in link_stream_out()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c130 unsigned idx, nextloc = 0; in link_stream_out() local
142 nextloc = MAX2(nextloc, l->var[idx].loc + 4); in link_stream_out()
147 ir3_link_add(l, v->outputs[k].regid, compmask, nextloc); in link_stream_out()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c575 unsigned idx, nextloc = 0; in tu6_link_streamout() local
587 nextloc = MAX2(nextloc, l->var[idx].loc + 4); in tu6_link_streamout()
592 ir3_link_add(l, v->outputs[k].regid, compmask, nextloc); in tu6_link_streamout()
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py1676 nextloc = preparseFn( instring, loc )
1677 if nextloc > loc:
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py1676 nextloc = preparseFn( instring, loc )
1677 if nextloc > loc: