Searched refs:bgnloop (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h110 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
H A Dradeon_variable.c169 struct rc_instruction * bgnloop = local in function:rc_variable_compute_live_intervals
171 chan_start = bgnloop->IP;
199 struct rc_instruction * bgnloop = local in function:rc_variable_compute_live_intervals
201 if (bgnloop->IP < chan_start) {
202 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) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h110 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
H A Dradeon_variable.c169 struct rc_instruction * bgnloop = local in function:rc_variable_compute_live_intervals
171 chan_start = bgnloop->IP;
199 struct rc_instruction * bgnloop = local in function:rc_variable_compute_live_intervals
201 if (bgnloop->IP < chan_start) {
202 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) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h182 void (*bgnloop)(struct lp_build_nir_context *bld_base); member in struct:lp_build_nir_context
H A Dlp_bld_nir_soa.c1664 static void bgnloop(struct lp_build_nir_context *bld_base) function in typeref:typename:void
2482 bld.bld_base.bgnloop = bgnloop;
H A Dlp_bld_nir.c2312 bld_base->bgnloop(bld_base);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst1632 last bgnloop. The instruction must appear within a bgnloop/endloop.
1652 End a loop started with bgnloop.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst1666 last bgnloop. The instruction must appear within a bgnloop/endloop.
1686 End a loop started with bgnloop.

Completed in 23 milliseconds