Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp462 deUint32 dstPass, in SubpassDependency() argument
473 , m_dstPass (dstPass) in SubpassDependency()
DvktRenderPassTestsUtil.hpp317 deUint32 dstPass,
DvktRenderPassTests.cpp611 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()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp462 deUint32 dstPass, in SubpassDependency() argument
473 , m_dstPass (dstPass) in SubpassDependency()
DvktRenderPassTestsUtil.hpp317 deUint32 dstPass,
DvktRenderPassTests.cpp611 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()
[all …]