Home
last modified time | relevance | path

Searched refs:PipeFormatToVaFourcc (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dva_private.h120 PipeFormatToVaFourcc(enum pipe_format p_format) in PipeFormatToVaFourcc() function
Dsurface.c475 attribs[i].value.value.i = PipeFormatToVaFourcc(vpp_surface_formats[j]); in vlVaQuerySurfaceAttributes()
1331 desc->fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format); in vlVaExportSurfaceHandle()
Dimage.c275 img->format.fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format); in vlVaDeriveImage()