Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dconfig.c242 unsigned int supported_rt_formats; in vlVaCreateConfig() local
264 supported_rt_formats = VA_RT_FORMAT_YUV420 | in vlVaCreateConfig()
269 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig()
284 config->rt_format = supported_rt_formats; in vlVaCreateConfig()
304 supported_rt_formats = VA_RT_FORMAT_YUV420 | VA_RT_FORMAT_YUV422; in vlVaCreateConfig()
314 supported_rt_formats = VA_RT_FORMAT_YUV420; in vlVaCreateConfig()
333 supported_rt_formats |= VA_RT_FORMAT_YUV420_10BPP; in vlVaCreateConfig()
354 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig()
375 config->rt_format = supported_rt_formats; in vlVaCreateConfig()