Home
last modified time | relevance | path

Searched refs:src_surfaces (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c189 struct pipe_surface **src_surfaces; in vlVaPostProcBlit() local
208 src_surfaces = src->get_surfaces(src); in vlVaPostProcBlit()
209 if (!src_surfaces || !src_surfaces[0]) in vlVaPostProcBlit()
256 struct pipe_surface *from = src_surfaces[i]; in vlVaPostProcBlit()
263 from = src_surfaces[i & ~1]; in vlVaPostProcBlit()
266 from = src_surfaces[(i & ~1) + 1]; in vlVaPostProcBlit()

Completed in 1 milliseconds