Searched defs:v3dv_framebuffer (Results 1 – 1 of 1) sorted by relevance
754 struct v3dv_framebuffer { struct755 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