Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c615 struct rc_instruction *end_loop = NULL; in allocate_temporary_registers() local
653 if (!end_loop && inst->U.I.Opcode == RC_OPCODE_BGNLOOP) in allocate_temporary_registers()
654 end_loop = rc_match_bgnloop(inst); in allocate_temporary_registers()
656 if (inst == end_loop) { in allocate_temporary_registers()
657 end_loop = NULL; in allocate_temporary_registers()
663 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst; in allocate_temporary_registers()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp10231 end_loop(isel_context* ctx, loop_context* lc)
10539 end_loop(ctx, &lc);

Completed in 16 milliseconds