Lines Matching defs:srcbox
1778 const struct pipe_box *srcbox)
1789 u_box_3d(dstx, dsty, dstz, abs(srcbox->width), abs(srcbox->height),
1790 abs(srcbox->depth), &dstbox);
1802 src_view, srcbox, src->width0, src->height0,
1855 const struct pipe_box *srcbox,
1894 src, src_width0, src_height0, srcbox->x, srcbox->y,
1895 srcbox->x + srcbox->width, srcbox->y + srcbox->height,
1902 bool flipped = (srcbox->depth < 0);
1904 int src_depth = abs(srcbox->depth);
1955 srcbox->x, srcbox->y,
1956 srcbox->x + srcbox->width,
1957 srcbox->y + srcbox->height,
1958 srcbox->z + src_z, 0, uses_txf,
1970 srcbox->x, srcbox->y,
1971 srcbox->x + srcbox->width,
1972 srcbox->y + srcbox->height,
1973 srcbox->z + src_z, i, uses_txf,
1986 srcbox->x, srcbox->y,
1987 srcbox->x + srcbox->width,
1988 srcbox->y + srcbox->height,
1989 srcbox->z + src_z, 0, uses_txf,
2010 const struct pipe_box *srcbox,
2045 bool is_scaled = dstbox->width != abs(srcbox->width) ||
2046 dstbox->height != abs(srcbox->height);
2062 struct pipe_box box = *srcbox;
2078 /* See if srcbox is in bounds. TXF doesn't clamp the coordinates. */
2224 srcbox, dst_has_depth || dst_has_stencil, use_txf, sample0_only,
2333 struct pipe_box dstbox = {0}, srcbox = {0};
2339 srcbox.width = u_minify(tex->width0, src_level);
2340 srcbox.height = u_minify(tex->height0, src_level);
2344 srcbox.depth = util_num_layers(tex, src_level);
2346 dstbox.z = srcbox.z = first_layer;
2347 dstbox.depth = srcbox.depth = last_layer - first_layer + 1;
2364 &srcbox, is_depth, false, false, 0);
2881 const struct pipe_box *srcbox,
2951 srcbox->x, srcbox->y,
2952 srcbox->x + srcbox->width, srcbox->y + srcbox->height,
2953 srcbox->z, 0, true,