Home | History | Annotate | Download | only in r600

Lines Matching refs:desc

1251 	const struct util_format_description *desc;
1308 desc = util_format_description(surf->base.format);
1310 if (desc->channel[i].type != UTIL_FORMAT_TYPE_VOID) {
1330 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
1332 else if (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED) {
1333 if (desc->channel[i].normalized)
1335 else if (desc->channel[i].pure_integer)
1337 } else if (desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED) {
1338 if (desc->channel[i].normalized)
1340 else if (desc->channel[i].pure_integer)
1391 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
1392 ((desc->channel[i].size < 12 &&
1393 desc->channel[i].type != UTIL_FORMAT_TYPE_FLOAT &&
1395 (desc->channel[i].size < 17 &&
1396 desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT))) {