Searched defs:pvr_render_pass_attachment (Results 1 – 1 of 1) sorted by relevance
1052 struct pvr_render_pass_attachment { struct1054 VkAttachmentLoadOp load_op;1056 VkAttachmentStoreOp store_op;1058 VkAttachmentLoadOp stencil_load_op;1060 VkAttachmentStoreOp stencil_store_op;1062 VkFormat vk_format;1063 uint32_t sample_count;1064 VkImageLayout initial_layout;1067 VkImageAspectFlags aspects;1070 bool is_pbe_downscalable;[all …]