Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4832 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in addAttachmentTests() local
4850 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalDep… in addAttachmentTests() local
4928 const VkImageLayout finalizeLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in addAttachmentWriteMaskTests() local
5148 const VkImageLayout finalizeLayout = isDepthStencilAttachment in addAttachmentAllocationTests() local
5435 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in addAttachmentAllocationTests() local
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2803 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) { in finalizeLayout() function in MicrosoftRecordLayoutBuilder