Searched defs:pvr_render_pass_attachment (Results 1 – 1 of 1) sorted by relevance
1074 struct pvr_render_pass_attachment { struct1076 VkAttachmentLoadOp load_op;1078 VkAttachmentStoreOp store_op;1080 VkAttachmentLoadOp stencil_load_op;1082 VkAttachmentStoreOp stencil_store_op;1084 VkFormat vk_format;1085 uint32_t sample_count;1086 VkImageLayout initial_layout;1089 VkImageAspectFlags aspects;1092 bool is_pbe_downscalable;[all …]