Home
last modified time | relevance | path

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

/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];
136 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
145 struct pipe_resource *resources[VL_NUM_COMPONENTS]);
Dvl_mpeg12_decoder.h96 struct vl_zscan_buffer zscan[VL_NUM_COMPONENTS];
97 struct vl_idct_buffer idct[VL_NUM_COMPONENTS];
98 struct vl_mc_buffer mc[VL_NUM_COMPONENTS];
103 struct vl_ycbcr_block *ycbcr_stream[VL_NUM_COMPONENTS];
Dvl_video_buffer.c178 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_is_format_supported()
268 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_destroy()
341 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { in vl_video_buffer_sampler_view_components()
354 assert(component == VL_NUM_COMPONENTS); in vl_video_buffer_sampler_view_components()
359 for (i = 0; i < VL_NUM_COMPONENTS; ++i ) in vl_video_buffer_sampler_view_components()
378 for (i = 0, surf = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_surfaces()
455 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], in vl_video_buffer_create_ex() argument
459 struct pipe_resource *resources[VL_NUM_COMPONENTS]; in vl_video_buffer_create_ex()
492 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_video_buffer_create_ex()
501 struct pipe_resource *resources[VL_NUM_COMPONENTS]) in vl_video_buffer_create_ex2() argument
[all …]
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.c90 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];
107 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in destroy_video_buffer_private()
138 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in get_video_buffer_private()
206 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in init_zscan_buffer()
232 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in cleanup_zscan_buffer()
316 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in cleanup_mc_buffer()
618 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_begin_frame()
638 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_mpeg12_begin_frame()
647 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_mpeg12_begin_frame()
741 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_mpeg12_decode_bitstream()
[all …]
Dvl_mc.h39 #define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS)
Dvl_vertex_buffers.h99 } ycbcr[VL_NUM_COMPONENTS];
Dvl_stubs.c104 struct pipe_resource *resources[VL_NUM_COMPONENTS]) in vl_video_buffer_create_ex2() argument
Dvl_deint_filter.c480 for (i = 0, j = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_deint_filter_render()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_uvd.c46 struct r600_texture *resources[VL_NUM_COMPONENTS] = {}; in si_video_buffer_create()
47 struct radeon_surf *surfaces[VL_NUM_COMPONENTS] = {}; in si_video_buffer_create()
48 struct pb_buffer **pbs[VL_NUM_COMPONENTS] = {}; in si_video_buffer_create()
92 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in si_video_buffer_create()
102 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in si_video_buffer_create()
115 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in si_video_buffer_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_uvd.c62 struct r600_texture *resources[VL_NUM_COMPONENTS] = {}; in r600_video_buffer_create()
63 struct radeon_surf* surfaces[VL_NUM_COMPONENTS] = {}; in r600_video_buffer_create()
64 struct pb_buffer **pbs[VL_NUM_COMPONENTS] = {}; in r600_video_buffer_create()
110 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in r600_video_buffer_create()
120 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in r600_video_buffer_create()
133 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in r600_video_buffer_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h50 struct pipe_resource *resources[VL_NUM_COMPONENTS];
51 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];
52 struct pipe_sampler_view *sampler_view_components[VL_NUM_COMPONENTS];
53 struct pipe_surface *surfaces[VL_NUM_COMPONENTS * 2];
Dnv84_video.c587 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in nv84_video_buffer_destroy()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.h13 struct pipe_resource *resources[VL_NUM_COMPONENTS];
14 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];
15 struct pipe_sampler_view *sampler_view_components[VL_NUM_COMPONENTS];
16 struct pipe_surface *surfaces[VL_NUM_COMPONENTS * 2];
Dnouveau_vp3_video.h32 struct pipe_resource *resources[VL_NUM_COMPONENTS];
33 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];
34 struct pipe_sampler_view *sampler_view_components[VL_NUM_COMPONENTS];
35 struct pipe_surface *surfaces[VL_NUM_COMPONENTS * 2];
Dnouveau_vp3_video.c67 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in nouveau_vp3_video_buffer_destroy()
Dnouveau_video.c693 assert(component < VL_NUM_COMPONENTS); in nouveau_video_buffer_sampler_view_components()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c142 struct pb_buffer** buffers[VL_NUM_COMPONENTS], in rvid_join_surfaces() argument
143 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) in rvid_join_surfaces() argument
150 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces()
164 for (i = 0, off = 0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces()
181 for (i = 0, size = 0, alignment = 0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces()
200 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces()
Dradeon_video.h70 struct pb_buffer** buffers[VL_NUM_COMPONENTS],
71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c499 struct pipe_resource *resources[VL_NUM_COMPONENTS]; in suface_from_external_memory()