Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c73 static const struct vc4_format vc4_format_table[] = { variable
113 if (f >= ARRAY_SIZE(vc4_format_table) || in get_format()
114 !vc4_format_table[f].present) in get_format()
117 return &vc4_format_table[f]; in get_format()