Searched refs:resource_formats (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 152 const enum pipe_format *resource_formats; in vl_video_buffer_is_format_supported() local 155 resource_formats = vl_video_buffer_formats(screen, format); in vl_video_buffer_is_format_supported() 156 if (!resource_formats) in vl_video_buffer_is_format_supported() 160 enum pipe_format format = resource_formats[i]; in vl_video_buffer_is_format_supported() 393 const enum pipe_format *resource_formats; in vl_video_buffer_create() local 407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format); in vl_video_buffer_create() 408 if (!resource_formats) in vl_video_buffer_create() 422 pipe, &templat, resource_formats, in vl_video_buffer_create() 436 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], in vl_video_buffer_create_ex() 447 vl_vide_buffer_template(&res_tmpl, tmpl, resource_formats[0], depth, usage, 0); in vl_video_buffer_create_ex() [all …]
|
D | vl_video_buffer.h | 116 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
|