Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c103 static const struct gpu_formats color_formats_table[] = { variable
179 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_color()
182 if (color_formats_table[format].valid_color) in r600_fmt_is_valid_color()
190 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_is_valid_texture()
193 if (family < color_formats_table[format].min_family) in r600_fmt_is_valid_texture()
196 if (color_formats_table[format].blockwidth > 0) in r600_fmt_is_valid_texture()
204 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_blocksize()
207 return color_formats_table[format].blocksize; in r600_fmt_get_blocksize()
214 if (format >= ARRAY_SIZE(color_formats_table)) in r600_fmt_get_nblocksx()
217 bw = color_formats_table[format].blockwidth; in r600_fmt_get_nblocksx()
[all …]