Lines Matching refs:src
54 unsigned dstz, struct pipe_resource *src, unsigned src_level,
60 blit.src.resource = src;
61 blit.src.format = src->format;
62 blit.src.level = src_level;
63 blit.src.box = *src_box;
91 struct pipe_resource *src = transfer->resource;
93 unsigned src_level = src->nr_samples > 1 ? 0 : transfer->level;
95 if (src->nr_samples > 1 || ((struct si_texture *)src)->is_depth) {
96 si_copy_region_with_blit(ctx, dst, 0, 0, 0, 0, 0, src, src_level, &transfer->box);
100 si_resource_copy_region(ctx, dst, 0, 0, 0, 0, src, src_level, &transfer->box);
108 struct pipe_resource *src = &stransfer->staging->b.b;
118 transfer->box.z, src, 0, &sbox);
128 transfer->box.z, src, 0, &sbox);