Lines Matching refs:pdst
208 struct pipe_resource *pdst,
220 struct v3d_resource *dst = v3d_resource(pdst);
223 int msaa_scale = pdst->nr_samples > 1 ? 2 : 1;
224 int width = u_minify(pdst->width0, base_level) * msaa_scale;
225 int height = u_minify(pdst->height0, base_level) * msaa_scale;
228 if (psrc->format != pdst->format)
230 if (psrc->nr_samples != pdst->nr_samples)
243 pformat = pdst->format;
263 v3d_flush_jobs_reading_resource(v3d, pdst, V3D_FLUSH_DEFAULT, false);
287 v3d_layer_offset(pdst, base_level, dst_layer));