Home
last modified time | relevance | path

Searched refs:start_block_x (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
72 start_block_x = (start_x - x) / block_w; in __glamor_compute_clipped_regions()
77 clipped_regions = calloc((end_block_x - start_block_x + 1) in __glamor_compute_clipped_regions()
83 DEBUGF("start_block_x %d end_block_x %d \n", start_block_x, end_block_x); in __glamor_compute_clipped_regions()
87 loop_start_block_x = start_block_x; in __glamor_compute_clipped_regions()
93 loop_end_block_x = start_block_x - 1; in __glamor_compute_clipped_regions()