Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dpostproc.c120 struct pipe_surface **src_surfaces; in vlVaPostProcBlit() local
137 src_surfaces = src->get_surfaces(src); in vlVaPostProcBlit()
138 if (!src_surfaces || !src_surfaces[0]) in vlVaPostProcBlit()
185 struct pipe_surface *from = src_surfaces[i]; in vlVaPostProcBlit()
192 from = src_surfaces[i & ~1]; in vlVaPostProcBlit()
195 from = src_surfaces[(i & ~1) + 1]; in vlVaPostProcBlit()