Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_vf.c655 static const int vf_element_formats[] = { in ilo_state_vf_valid_element_format() local
764 return (format < ARRAY_SIZE(vf_element_formats) && in ilo_state_vf_valid_element_format()
765 vf_element_formats[format] && in ilo_state_vf_valid_element_format()
766 ilo_dev_gen(dev) >= vf_element_formats[format]); in ilo_state_vf_valid_element_format()