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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 182 uint surfHeight = sp->framebuffer.height;
195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight);
202 sp->cliprect.maxy = surfHeight;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 182 uint surfHeight = sp->framebuffer.height;
195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight);
202 sp->cliprect.maxy = surfHeight;

Completed in 64 milliseconds