Searched refs:resource_formats (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_uvd.c65 const enum pipe_format *resource_formats; local
73 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
74 if (!resource_formats)
82 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, PIPE_USAGE_DEFAULT, 0);
90 if (resource_formats[1] != PIPE_FORMAT_NONE) {
91 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, PIPE_USAGE_DEFAULT, 1);
100 if (resource_formats[2] != PIPE_FORMAT_NONE) {
101 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, PIPE_USAGE_DEFAULT, 2);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c49 const enum pipe_format *resource_formats; local
57 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
58 if (!resource_formats)
66 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, PIPE_USAGE_DEFAULT, 0);
74 if (resource_formats[1] != PIPE_FORMAT_NONE) {
75 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, PIPE_USAGE_DEFAULT, 1);
83 if (resource_formats[2] != PIPE_FORMAT_NONE) {
84 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, PIPE_USAGE_DEFAULT, 2);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c171 const enum pipe_format *resource_formats; local
174 resource_formats = vl_video_buffer_formats(screen, format);
175 if (!resource_formats)
179 enum pipe_format format = resource_formats[i];
411 const enum pipe_format *resource_formats; local
426 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
427 if (!resource_formats)
441 pipe, &templat, resource_formats,
455 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
466 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[
453 vl_video_buffer_create_ex(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, const enum pipe_format resource_formats[VL_NUM_COMPONENTS], unsigned depth, unsigned array_size, unsigned usage) argument
[all...]
H A Dvl_video_buffer.h136 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],

Completed in 989 milliseconds