Home
last modified time | relevance | path

Searched refs:surfHeight (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c255 uint surfHeight = sp->framebuffer.height; in compute_cliprect() local
269 sp->cliprect[i].maxy = MIN2(sp->scissors[i].maxy, surfHeight); in compute_cliprect()
276 sp->cliprect[i].maxy = surfHeight; in compute_cliprect()
/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c316 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local
351 surfHeight = renderbuffer->Height; in check_region_bounds()
355 surfHeight = 1; in check_region_bounds()
358 surfHeight = tex_image->Height; in check_region_bounds()
361 if (y + height > surfHeight) { in check_region_bounds()

Completed in 5 milliseconds