Searched defs:bgnloop (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c168 struct rc_instruction * bgnloop = local
170 chan_start = bgnloop->IP;
198 struct rc_instruction * bgnloop = local
200 if (bgnloop->IP < chan_start) {
201 chan_start = bgnloop->IP;
H A Dradeon_compiler_util.c657 * @return The ENDLOOP instruction that ends the loop started by bgnloop.
659 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop) argument
663 for (inst = bgnloop->Next; inst!=bgnloop; inst = inst->Next) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c168 struct rc_instruction * bgnloop = local
170 chan_start = bgnloop->IP;
198 struct rc_instruction * bgnloop = local
200 if (bgnloop->IP < chan_start) {
201 chan_start = bgnloop->IP;
H A Dradeon_compiler_util.c657 * @return The ENDLOOP instruction that ends the loop started by bgnloop.
659 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop) argument
663 for (inst = bgnloop->Next; inst!=bgnloop; inst = inst->Next) {

Completed in 84 milliseconds