Lines Matching defs:desc
1149 const struct util_format_description *desc = util_format_description(format);
1151 if (util_format_has_depth(desc)) {
1159 if (util_format_has_stencil(desc)) {
1228 const struct util_format_description *desc = util_format_description(format);
1229 if (desc->nr_channels == 3 &&
1230 (desc->block.bits == 24 || desc->block.bits == 48 || desc->block.bits == 96))
1244 const struct util_format_description *desc = util_format_description(format);
1245 if (desc->layout == UTIL_FORMAT_LAYOUT_BPTC &&