Lines Matching defs:desc1
2009 const struct util_format_description *desc1, *desc2;
2026 desc1 = util_format_description(format1);
2029 if (desc1->layout != UTIL_FORMAT_LAYOUT_PLAIN || desc2->layout != UTIL_FORMAT_LAYOUT_PLAIN)
2033 if ((desc1->channel[0].type == UTIL_FORMAT_TYPE_FLOAT) !=
2040 if (desc1->channel[0].size != desc2->channel[0].size ||
2041 (desc1->nr_channels >= 2 && desc1->channel[1].size != desc2->channel[1].size))
2057 if (desc1->channel[0].type != desc2->channel[0].type ||
2058 (desc1->nr_channels >= 2 && desc1->channel[1].type != desc2->channel[1].type))