Home
last modified time | relevance | path

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

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