Searched defs:pvr_render_pass_attachment (Results 1 – 1 of 1) sorted by relevance
1196 struct pvr_render_pass_attachment { struct1198 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 …]