HomeSort by: relevance | last modified time | path
    Searched defs:color_formats_table (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_cs.c 109 static const struct gpu_formats color_formats_table[] = { variable in typeref:typename:const struct gpu_formats[]
185 if (format >= ARRAY_SIZE(color_formats_table))
188 if (color_formats_table[format].valid_color)
196 if (format >= ARRAY_SIZE(color_formats_table))
199 if (family < color_formats_table[format].min_family)
202 if (color_formats_table[format].blockwidth > 0)
210 if (format >= ARRAY_SIZE(color_formats_table))
213 return color_formats_table[format].blocksize;
220 if (format >= ARRAY_SIZE(color_formats_table))
223 bw = color_formats_table[format].blockwidth
    [all...]

Completed in 11 milliseconds