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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c42 int end_block_x, end_block_y; local in function:__glamor_compute_clipped_regions
74 end_block_x = (end_x - x) / block_w;
77 clipped_regions = calloc((end_block_x - start_block_x + 1)
83 DEBUGF("start_block_x %d end_block_x %d \n", start_block_x, end_block_x);
88 loop_end_block_x = end_block_x + 1;
92 loop_start_block_x = end_block_x;

Completed in 5 milliseconds