Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c254 uint surfWidth = sp->framebuffer.width; in compute_cliprect() local
268 sp->cliprect[i].maxx = MIN2(sp->scissors[i].maxx, surfWidth); in compute_cliprect()
275 sp->cliprect[i].maxx = surfWidth; in compute_cliprect()
/third_party/mesa3d/src/mesa/main/
Dcopyimage.c316 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local
335 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()