Searched refs:srcbox (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 969 const struct pipe_box *srcbox) in is_overlap() argument 971 struct pipe_box src = *srcbox; in is_overlap() 994 const struct pipe_box *srcbox) in util_blitter_default_dst_texture() argument 1006 dst_templ->u.tex.last_layer = dstz + srcbox->depth - 1; in util_blitter_default_dst_texture() 1088 const struct pipe_box *srcbox) in util_blitter_copy_texture() argument 1099 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, srcbox); in util_blitter_copy_texture() 1108 dsty, src_view, src_sample, srcbox, in util_blitter_copy_texture() 1121 const struct pipe_box *srcbox, in util_blitter_copy_texture_view() argument 1129 int abs_width = abs(srcbox->width); in util_blitter_copy_texture_view() 1130 int abs_height = abs(srcbox->height); in util_blitter_copy_texture_view() [all …]
|
D | u_blitter.h | 206 const struct pipe_box *srcbox); 234 const struct pipe_box *srcbox, 246 const struct pipe_box *srcbox);
|