Lines Matching defs:desc
178 const struct util_format_description *desc = util_format_description(ptex->format);
184 is_depth = util_format_has_depth(desc);
185 is_stencil = util_format_has_stencil(desc);
542 uint32_t desc[8];
546 res->width0, res->height0, res->depth0, desc, NULL);
548 tex->surface.blk_w, false, 0, desc);
552 desc, &md.size_metadata, md.metadata);
1179 const struct util_format_description *desc = util_format_description(templ->format);
1207 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED)
2149 const struct util_format_description *desc = util_format_description(format);
2151 #define HAS_SWIZZLE(chan, swz) (desc->swizzle[chan] == PIPE_SWIZZLE_##swz)
2160 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN)
2163 switch (desc->nr_channels) {
2200 if (desc->is_array)