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.h939 struct panvk_framebuffer { struct
940 struct vk_object_base base;
942 uint32_t width;
943 uint32_t height;
944 uint32_t layers;
946 uint32_t attachment_count;
947 struct panvk_attachment_info attachments[0];