Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c49 static const enum pipe_format vpp_surface_formats[] = { enum
392 STATIC_ASSERT(ARRAY_SIZE(vpp_surface_formats) <= VL_VA_MAX_IMAGE_FORMATS); in vlVaQuerySurfaceAttributes()
437 for (j = 0; j < ARRAY_SIZE(vpp_surface_formats); ++j) { in vlVaQuerySurfaceAttributes()
441 attribs[i].value.value.i = PipeFormatToVaFourcc(vpp_surface_formats[j]); in vlVaQuerySurfaceAttributes()