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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 201 const int xleft0 = setup->span.left[0]; local
207 const int minleft = block_x(MIN2(xleft0, xleft1));
213 unsigned skip_left0 = CLAMP(xleft0 - x, 0, step);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 201 const int xleft0 = setup->span.left[0]; local
207 const int minleft = block_x(MIN2(xleft0, xleft1));
213 unsigned skip_left0 = CLAMP(xleft0 - x, 0, step);
    [all...]

Completed in 204 milliseconds