Lines Matching defs:desc
44 const struct util_format_description *desc =
47 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
48 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
50 desc->swizzle[3] == PIPE_SWIZZLE_X;
52 desc->swizzle[3] == PIPE_SWIZZLE_W;
59 const struct util_format_description *desc =
62 return desc->channel[channel].size;
67 const struct util_format_description *desc =
70 for (uint32_t i = 0; i < desc->nr_channels; i++) {
71 if (desc->channel[i].size == 32U)
80 const struct util_format_description *desc =
83 for (uint32_t i = 0; i < desc->nr_channels; i++) {
84 if (!desc->channel[i].normalized)