Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4986 vector<Maybe<deUint32> > lastUseOfAttachment (attachments.size(), nothing<deUint32>()); in addAttachmentAllocationTests() local
5023 if (lastUseOfAttachment[colorAttachmentIndex]) in addAttachmentAllocationTests()
5027 deps.push_back(SubpassDependency(*lastUseOfAttachment[colorAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5044 lastUseOfAttachment[colorAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5055 if(lastUseOfAttachment[inputAttachmentIndex]) in addAttachmentAllocationTests()
5057 if(*lastUseOfAttachment[inputAttachmentIndex] == subpassIndex) in addAttachmentAllocationTests()
5079 deps.push_back(SubpassDependency(*lastUseOfAttachment[inputAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5096 lastUseOfAttachment[inputAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5105 if (lastUseOfAttachment[*depthStencilAttachment]) in addAttachmentAllocationTests()
5107 if(*lastUseOfAttachment[*depthStencilAttachment] == subpassIndex) in addAttachmentAllocationTests()
[all …]