/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_uvd.c | 42 struct r600_texture *resources[VL_NUM_COMPONENTS] = {}; in si_video_buffer_create() 43 struct radeon_surf *surfaces[VL_NUM_COMPONENTS] = {}; in si_video_buffer_create() 44 struct pb_buffer **pbs[VL_NUM_COMPONENTS] = {}; in si_video_buffer_create() 64 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in si_video_buffer_create() 80 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in si_video_buffer_create() 90 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in si_video_buffer_create() 103 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in si_video_buffer_create()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.h | 45 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]);
|
D | vl_mpeg12_decoder.h | 96 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];
|
D | vl_video_buffer.c | 188 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_is_format_supported() 280 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_destroy() 353 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { in vl_video_buffer_sampler_view_components() 366 assert(component == VL_NUM_COMPONENTS); in vl_video_buffer_sampler_view_components() 371 for (i = 0; i < VL_NUM_COMPONENTS; ++i ) in vl_video_buffer_sampler_view_components() 390 for (i = 0, surf = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_video_buffer_surfaces() 467 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], in vl_video_buffer_create_ex() argument 471 struct pipe_resource *resources[VL_NUM_COMPONENTS]; in vl_video_buffer_create_ex() 504 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_video_buffer_create_ex() 513 struct pipe_resource *resources[VL_NUM_COMPONENTS]) in vl_video_buffer_create_ex2() argument [all …]
|
D | vl_vertex_buffers.c | 220 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_init() 247 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_vb_init() 251 for (i = 0; i < VL_NUM_COMPONENTS; ++i) in vl_vb_init() 299 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_map() 325 assert(component < VL_NUM_COMPONENTS); in vl_vb_get_ycbcr_stream() 354 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_unmap() 370 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_vb_cleanup()
|
D | vl_defines.h | 38 #define VL_NUM_COMPONENTS 3 macro 39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
|
D | vl_mpeg12_decoder.c | 90 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 …]
|
D | vl_mc.h | 39 #define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS)
|
D | vl_stubs.c | 104 struct pipe_resource *resources[VL_NUM_COMPONENTS]) in vl_video_buffer_create_ex2() argument
|
D | vl_vertex_buffers.h | 99 } ycbcr[VL_NUM_COMPONENTS];
|
D | vl_deint_filter.c | 480 for (i = 0, j = 0; i < VL_NUM_COMPONENTS; ++i) { in vl_deint_filter_render()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_uvd.c | 62 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()
|
D | radeon_video.c | 142 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 153 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces() 167 for (i = 0, off = 0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces() 186 for (i = 0, size = 0, alignment = 0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces() 206 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in rvid_join_surfaces()
|
D | radeon_video.h | 70 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video.h | 50 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];
|
D | nv84_video.c | 587 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in nv84_video_buffer_destroy()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_video.c | 134 struct pb_buffer** buffers[VL_NUM_COMPONENTS], in si_vid_join_surfaces() argument 135 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) in si_vid_join_surfaces() argument 145 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { in si_vid_join_surfaces() 161 for (i = 0, off = 0; i < VL_NUM_COMPONENTS; ++i) { in si_vid_join_surfaces() 186 for (i = 0, size = 0, alignment = 0; i < VL_NUM_COMPONENTS; ++i) { in si_vid_join_surfaces() 206 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in si_vid_join_surfaces()
|
D | radeon_video.h | 66 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 67 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.h | 13 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];
|
D | nouveau_vp3_video.h | 32 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];
|
D | nouveau_vp3_video.c | 67 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { in nouveau_vp3_video_buffer_destroy()
|
D | nouveau_video.c | 693 assert(component < VL_NUM_COMPONENTS); in nouveau_video_buffer_sampler_view_components()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | surface.c | 534 struct pipe_resource *resources[VL_NUM_COMPONENTS]; in suface_from_external_memory()
|