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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpostproc.c118 struct pipe_surface **src_surfaces; local in function:vlVaPostProcBlit
138 src_surfaces = src->get_surfaces(src);
139 if (!src_surfaces || !src_surfaces[0])
186 struct pipe_surface *from = src_surfaces[i];
193 from = src_surfaces[i & ~1];
196 from = src_surfaces[(i & ~1) + 1];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpostproc.c120 struct pipe_surface **src_surfaces; local in function:vlVaPostProcBlit
137 src_surfaces = src->get_surfaces(src);
138 if (!src_surfaces || !src_surfaces[0])
185 struct pipe_surface *from = src_surfaces[i];
192 from = src_surfaces[i & ~1];
195 from = src_surfaces[(i & ~1) + 1];

Completed in 2 milliseconds