Searched refs:color_formats_table (Results 1 – 1 of 1) sorted by relevance
109 static const struct gpu_formats color_formats_table[] = { variable185 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_color()188 if (color_formats_table[format].valid_color) in r600_fmt_is_valid_color()196 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_texture()199 if (family < color_formats_table[format].min_family) in r600_fmt_is_valid_texture()202 if (color_formats_table[format].blockwidth > 0) in r600_fmt_is_valid_texture()210 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_blocksize()213 return color_formats_table[format].blocksize; in r600_fmt_get_blocksize()220 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_nblocksx()223 bw = color_formats_table[format].blockwidth; in r600_fmt_get_nblocksx()[all …]