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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c216 unsigned skip_left1 = CLAMP(xleft1 - x, 0, step); local in function:flush_spans
223 unsigned skipmask_left1 = (1U << skip_left1) - 1U;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c215 unsigned skip_left1 = CLAMP(xleft1 - x, 0, step); local in function:flush_spans
222 unsigned skipmask_left1 = (1U << skip_left1) - 1U;

Completed in 6 milliseconds