Searched refs:end_loop (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c564 struct rc_instruction *end_loop = NULL; local in function:allocate_temporary_registers
602 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) {
613 end_loop = ptr;
620 if (inst == end_loop) {
621 end_loop = NULL;
627 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c585 struct rc_instruction *end_loop = NULL; local in function:allocate_temporary_registers
623 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) {
634 end_loop = ptr;
641 if (inst == end_loop) {
642 end_loop = NULL;
648 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst;
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c649 goto end_loop;
659 goto end_loop;
665 goto end_loop;
673 end_loop:
/xsrc/external/mit/freetype/dist/
H A Dvms_make.com1245 $ read/end=end_loop in line
1275 $ end_loop:
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9975 end_loop(isel_context* ctx, loop_context* lc) function in namespace:aco::__anon562fcc110110
10283 end_loop(ctx, &lc);

Completed in 27 milliseconds