Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp461 SubpassDependency::SubpassDependency (deUint32 srcPass, in SubpassDependency() argument
472 : m_srcPass (srcPass) in SubpassDependency()
DvktRenderPassTestsUtil.hpp316 SubpassDependency (deUint32 srcPass,
DvktRenderPassTests.cpp610 SubpassDependency (deUint32 srcPass, in SubpassDependency() argument
620 : m_srcPass (srcPass) in SubpassDependency()
6126 const deUint32 srcPass = *lastUseOfAttachment[colorAttachmentIndex]; in addAttachmentAllocationTests() local
6130 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()
6148 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()
6176 const deUint32 srcPass = *lastUseOfAttachment[inputAttachmentIndex]; in addAttachmentAllocationTests() local
6178 …const VkDependencyFlags dependencyFlags = ((srcPass == subpassIndex) || rng.getBool()) ? (VkDepend… in addAttachmentAllocationTests()
6180 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()
6197 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()
6231 const deUint32 srcPass = *lastUseOfAttachment[*depthStencilAttachment]; in addAttachmentAllocationTests() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp461 SubpassDependency::SubpassDependency (deUint32 srcPass, in SubpassDependency() argument
472 : m_srcPass (srcPass) in SubpassDependency()
DvktRenderPassTestsUtil.hpp316 SubpassDependency (deUint32 srcPass,
DvktRenderPassTests.cpp610 SubpassDependency (deUint32 srcPass, in SubpassDependency() argument
620 : m_srcPass (srcPass) in SubpassDependency()
6126 const deUint32 srcPass = *lastUseOfAttachment[colorAttachmentIndex]; in addAttachmentAllocationTests() local
6130 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()
6148 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()
6176 const deUint32 srcPass = *lastUseOfAttachment[inputAttachmentIndex]; in addAttachmentAllocationTests() local
6178 …const VkDependencyFlags dependencyFlags = ((srcPass == subpassIndex) || rng.getBool()) ? (VkDepend… in addAttachmentAllocationTests()
6180 const SubpassDependency newDependency(srcPass, dstPass, in addAttachmentAllocationTests()
6197 if (dependency.getSrcPass() == srcPass && dependency.getDstPass() == dstPass) in addAttachmentAllocationTests()
6231 const deUint32 srcPass = *lastUseOfAttachment[*depthStencilAttachment]; in addAttachmentAllocationTests() local
[all …]