Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtextureview.c122 static const struct internal_format_class_info compatible_internal_formats[] = { variable
256 for (i = 0; i < ARRAY_SIZE(compatible_internal_formats); i++) { in _mesa_texture_view_lookup_view_class()
257 if (compatible_internal_formats[i].internal_format == internalformat) in _mesa_texture_view_lookup_view_class()
258 return compatible_internal_formats[i].view_class; in _mesa_texture_view_lookup_view_class()