Searched refs:resource_formats (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_uvd.c | 65 enum pipe_format resource_formats[3]; in r600_video_buffer_create() local 75 vl_get_video_buffer_formats(pipe->screen, tmpl->buffer_format, resource_formats); in r600_video_buffer_create() 82 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, in r600_video_buffer_create() 91 if (resource_formats[1] != PIPE_FORMAT_NONE) { in r600_video_buffer_create() 92 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, in r600_video_buffer_create() 102 if (resource_formats[2] != PIPE_FORMAT_NONE) { in r600_video_buffer_create() 103 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, in r600_video_buffer_create()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 110 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; in vl_video_buffer_is_format_supported() local 113 vl_get_video_buffer_formats(screen, format, resource_formats); in vl_video_buffer_is_format_supported() 116 enum pipe_format format = resource_formats[i]; in vl_video_buffer_is_format_supported() 347 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; in vl_video_buffer_create() local 362 vl_get_video_buffer_formats(pipe->screen, tmpl->buffer_format, resource_formats); in vl_video_buffer_create() 375 pipe, &templat, resource_formats, in vl_video_buffer_create() 390 const enum pipe_format resource_formats[VL_NUM_COMPONENTS], in vl_video_buffer_create_ex() 402 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[0], depth, array_size, in vl_video_buffer_create_ex() 408 if (resource_formats[1] == PIPE_FORMAT_NONE) { in vl_video_buffer_create_ex() 409 assert(resource_formats[2] == PIPE_FORMAT_NONE); in vl_video_buffer_create_ex() [all …]
|
D | vl_video_buffer.h | 138 const enum pipe_format resource_formats[VL_NUM_COMPONENTS],
|
/external/mesa3d/src/gallium/frontends/va/ |
D | surface.c | 570 enum pipe_format resource_formats[VL_NUM_COMPONENTS]; in surface_from_external_memory() local 589 vl_get_video_buffer_formats(pscreen, templat->buffer_format, resource_formats); in surface_from_external_memory() 609 res_templ.format = resource_formats[i]; in surface_from_external_memory()
|