Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.c3458 bool is_array_format = true; in _mesa_format_from_format_and_type() local
3498 is_array_format = false; in _mesa_format_from_format_and_type()
3503 if (is_array_format) in _mesa_format_from_format_and_type()
3504 is_array_format = get_swizzle_from_gl_format(format, swizzle); in _mesa_format_from_format_and_type()
3509 if (is_array_format) { in _mesa_format_from_format_and_type()