Searched refs:start_block_x (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
72 start_block_x = (start_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);
87 loop_start_block_x = start_block_x;
93 loop_end_block_x = start_block_x - 1;

Completed in 4 milliseconds