Home
last modified time | relevance | path

Searched refs:finalizeLayout (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2246 void finalizeLayout(const RecordDecl *RD);
2397 finalizeLayout(RD); in layout()
2418 finalizeLayout(RD); in cxxLayout()
2803 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) { in finalizeLayout() function in MicrosoftRecordLayoutBuilder
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5006 const VkImageLayout finalizeLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests() local
5014 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentTests()
5028 const VkImageLayout finalizeLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests() local
5036 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentTests()
5107 const VkImageLayout finalizeLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in addAttachmentWriteMaskTests() local
5110 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentWriteMaskTests()
5329 const VkImageLayout finalizeLayout = isDepthStencilAttachment in addAttachmentAllocationTests() local
5346 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentAllocationTests()
5357 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentAllocationTests()
5637 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in addAttachmentAllocationTests() local
[all …]
/external/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp2467 void finalizeLayout(const RecordDecl *RD);
2618 finalizeLayout(RD); in layout()
2641 finalizeLayout(RD); in cxxLayout()
3053 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) { in finalizeLayout() function in MicrosoftRecordLayoutBuilder