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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c1139 int nrect_max; local in function:glamor_composite_with_shader
1201 nrect_max = MIN(nrect, GLAMOR_COMPOSITE_VBO_VERT_CNT / 4);
1231 mrect = nrect > nrect_max ? nrect_max : nrect;

Completed in 3 milliseconds