Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dconfig.c200 unsigned int supported_rt_formats; in vlVaCreateConfig() local
217 supported_rt_formats = VA_RT_FORMAT_YUV420 | in vlVaCreateConfig()
222 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig()
233 config->rt_format = supported_rt_formats; in vlVaCreateConfig()
276 supported_rt_formats = VA_RT_FORMAT_YUV420 | VA_RT_FORMAT_YUV422; in vlVaCreateConfig()
281 supported_rt_formats |= VA_RT_FORMAT_YUV420_10BPP; in vlVaCreateConfig()
293 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig()
304 config->rt_format = supported_rt_formats; in vlVaCreateConfig()