Home
last modified time | relevance | path

Searched refs:vk_att_desc_stencil_layout (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.h370 VkImageLayout vk_att_desc_stencil_layout(const VkAttachmentDescription2 *att_desc,
Dvk_image.c855 vk_att_desc_stencil_layout(const VkAttachmentDescription2 *att_desc, bool final) in vk_att_desc_stencil_layout() function
Dvk_render_pass.c348 .initial_stencil_layout = vk_att_desc_stencil_layout(desc, false), in vk_render_pass_attachment_init()
349 .final_stencil_layout = vk_att_desc_stencil_layout(desc, true), in vk_render_pass_attachment_init()