| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_defines.h | 38 #define VL_NUM_COMPONENTS 3 macro 39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
|
| H A 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];
|
| H A 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]);
|
| H A D | vl_video_buffer.c | 188 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 280 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 353 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { 366 assert(component == VL_NUM_COMPONENTS); 371 for (i = 0; i < VL_NUM_COMPONENTS; ++i ) 390 for (i = 0, surf = 0; i < VL_NUM_COMPONENTS; ++i) { 467 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], 471 struct pipe_resource *resources[VL_NUM_COMPONENTS]; 504 for (i = 0; i < VL_NUM_COMPONENTS; ++i) 513 struct pipe_resource *resources[VL_NUM_COMPONENTS]) [all...] |
| H A D | vl_vertex_buffers.c | 220 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 247 for (i = 0; i < VL_NUM_COMPONENTS; ++i) 251 for (i = 0; i < VL_NUM_COMPONENTS; ++i) 299 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 325 assert(component < VL_NUM_COMPONENTS); 354 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 370 for (i = 0; i < VL_NUM_COMPONENTS; ++i) {
|
| H A D | vl_mc.h | 39 #define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_defines.h | 38 #define VL_NUM_COMPONENTS 3 macro 39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
|
| H A 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];
|
| H A 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]; 74 enum pipe_format out_format[VL_NUM_COMPONENTS]); 138 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], 148 struct pipe_resource *resources[VL_NUM_COMPONENTS]);
|
| H A D | vl_video_buffer.c | 55 enum pipe_format out_format[VL_NUM_COMPONENTS]) 62 for (; i < VL_NUM_COMPONENTS; i++) 110 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; 115 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 204 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 260 enum pipe_format sampler_format[VL_NUM_COMPONENTS]; 278 for (j = 0; j < nr_components && component < VL_NUM_COMPONENTS; ++j, ++component) { 291 assert(component == VL_NUM_COMPONENTS); 296 for (i = 0; i < VL_NUM_COMPONENTS; ++i ) 315 for (i = 0, surf = 0; i < VL_NUM_COMPONENTS; [all...] |
| H A D | vl_stubs.c | 44 enum pipe_format out_format[VL_NUM_COMPONENTS]) 105 struct pipe_resource *resources[VL_NUM_COMPONENTS])
|
| H A D | vl_vertex_buffers.c | 221 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 248 for (i = 0; i < VL_NUM_COMPONENTS; ++i) 252 for (i = 0; i < VL_NUM_COMPONENTS; ++i) 300 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 326 assert(component < VL_NUM_COMPONENTS); 355 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 373 for (i = 0; i < VL_NUM_COMPONENTS; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_video.h | 66 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 67 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
| H A D | radeon_video.c | 134 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 135 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) 143 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { 159 for (i = 0, off = 0; i < VL_NUM_COMPONENTS; ++i) { 184 for (i = 0, size = 0, alignment = 0; i < VL_NUM_COMPONENTS; ++i) { 204 for (i = 0; i < VL_NUM_COMPONENTS; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_video.h | 70 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
| H A D | r600_uvd.c | 62 struct r600_texture *resources[VL_NUM_COMPONENTS] = {}; 63 struct radeon_surf* surfaces[VL_NUM_COMPONENTS] = {}; 64 struct pb_buffer **pbs[VL_NUM_COMPONENTS] = {}; 110 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 120 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 133 for (i = 0; i < VL_NUM_COMPONENTS; ++i)
|
| H A D | radeon_video.c | 144 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 145 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) 155 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { 169 for (i = 0, off = 0; i < VL_NUM_COMPONENTS; ++i) { 188 for (i = 0, size = 0, alignment = 0; i < VL_NUM_COMPONENTS; ++i) { 208 for (i = 0; i < VL_NUM_COMPONENTS; ++i) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_video.h | 70 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
|
| H A D | r600_uvd.c | 62 struct r600_texture *resources[VL_NUM_COMPONENTS] = {}; 63 struct radeon_surf* surfaces[VL_NUM_COMPONENTS] = {}; 64 struct pb_buffer **pbs[VL_NUM_COMPONENTS] = {}; 113 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 123 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 136 for (i = 0; i < VL_NUM_COMPONENTS; ++i)
|
| H A D | radeon_video.c | 144 struct pb_buffer** buffers[VL_NUM_COMPONENTS], 145 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]) 155 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { 169 for (i = 0, off = 0; i < VL_NUM_COMPONENTS; ++i) { 188 for (i = 0, size = 0, alignment = 0; i < VL_NUM_COMPONENTS; ++i) { 208 for (i = 0; i < VL_NUM_COMPONENTS; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A 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];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A 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];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A 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];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A 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];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_uvd.c | 44 struct si_texture *resources[VL_NUM_COMPONENTS] = {}; 45 struct radeon_surf *surfaces[VL_NUM_COMPONENTS] = {}; 46 struct pb_buffer **pbs[VL_NUM_COMPONENTS] = {}; 66 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 82 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 92 for (i = 0; i < VL_NUM_COMPONENTS; ++i) { 105 for (i = 0; i < VL_NUM_COMPONENTS; ++i)
|