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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c215 unsigned skip_left0 = CLAMP(xleft0 - x, 0, step); local in function:flush_spans
222 unsigned skipmask_left0 = (1U << skip_left0) - 1U;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c214 unsigned skip_left0 = CLAMP(xleft0 - x, 0, step); local in function:flush_spans
221 unsigned skipmask_left0 = (1U << skip_left0) - 1U;

Completed in 92 milliseconds