Lines Matching refs:dstPass
611 deUint32 dstPass, in SubpassDependency() argument
621 , m_dstPass (dstPass) in SubpassDependency()
6127 const deUint32 dstPass = subpassIndex; in addAttachmentAllocationTests() local
6130 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()
6148 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()
6177 const deUint32 dstPass = subpassIndex; in addAttachmentAllocationTests() local
6180 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()
6197 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()
6232 const deUint32 dstPass = subpassIndex; in addAttachmentAllocationTests() local
6235 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()
6253 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()