Searched defs:finalizeLayout (Results 1 – 2 of 2) sorted by relevance
4832 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in addAttachmentTests() local4850 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalDep… in addAttachmentTests() local4928 const VkImageLayout finalizeLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in addAttachmentWriteMaskTests() local5148 const VkImageLayout finalizeLayout = isDepthStencilAttachment in addAttachmentAllocationTests() local5435 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in addAttachmentAllocationTests() local
2803 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) { in finalizeLayout() function in MicrosoftRecordLayoutBuilder