Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c305 const unsigned *plane_order; in vl_video_buffer_sampler_view_components() local
313 plane_order = vl_video_buffer_plane_order(buf->base.buffer_format); in vl_video_buffer_sampler_view_components()
316 struct pipe_resource *res = buf->resources[plane_order[i]]; in vl_video_buffer_sampler_view_components()
327 u_sampler_view_default_template(&sv_templ, res, sampler_format[plane_order[i]]); in vl_video_buffer_sampler_view_components()
Dvl_mpeg12_decoder.c681 const unsigned *plane_order; in vl_mpeg12_end_frame() local
736 plane_order = vl_video_buffer_plane_order(target->buffer_format); in vl_mpeg12_end_frame()
743 unsigned plane = plane_order[component]; in vl_mpeg12_end_frame()