Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_private.h1196 struct pvr_render_pass_attachment { struct
1198 VkAttachmentLoadOp load_op;
1200 VkAttachmentStoreOp store_op;
1202 VkAttachmentLoadOp stencil_load_op;
1204 VkAttachmentStoreOp stencil_store_op;
1206 VkFormat vk_format;
1207 uint32_t sample_count;
1208 VkImageLayout initial_layout;
1212 bool has_stencil;
1215 bool is_pbe_downscalable;
[all …]