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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c116 BoxRec temp_box; local in function:__glamor_compute_clipped_regions
118 temp_box.x1 = x + i * block_w;
119 temp_box.y1 = y + j * block_h;
120 temp_box.x2 = MIN(temp_box.x1 + block_w, end_x);
121 temp_box.y2 = MIN(temp_box.y1 + block_h, end_y);
122 RegionInitBoxes(&temp_region, &temp_box, 1);
576 BoxRec temp_box; local in function:_glamor_compute_clipped_regions
582 temp_box
698 struct pixman_box32 temp_box; local in function:glamor_compute_transform_clipped_regions
763 BoxRec temp_box, copy_box; local in function:glamor_merge_clipped_regions
996 BoxPtr temp_box; local in function:_glamor_process_transformed_clipped_region
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c410 struct pipe_box temp_box; local in function:handle_complex_copy
452 &temp_box);
457 &temp_box);
477 &temp_box);
481 canon_format, 0, &temp_box);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c410 struct pipe_box temp_box; local in function:handle_complex_copy
452 &temp_box);
457 &temp_box);
477 &temp_box);
481 canon_format, 0, &temp_box);

Completed in 5 milliseconds