Searched refs:stencil_desc_layout (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pass.c303 stencil_desc_layout(const VkAttachmentDescription2KHR *att_desc, bool final) function in typeref:typename:VkImageLayout
371 .stencil_initial_layout = stencil_desc_layout(&pCreateInfo->pAttachments[i],
373 .stencil_final_layout = stencil_desc_layout(&pCreateInfo->pAttachments[i],
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pass.c363 stencil_desc_layout(const VkAttachmentDescription2KHR *att_desc, bool final) function in typeref:typename:VkImageLayout
414 att->stencil_initial_layout = stencil_desc_layout(&pCreateInfo->pAttachments[i], false);
415 att->stencil_final_layout = stencil_desc_layout(&pCreateInfo->pAttachments[i], true);

Completed in 4 milliseconds