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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c1047 int n_source_regions; local in function:glamor_composite_largepixmap_region
1194 region, &n_source_regions,
1204 &n_source_regions,
1210 if (n_source_regions == 0) {
1213 n_source_regions = 1;
1218 clipped_source_regions, &n_source_regions,
1221 DEBUGF("source clipped result %d region: \n", n_source_regions);
1222 for (j = 0; j < n_source_regions; j++) {
1247 assert(n_source_regions == 1);

Completed in 5 milliseconds