Searched refs:color_formats_table (Results 1 – 1 of 1) sorted by relevance
104 static const struct gpu_formats color_formats_table[] = { variable180 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_color()183 if (color_formats_table[format].valid_color) in r600_fmt_is_valid_color()191 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_texture()194 if (family < color_formats_table[format].min_family) in r600_fmt_is_valid_texture()197 if (color_formats_table[format].blockwidth > 0) in r600_fmt_is_valid_texture()205 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_blocksize()208 return color_formats_table[format].blocksize; in r600_fmt_get_blocksize()215 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_nblocksx()218 bw = color_formats_table[format].blockwidth; in r600_fmt_get_nblocksx()[all …]