Lines Matching defs:desc
1206 VkFormat fb_format = pass->attachments[att_idx].desc.format;
1219 const struct util_format_description *desc =
1222 if (desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT &&
1223 desc->channel[0].size == 32) {
1386 const VkVertexInputAttributeDescription *desc =
1388 assert(desc->location < MAX_VERTEX_ATTRIBS);
1389 if (desc->format == VK_FORMAT_B8G8R8A8_UNORM)
1390 key->va_swap_rb_mask |= 1 << (VERT_ATTRIB_GENERIC0 + desc->location);
1987 VkFormat fb_format = pass->attachments[att_idx].desc.format;
2000 const struct util_format_description *desc =
2003 if (desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT &&
2004 desc->channel[0].size == 32) {
2012 const VkVertexInputAttributeDescription *desc =
2014 assert(desc->location < MAX_VERTEX_ATTRIBS);
2015 if (desc->format == VK_FORMAT_B8G8R8A8_UNORM)
2016 key->va_swap_rb_mask |= 1 << (VERT_ATTRIB_GENERIC0 + desc->location);
2791 if (att->desc.format == VK_FORMAT_D16_UNORM)