Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c86 VGfloat dst_bounds[4], src_bounds[4]; in vg_get_copy_coords() local
89 dst_bounds[0] = 0.f; in vg_get_copy_coords()
90 dst_bounds[1] = 0.f; in vg_get_copy_coords()
91 dst_bounds[2] = dst_width; in vg_get_copy_coords()
92 dst_bounds[3] = dst_height; in vg_get_copy_coords()
100 vg_bound_rect(dst_loc, dst_bounds, dst_shift); in vg_get_copy_coords()
107 vg_shift_rectx(dst_loc, dst_bounds, shift[0]); in vg_get_copy_coords()
112 vg_shift_recty(dst_loc, dst_bounds, shift[1]); in vg_get_copy_coords()