Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c182 uint surfHeight = sp->framebuffer.height; in compute_cliprect() local
195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight); in compute_cliprect()
202 sp->cliprect.maxy = surfHeight; in compute_cliprect()