Lines Matching defs:src
74 * src: Both texture and SDMA paths need decompression. Use SDMA.
104 struct pipe_resource *src,
111 blit.src.resource = src;
112 blit.src.format = src->format;
113 blit.src.level = src_level;
114 blit.src.box = *src_box;
124 blit.mask = util_format_get_mask(src->format) &
139 struct pipe_resource *src = transfer->resource;
141 if (src->nr_samples > 1) {
143 src, transfer->level, &transfer->box);
147 rctx->dma_copy(ctx, dst, 0, 0, 0, 0, src, transfer->level,
157 struct pipe_resource *src = &rtransfer->staging->b.b;
165 src, 0, &sbox);
171 src, 0, &sbox);