Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c181 uint surfWidth = sp->framebuffer.width; in compute_cliprect() local
194 sp->cliprect.maxx = MIN2(sp->scissor.maxx, surfWidth); in compute_cliprect()
201 sp->cliprect.maxx = surfWidth; in compute_cliprect()