Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp4084 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in createAttachmentTestCaseGroup() local
4102 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalDe… in createAttachmentTestCaseGroup() local
4256 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in createAttachmentAllocationTestGroup() local
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2762 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) { in finalizeLayout() function in MicrosoftRecordLayoutBuilder