Searched refs:temp_box (Results 1 – 1 of 1) sorted by relevance
116 BoxRec temp_box; in __glamor_compute_clipped_regions() local118 temp_box.x1 = x + i * block_w; in __glamor_compute_clipped_regions()119 temp_box.y1 = y + j * block_h; in __glamor_compute_clipped_regions()120 temp_box.x2 = MIN(temp_box.x1 + block_w, end_x); in __glamor_compute_clipped_regions()121 temp_box.y2 = MIN(temp_box.y1 + block_h, end_y); in __glamor_compute_clipped_regions()122 RegionInitBoxes(&temp_region, &temp_box, 1); in __glamor_compute_clipped_regions()576 BoxRec temp_box; in _glamor_compute_clipped_regions() local582 temp_box.x1 = in _glamor_compute_clipped_regions()585 temp_box.x2 = in _glamor_compute_clipped_regions()590 temp_box.x1 = temp_extent->x1; in _glamor_compute_clipped_regions()[all …]