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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c41 int start_block_x, start_block_y; local in function:__glamor_compute_clipped_regions
73 start_block_y = (start_y - y) / block_h;
78 * (end_block_y - start_block_y + 1),
84 DEBUGF("start_block_y %d end_block_y %d \n", start_block_y, end_block_y);
98 loop_start_block_y = start_block_y;
104 loop_end_block_y = start_block_y - 1;

Completed in 3 milliseconds