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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c831 struct rc_instruction *inst, *lastARL = NULL; local in function:rc_emulate_negative_addressing
838 if (lastARL != NULL && min_offset < 0)
839 transform_negative_addressing(c, lastARL, inst, min_offset);
841 lastARL = inst;
850 if (!lastARL) {
861 if (lastARL != NULL && min_offset < 0)
862 transform_negative_addressing(c, lastARL, inst, min_offset);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c847 struct rc_instruction *inst, *lastARL = NULL; local in function:rc_emulate_negative_addressing
854 if (lastARL != NULL && min_offset < 0)
855 transform_negative_addressing(c, lastARL, inst, min_offset);
857 lastARL = inst;
866 if (!lastARL) {
877 if (lastARL != NULL && min_offset < 0)
878 transform_negative_addressing(c, lastARL, inst, min_offset);

Completed in 4 milliseconds