Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h754 struct v3dv_framebuffer { struct
755 struct vk_object_base base;
757 uint32_t width;
758 uint32_t height;
759 uint32_t layers;
770 bool has_edge_padding;
772 uint32_t attachment_count;
773 uint32_t color_attachment_count;
802 struct v3dv_framebuffer *fb, argument