Home
last modified time | relevance | path

Searched defs:panvk_framebuffer (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h994 struct panvk_framebuffer { struct
995 struct vk_object_base base;
997 uint32_t width;
998 uint32_t height;
999 uint32_t layers;
1001 uint32_t attachment_count;
1002 struct panvk_attachment_info attachments[0];