Home
last modified time | relevance | path

Searched refs:srcPass (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/tools/mlir-reduce/
DOptReductionPass.cpp25 OptReductionPass::OptReductionPass(const OptReductionPass &srcPass) in OptReductionPass() argument
26 : OptReductionBase<OptReductionPass>(srcPass), test(srcPass.test), in OptReductionPass()
27 optPass(srcPass.optPass.get()) {} in OptReductionPass()
/external/llvm-project/mlir/include/mlir/Reducer/
DOptReductionPass.h34 OptReductionPass(const OptReductionPass &srcPass);
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp326 SubpassDependency (deUint32 srcPass,
DvktRenderPassTestsUtil.cpp461 SubpassDependency::SubpassDependency (deUint32 srcPass, in SubpassDependency() argument
472 : m_srcPass (srcPass) in SubpassDependency()
DvktRenderPassTests.cpp629 SubpassDependency (deUint32 srcPass, in SubpassDependency() argument
639 : m_srcPass (srcPass) in SubpassDependency()
5399 const deUint32 srcPass = *lastUseOfAttachment[colorAttachmentIndex]; in addAttachmentAllocationTests() local
5403 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() local
5451 …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 …]