Searched refs:surfHeight (Results 1 – 2 of 2) sorted by relevance
310 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local344 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()
256 uint surfHeight = sp->framebuffer.height; in compute_cliprect() local270 sp->cliprect[i].maxy = MIN2(sp->scissors[i].maxy, surfHeight); in compute_cliprect()277 sp->cliprect[i].maxy = surfHeight; in compute_cliprect()