Searched refs:dstPass (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 327 deUint32 dstPass,
|
D | vktRenderPassTestsUtil.cpp | 462 deUint32 dstPass, in SubpassDependency() argument 473 , m_dstPass (dstPass) in SubpassDependency()
|
D | vktRenderPassTests.cpp | 630 deUint32 dstPass, in SubpassDependency() argument 640 , m_dstPass (dstPass) in SubpassDependency() 5400 const deUint32 dstPass = subpassIndex; in addAttachmentAllocationTests() local 5403 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests() 5421 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests() 5450 const deUint32 dstPass = subpassIndex; in addAttachmentAllocationTests() local 5453 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests() 5470 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests() 5505 const deUint32 dstPass = subpassIndex; in addAttachmentAllocationTests() local 5508 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests() [all …]
|