Lines Matching defs:att
275 const struct v3dv_image_view *att = attachments[att_idx].image_view;
276 assert(att);
278 if (att->vk.aspects & VK_IMAGE_ASPECT_COLOR_BIT)
279 *max_bpp = MAX2(*max_bpp, att->internal_bpp);
281 if (att->vk.image->samples > VK_SAMPLE_COUNT_1_BIT)
286 const struct v3dv_image_view *att =
288 assert(att);
290 if (att->vk.image->samples > VK_SAMPLE_COUNT_1_BIT)
299 const struct v3dv_image_view *att = attachments[i].image_view;
300 assert(att);
302 if (att->vk.aspects & VK_IMAGE_ASPECT_COLOR_BIT)
303 *max_bpp = MAX2(*max_bpp, att->internal_bpp);
305 if (att->vk.image->samples > VK_SAMPLE_COUNT_1_BIT)