Lines Matching refs:src
346 struct pipe_resource *src)
350 if (!dst || !src)
380 blit.src.resource = src;
381 blit.src.box.width = src->width0;
382 blit.src.box.height = src->height0;
383 blit.src.box.depth = 1;
384 blit.src.format = src->format;
396 struct pipe_resource *src = drawable->textures[att];
399 if (ctx->pp && src)
400 pp_run(ctx->pp, src, src, zsbuf);