Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c162 struct pipe_sampler_view **idct_source_sv, **mc_source_sv; in init_idct_buffer() local
172 mc_source_sv = dec->mc_source->get_sampler_view_planes(dec->mc_source); in init_idct_buffer()
173 if (!mc_source_sv) in init_idct_buffer()
179 mc_source_sv[i])) in init_idct_buffer()
676 struct pipe_sampler_view **mc_source_sv; in vl_mpeg12_end_frame() local
737 mc_source_sv = dec->mc_source->get_sampler_view_planes(dec->mc_source); in vl_mpeg12_end_frame()
752 … dec->base.context->set_fragment_sampler_views(dec->base.context, 1, &mc_source_sv[plane]); in vl_mpeg12_end_frame()