Searched refs:srcPass (Results 1 – 5 of 5) sorted by relevance
25 OptReductionPass::OptReductionPass(const OptReductionPass &srcPass) in OptReductionPass() argument26 : OptReductionBase<OptReductionPass>(srcPass), test(srcPass.test), in OptReductionPass()27 optPass(srcPass.optPass.get()) {} in OptReductionPass()
34 OptReductionPass(const OptReductionPass &srcPass);
326 SubpassDependency (deUint32 srcPass,
461 SubpassDependency::SubpassDependency (deUint32 srcPass, in SubpassDependency() argument472 : m_srcPass (srcPass) in SubpassDependency()
629 SubpassDependency (deUint32 srcPass, in SubpassDependency() argument639 : m_srcPass (srcPass) in SubpassDependency()5399 const deUint32 srcPass = *lastUseOfAttachment[colorAttachmentIndex]; in addAttachmentAllocationTests() local5403 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()5421 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()5449 const deUint32 srcPass = *lastUseOfAttachment[inputAttachmentIndex]; in addAttachmentAllocationTests() local5451 …const VkDependencyFlags dependencyFlags = ((srcPass == subpassIndex) || rng.getBool()) ? (VkDepend… in addAttachmentAllocationTests()5453 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()5470 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()5504 const deUint32 srcPass = *lastUseOfAttachment[*depthStencilAttachment]; in addAttachmentAllocationTests() local[all …]