Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglformats.c3759 bool is_array_format = true; in _mesa_format_from_format_and_type() local
3802 is_array_format = false; in _mesa_format_from_format_and_type()
3807 if (is_array_format) in _mesa_format_from_format_and_type()
3808 is_array_format = get_swizzle_from_gl_format(format, swizzle); in _mesa_format_from_format_and_type()
3813 if (is_array_format) { in _mesa_format_from_format_and_type()