Lines Matching defs:src
289 info.src.resource = pre ? surface->base.texture : surface->rgba_texture;
291 info.src.format = pre ? surface->base.texture->format : PIPE_FORMAT_R8G8B8A8_UNORM;
293 info.src.level = info.dst.level = 0;
294 info.src.box.x = info.dst.box.x = 0;
295 info.src.box.y = info.dst.box.y = 0;
296 info.src.box.z = info.dst.box.z = 0;
297 info.src.box.width = info.dst.box.width = surface->base.width;
298 info.src.box.height = info.dst.box.height = surface->base.height;
299 info.src.box.depth = info.dst.box.depth = 0;
327 struct pipe_resource *src = surface->base.texture;
330 templ.width0 = src->width0;
331 templ.height0 = src->height0;
332 templ.depth0 = src->depth0;
333 templ.array_size = src->array_size;
334 templ.nr_samples = src->nr_samples;
335 templ.nr_storage_samples = src->nr_storage_samples;
337 templ.bind = src->bind;
338 templ.target = src->target;