Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/va/
Dconfig.c183 unsigned int supported_rt_formats; in vlVaCreateConfig() local
200 supported_rt_formats = VA_RT_FORMAT_YUV420 | in vlVaCreateConfig()
205 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig()
216 config->rt_format = supported_rt_formats; in vlVaCreateConfig()
259 supported_rt_formats = VA_RT_FORMAT_YUV420; in vlVaCreateConfig()
262 supported_rt_formats |= VA_RT_FORMAT_YUV420_10BPP; in vlVaCreateConfig()
274 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig()
285 config->rt_format = supported_rt_formats; in vlVaCreateConfig()