Lines Matching defs:desc
181 const struct util_format_description *desc =
185 if (desc->layout == UTIL_FORMAT_LAYOUT_PLAIN && desc->is_array) {
187 if (desc->nr_channels == 1 && vk_format_is_int(vk_format))
226 const struct util_format_description *desc =
230 if (desc->layout == UTIL_FORMAT_LAYOUT_PLAIN &&
231 desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB &&
232 desc->is_array) {
248 if (desc->layout == UTIL_FORMAT_LAYOUT_PLAIN &&
249 desc->is_array &&
250 desc->nr_channels == 1 &&