Searched refs:surfWidth (Results 1 – 2 of 2) sorted by relevance
310 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local328 surfWidth = renderbuffer->Width; in check_region_bounds()331 surfWidth = tex_image->Width; in check_region_bounds()334 if (x + width > surfWidth) { in check_region_bounds()
255 uint surfWidth = sp->framebuffer.width; in compute_cliprect() local269 sp->cliprect[i].maxx = MIN2(sp->scissors[i].maxx, surfWidth); in compute_cliprect()276 sp->cliprect[i].maxx = surfWidth; in compute_cliprect()