Searched refs:EndLoop (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.h41 struct rc_instruction * EndLoop; member in struct:loop_info
H A Dradeon_emulate_loops.c63 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1;
74 struct rc_instruction * last = loop->EndLoop->Prev;
77 rc_remove_instruction(loop->EndLoop);
245 loop->EndLoop = inst;
316 loop->EndLoop = NULL;
341 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) {
407 loop->EndLoop = ptr;
413 && loop->Cond && loop->EndLoop) {
481 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf);
512 if(!s->Loops[i].EndLoop){
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.h41 struct rc_instruction * EndLoop; member in struct:loop_info
H A Dradeon_emulate_loops.c63 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1;
74 struct rc_instruction * last = loop->EndLoop->Prev;
77 rc_remove_instruction(loop->EndLoop);
245 loop->EndLoop = inst;
316 loop->EndLoop = NULL;
341 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) {
407 loop->EndLoop = ptr;
413 && loop->Cond && loop->EndLoop) {
481 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf);
528 if(!s->Loops[i].EndLoop){
[all...]

Completed in 5 milliseconds