HomeSort by relevance Sort by last modified time
    Searched refs:xright0 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 203 const int xright0 = setup->span.right[0]; local
208 const int maxright = MAX2(xright0, xright1);
215 unsigned skip_right0 = CLAMP(x + step - xright0, 0, step);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 203 const int xright0 = setup->span.right[0]; local
208 const int maxright = MAX2(xright0, xright1);
215 unsigned skip_right0 = CLAMP(x + step - xright0, 0, step);
    [all...]

Completed in 41 milliseconds