Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcopyimage.c231 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local
249 surfWidth = renderbuffer->Width; in check_region_bounds()
252 surfWidth = tex_image->Width; in check_region_bounds()
255 if (x + width > surfWidth) { in check_region_bounds()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c255 uint surfWidth = sp->framebuffer.width; in compute_cliprect() local
269 sp->cliprect[i].maxx = MIN2(sp->scissors[i].maxx, surfWidth); in compute_cliprect()
276 sp->cliprect[i].maxx = surfWidth; in compute_cliprect()