Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c168 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local
170 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
198 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local
200 if (bgnloop->IP < chan_start) { in rc_variable_compute_live_intervals()
201 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
Dradeon_compiler_util.h83 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
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()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_variable.c168 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local
170 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
198 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local
200 if (bgnloop->IP < chan_start) { in rc_variable_compute_live_intervals()
201 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
Dradeon_compiler_util.h83 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
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()