Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_video_buffer.h45 struct pipe_resource *resources[VL_NUM_COMPONENTS];
46 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];
47 struct pipe_sampler_view *sampler_view_components[VL_NUM_COMPONENTS];
116 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
125 struct pipe_resource *resources[VL_NUM_COMPONENTS]);
Dvl_video_buffer.c159 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_is_format_supported()
249 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_destroy()
255 for (i = 0; i < VL_NUM_COMPONENTS * 2; ++i) in vl_video_buffer_destroy()
322 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { in vl_video_buffer_sampler_view_components()
335 assert(component == VL_NUM_COMPONENTS); in vl_video_buffer_sampler_view_components()
340 for (i = 0; i < VL_NUM_COMPONENTS; ++i ) in vl_video_buffer_sampler_view_components()
360 for (j = 0; j < VL_NUM_COMPONENTS; ++j, ++surf) { in vl_video_buffer_surfaces()
361 assert(surf < (VL_NUM_COMPONENTS * 2)); in vl_video_buffer_surfaces()
383 for (i = 0; i < (VL_NUM_COMPONENTS * 2); ++i ) in vl_video_buffer_surfaces()
436 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], in vl_video_buffer_create_ex() argument
[all …]
Dvl_mpeg12_decoder.h92 struct vl_zscan_buffer zscan[VL_NUM_COMPONENTS];
93 struct vl_idct_buffer idct[VL_NUM_COMPONENTS];
94 struct vl_mc_buffer mc[VL_NUM_COMPONENTS];
99 struct vl_ycbcr_block *ycbcr_stream[VL_NUM_COMPONENTS];
Dvl_vertex_buffers.c220 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_init()
248 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_vb_init()
252 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_vb_init()
300 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_map()
326 assert(component < VL_NUM_COMPONENTS); in vl_vb_get_ycbcr_stream()
355 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_unmap()
371 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_cleanup()
Dvl_defines.h38 #define VL_NUM_COMPONENTS 3 macro
39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
Dvl_mpeg12_decoder.c127 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in init_zscan_buffer()
153 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in cleanup_zscan_buffer()
237 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in cleanup_mc_buffer()
536 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_begin_frame()
558 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_begin_frame()
567 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_mpeg12_begin_frame()
661 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_mpeg12_decode_bitstream()
708 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_end_frame()
724 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_end_frame()
738 for (i = 0, component = 0; component < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_end_frame()
Dvl_mc.h39 #define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS)
Dvl_vertex_buffers.h99 } ycbcr[VL_NUM_COMPONENTS];
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.h45 struct pipe_resource *resources[VL_NUM_COMPONENTS];
46 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];
47 struct pipe_sampler_view *sampler_view_components[VL_NUM_COMPONENTS];
116 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
125 struct pipe_resource *resources[VL_NUM_COMPONENTS]);
Dvl_video_buffer.c159 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_is_format_supported()
249 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_destroy()
255 for (i = 0; i < VL_NUM_COMPONENTS * 2; ++i) in vl_video_buffer_destroy()
322 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { in vl_video_buffer_sampler_view_components()
335 assert(component == VL_NUM_COMPONENTS); in vl_video_buffer_sampler_view_components()
340 for (i = 0; i < VL_NUM_COMPONENTS; ++i ) in vl_video_buffer_sampler_view_components()
360 for (j = 0; j < VL_NUM_COMPONENTS; ++j, ++surf) { in vl_video_buffer_surfaces()
361 assert(surf < (VL_NUM_COMPONENTS * 2)); in vl_video_buffer_surfaces()
383 for (i = 0; i < (VL_NUM_COMPONENTS * 2); ++i ) in vl_video_buffer_surfaces()
436 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], in vl_video_buffer_create_ex() argument
[all …]
Dvl_mpeg12_decoder.h92 struct vl_zscan_buffer zscan[VL_NUM_COMPONENTS];
93 struct vl_idct_buffer idct[VL_NUM_COMPONENTS];
94 struct vl_mc_buffer mc[VL_NUM_COMPONENTS];
99 struct vl_ycbcr_block *ycbcr_stream[VL_NUM_COMPONENTS];
Dvl_vertex_buffers.c220 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_init()
248 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_vb_init()
252 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_vb_init()
300 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_map()
326 assert(component < VL_NUM_COMPONENTS); in vl_vb_get_ycbcr_stream()
355 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_unmap()
371 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_cleanup()
Dvl_defines.h38 #define VL_NUM_COMPONENTS 3 macro
39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
Dvl_mpeg12_decoder.c127 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in init_zscan_buffer()
153 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in cleanup_zscan_buffer()
237 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in cleanup_mc_buffer()
536 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_begin_frame()
558 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_begin_frame()
567 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_mpeg12_begin_frame()
661 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_mpeg12_decode_bitstream()
708 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_end_frame()
724 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_end_frame()
738 for (i = 0, component = 0; component < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_end_frame()
Dvl_mc.h39 #define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS)
Dvl_vertex_buffers.h99 } ycbcr[VL_NUM_COMPONENTS];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Dnouveau_video.c708 assert(component < VL_NUM_COMPONENTS); in nouveau_video_buffer_sampler_view_components()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c708 assert(component < VL_NUM_COMPONENTS); in nouveau_video_buffer_sampler_view_components()