Lines Matching defs:pvr_framebuffer
1048 struct pvr_framebuffer { struct
1049 struct vk_object_base base;
1052 uint32_t width;
1053 uint32_t height;
1054 uint32_t layers;
1056 uint32_t attachment_count;
1057 struct pvr_image_view **attachments;
1060 struct pvr_suballoc_bo *ppp_state_bo;
1062 size_t ppp_state_size;
1064 uint32_t render_targets_count;
1065 struct pvr_render_target *render_targets;
1067 struct pvr_spm_scratch_buffer *scratch_buffer;
1069 uint32_t render_count;
1070 struct pvr_spm_eot_state *spm_eot_state_per_render;
1071 struct pvr_spm_bgobj_state *spm_bgobj_state_per_render;