Searched refs:finalizeLayout (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 2246 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/ |
D | vktRenderPassTests.cpp | 4832 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in addAttachmentTests() local 4838 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentTests() 4850 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalDep… in addAttachmentTests() local 4856 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentTests() 4928 const VkImageLayout finalizeLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in addAttachmentWriteMaskTests() local 4931 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentWriteMaskTests() 5148 const VkImageLayout finalizeLayout = isDepthStencilAttachment in addAttachmentAllocationTests() local 5165 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentAllocationTests() 5176 …rmat, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); in addAttachmentAllocationTests() 5435 …const VkImageLayout finalizeLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalCol… in addAttachmentAllocationTests() local [all …]
|