Searched defs:surfHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c182 uint surfHeight = sp->framebuffer.height; local
195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight);
202 sp->cliprect.maxy = surfHeight;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c182 uint surfHeight = sp->framebuffer.height; local
195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight);
202 sp->cliprect.maxy = surfHeight;

Completed in 89 milliseconds