Lines Matching defs:pvr_framebuffer
1176 struct pvr_framebuffer { struct
1177 struct vk_object_base base;
1180 uint32_t width;
1181 uint32_t height;
1182 uint32_t layers;
1184 uint32_t attachment_count;
1185 struct pvr_image_view **attachments;
1188 struct pvr_bo *ppp_state_bo;
1190 size_t ppp_state_size;
1192 uint32_t render_targets_count;
1193 struct pvr_render_target *render_targets;