Searched defs:anv_framebuffer (Results 1 – 1 of 1) sorted by relevance
4330 struct anv_framebuffer { struct4331 struct vk_object_base base;4333 uint32_t width;4334 uint32_t height;4335 uint32_t layers;4337 uint32_t attachment_count;4338 struct anv_image_view * attachments[0];