Home
last modified time | relevance | path

Searched refs:src_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
94 src_bounds[0] = 0.f; in vg_get_copy_coords()
95 src_bounds[1] = 0.f; in vg_get_copy_coords()
96 src_bounds[2] = src_width; in vg_get_copy_coords()
97 src_bounds[3] = src_height; in vg_get_copy_coords()
99 vg_bound_rect(src_loc, src_bounds, src_shift); in vg_get_copy_coords()
105 vg_shift_rectx(src_loc, src_bounds, -shift[0]); in vg_get_copy_coords()
110 vg_shift_recty(src_loc, src_bounds, -shift[1]); in vg_get_copy_coords()