Searched refs:VL_NUM_COMPONENTS (Results 1 - 25 of 45) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_defines.h38 #define VL_NUM_COMPONENTS 3 macro
39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
H A 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];
H A 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]);
H A Dvl_video_buffer.c188 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 Dvl_vertex_buffers.c220 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 Dvl_mc.h39 #define VL_MC_NUM_BLENDERS (1 << VL_NUM_COMPONENTS)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_defines.h38 #define VL_NUM_COMPONENTS 3 macro
39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
H A 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];
H A 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];
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 Dvl_video_buffer.c55 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 Dvl_stubs.c44 enum pipe_format out_format[VL_NUM_COMPONENTS])
105 struct pipe_resource *resources[VL_NUM_COMPONENTS])
H A Dvl_vertex_buffers.c221 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 Dradeon_video.h66 struct pb_buffer** buffers[VL_NUM_COMPONENTS],
67 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
H A Dradeon_video.c134 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 Dradeon_video.h70 struct pb_buffer** buffers[VL_NUM_COMPONENTS],
71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
H A Dr600_uvd.c62 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 Dradeon_video.c144 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 Dradeon_video.h70 struct pb_buffer** buffers[VL_NUM_COMPONENTS],
71 struct radeon_surf *surfaces[VL_NUM_COMPONENTS]);
H A Dr600_uvd.c62 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 Dradeon_video.c144 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 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];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A 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];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A 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];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A 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];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c44 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)

Completed in 11 milliseconds

12