Searched refs:surfHeight (Results 1 – 2 of 2) sorted by relevance
231 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local265 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()
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()