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.cpp5360 vector<Maybe<deUint32> > lastUseOfAttachment (attachments.size(), nothing<deUint32>()); in addAttachmentAllocationTests() local
5395 if (lastUseOfAttachment[colorAttachmentIndex]) in addAttachmentAllocationTests()
5399 const deUint32 srcPass = *lastUseOfAttachment[colorAttachmentIndex]; in addAttachmentAllocationTests()
5436 lastUseOfAttachment[colorAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5445 if(lastUseOfAttachment[inputAttachmentIndex]) in addAttachmentAllocationTests()
5449 const deUint32 srcPass = *lastUseOfAttachment[inputAttachmentIndex]; in addAttachmentAllocationTests()
5486 lastUseOfAttachment[inputAttachmentIndex] = just(subpassIndex); in addAttachmentAllocationTests()
5500 if (lastUseOfAttachment[*depthStencilAttachment]) in addAttachmentAllocationTests()
5504 const deUint32 srcPass = *lastUseOfAttachment[*depthStencilAttachment]; in addAttachmentAllocationTests()
5542 lastUseOfAttachment[*depthStencilAttachment] = just(subpassIndex); in addAttachmentAllocationTests()
[all …]