Searched refs:compatible_internal_formats (Results 1 – 1 of 1) sorted by relevance
122 static const struct internal_format_class_info compatible_internal_formats[] = { variable256 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()