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.cpp5179 vector<Maybe<deUint32> > lastUseOfAttachment (attachments.size(), nothing<deUint32>()); in addAttachmentAllocationTests() local
5214 if (lastUseOfAttachment[colorAttachmentIndex]) in addAttachmentAllocationTests()
5218 deps.push_back(SubpassDependency(*lastUseOfAttachment[colorAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5235 lastUseOfAttachment[colorAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5244 if(lastUseOfAttachment[inputAttachmentIndex]) in addAttachmentAllocationTests()
5246 if(*lastUseOfAttachment[inputAttachmentIndex] == subpassIndex) in addAttachmentAllocationTests()
5268 deps.push_back(SubpassDependency(*lastUseOfAttachment[inputAttachmentIndex], subpassIndex, in addAttachmentAllocationTests()
5285 lastUseOfAttachment[inputAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5299 if (lastUseOfAttachment[*depthStencilAttachment]) in addAttachmentAllocationTests()
5301 if(*lastUseOfAttachment[*depthStencilAttachment] == subpassIndex) in addAttachmentAllocationTests()
[all …]