Home
last modified time | relevance | path

Searched refs:surfHeight (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcopyimage.c310 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local
344 surfHeight = renderbuffer->Height; in check_region_bounds()
348 surfHeight = 1; in check_region_bounds()
351 surfHeight = tex_image->Height; in check_region_bounds()
354 if (y + height > surfHeight) { in check_region_bounds()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c256 uint surfHeight = sp->framebuffer.height; in compute_cliprect() local
270 sp->cliprect[i].maxy = MIN2(sp->scissors[i].maxy, surfHeight); in compute_cliprect()
277 sp->cliprect[i].maxy = surfHeight; in compute_cliprect()