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.c1703 const struct pipe_box *srcbox) in util_blitter_copy_texture() argument
1714 u_box_3d(dstx, dsty, dstz, abs(srcbox->width), abs(srcbox->height), in util_blitter_copy_texture()
1715 abs(srcbox->depth), &dstbox); in util_blitter_copy_texture()
1727 src_view, srcbox, src->width0, src->height0, in util_blitter_copy_texture()
1780 const struct pipe_box *srcbox, in do_blits() argument
1814 src, src_width0, src_height0, srcbox->x, srcbox->y, in do_blits()
1815 srcbox->x + srcbox->width, srcbox->y + srcbox->height, in do_blits()
1822 bool flipped = (srcbox->depth < 0); in do_blits()
1824 int src_depth = abs(srcbox->depth); in do_blits()
1872 srcbox->x, srcbox->y, in do_blits()
[all …]
Du_blitter.h244 const struct pipe_box *srcbox);
269 const struct pipe_box *srcbox,
410 const struct pipe_box *srcbox,