Searched refs:surfHeight (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.c310 int surfWidth, surfHeight, surfDepth; local in function:check_region_bounds
344 surfHeight = renderbuffer->Height;
348 surfHeight = 1;
351 surfHeight = tex_image->Height;
354 if (y + height > surfHeight) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c256 uint surfHeight = sp->framebuffer.height; local in function:compute_cliprect
270 sp->cliprect[i].maxy = MIN2(sp->scissors[i].maxy, surfHeight);
277 sp->cliprect[i].maxy = surfHeight;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c256 uint surfHeight = sp->framebuffer.height; local in function:compute_cliprect
270 sp->cliprect[i].maxy = MIN2(sp->scissors[i].maxy, surfHeight);
277 sp->cliprect[i].maxy = surfHeight;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.c314 int surfWidth, surfHeight, surfDepth; local in function:check_region_bounds
349 surfHeight = renderbuffer->Height;
353 surfHeight = 1;
356 surfHeight = tex_image->Height;
359 if (y + height > surfHeight) {

Completed in 6 milliseconds