Home
last modified time | relevance | path

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

/external/mesa3d/src/imagination/vulkan/
Dpvr_private.h1026 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;
[all …]