Home
last modified time | relevance | path

Searched refs:bgnloop (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c169 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local
171 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
199 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local
201 if (bgnloop->IP < chan_start) { in rc_variable_compute_live_intervals()
202 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
Dradeon_compiler_util.c659 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop) in rc_match_bgnloop() argument
663 for (inst = bgnloop->Next; inst!=bgnloop; inst = inst->Next) { in rc_match_bgnloop()
Dradeon_compiler_util.h110 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1632 last bgnloop. The instruction must appear within a bgnloop/endloop.
1652 End a loop started with bgnloop.