Searched refs:color_formats_table (Results 1 – 1 of 1) sorted by relevance
105 static const struct gpu_formats color_formats_table[] = { variable181 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_color()184 if (color_formats_table[format].valid_color) in r600_fmt_is_valid_color()192 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_texture()195 if (family < color_formats_table[format].min_family) in r600_fmt_is_valid_texture()198 if (color_formats_table[format].blockwidth > 0) in r600_fmt_is_valid_texture()206 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_blocksize()209 return color_formats_table[format].blocksize; in r600_fmt_get_blocksize()216 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_nblocksx()219 bw = color_formats_table[format].blockwidth; in r600_fmt_get_nblocksx()[all …]