Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp6317 VkImageLayout finalizeLayout = in addAttachmentTests() local
6363 VkImageLayout finalizeLayout = in addAttachmentTests() local
6472 const VkImageLayout finalizeLayout = in addAttachmentWriteMaskTests() local
6648 const VkImageLayout finalizeLayout = in addAttachmentAllocationTests() local
7008 const VkImageLayout finalizeLayout = in addAttachmentAllocationTests() local
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2803 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) { in finalizeLayout() function in MicrosoftRecordLayoutBuilder