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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 181 uint surfWidth = sp->framebuffer.width;
194 sp->cliprect.maxx = MIN2(sp->scissor.maxx, surfWidth);
201 sp->cliprect.maxx = surfWidth;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 181 uint surfWidth = sp->framebuffer.width;
194 sp->cliprect.maxx = MIN2(sp->scissor.maxx, surfWidth);
201 sp->cliprect.maxx = surfWidth;

Completed in 212 milliseconds