Searched refs:surfWidth (Results 1 – 2 of 2) sorted by relevance
254 uint surfWidth = sp->framebuffer.width; in compute_cliprect() local268 sp->cliprect[i].maxx = MIN2(sp->scissors[i].maxx, surfWidth); in compute_cliprect()275 sp->cliprect[i].maxx = surfWidth; in compute_cliprect()
316 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local335 surfWidth = renderbuffer->Width; in check_region_bounds()338 surfWidth = tex_image->Width; in check_region_bounds()341 if (x + width > surfWidth) { in check_region_bounds()