Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c969 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 …]
Du_blitter.h206 const struct pipe_box *srcbox);
234 const struct pipe_box *srcbox,
246 const struct pipe_box *srcbox);