Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcopyimage.c231 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local
265 surfHeight = renderbuffer->Height; in check_region_bounds()
269 surfHeight = 1; in check_region_bounds()
272 surfHeight = tex_image->Height; in check_region_bounds()
275 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()