Searched defs:finalizeLayout (Results 1 – 2 of 2) sorted by relevance
5386 VkImageLayout finalizeLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests() local5419 VkImageLayout finalizeLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests() local5515 …const VkImageLayout finalizeLayout = (testConfigExternal.renderingType == RENDERING_TYPE_DYNAMI… in addAttachmentWriteMaskTests() local5738 const VkImageLayout finalizeLayout = isDepthStencilAttachment in addAttachmentAllocationTests() local6047 …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