Lines Matching defs:desc
207 const struct util_format_description *desc =
213 is_depth = util_format_has_depth(desc);
214 is_stencil = util_format_has_stencil(desc);
1028 const struct util_format_description *desc = util_format_description(templ->format);
1058 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED)
1649 const struct util_format_description *desc = util_format_description(format);
1651 #define HAS_SWIZZLE(chan,swz) (desc->swizzle[chan] == PIPE_SWIZZLE_##swz)
1656 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN)
1659 switch (desc->nr_channels) {
1697 if (desc->is_array)