Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h1074 struct pvr_render_pass_attachment { struct
1076 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 …]