Lines Matching defs:pvr_framebuffer
1026 struct pvr_framebuffer { struct
1027 struct vk_object_base base;
1030 uint32_t width;
1031 uint32_t height;
1032 uint32_t layers;
1034 uint32_t attachment_count;
1035 struct pvr_image_view **attachments;
1038 struct pvr_suballoc_bo *ppp_state_bo;
1040 size_t ppp_state_size;
1042 uint32_t render_targets_count;
1043 struct pvr_render_target *render_targets;
1045 struct pvr_spm_scratch_buffer *scratch_buffer;
1047 uint32_t render_count;
1048 struct pvr_spm_eot_state *spm_eot_state_per_render;
1049 struct pvr_spm_bgobj_state *spm_bgobj_state_per_render;