Home
last modified time | relevance | path

Searched refs:SubpassDependency2 (Results 1 - 25 of 42) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp133 class SubpassDependency2 : public vk::VkSubpassDependency2 class
136 SubpassDependency2 (const void* pNext,
H A DvktMultiViewRenderUtil.cpp326 Move<VkRenderPass> makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>
353 Move<VkRenderPass> makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>
522 Move<VkRenderPass> makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>
H A DvktMultiViewRenderPassUtil.cpp196 SubpassDependency2::SubpassDependency2 (const void* pNext_, in SubpassDependency2() function in vkt::MultiView::SubpassDependency2
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp133 class SubpassDependency2 : public vk::VkSubpassDependency2 class
136 SubpassDependency2 (const void* pNext,
H A DvktMultiViewRenderUtil.cpp326 Move<VkRenderPass> makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>
353 Move<VkRenderPass> makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>
522 Move<VkRenderPass> makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>
H A DvktMultiViewRenderPassUtil.cpp196 SubpassDependency2::SubpassDependency2 (const void* pNext_, in SubpassDependency2() function in vkt::MultiView::SubpassDependency2
H A DvktMultiViewRenderTests.cpp140 return MultiView::makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat); in makeRenderPass()
157 return MultiView::makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, true); in makeRenderPassWithAttachments()
175 return MultiView::makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp139 class SubpassDependency2 : public vk::VkSubpassDependency2 class
142 SubpassDependency2 (const void* pNext,
H A DvktRenderPassTestsUtil.cpp198 SubpassDependency2::SubpassDependency2 (const void* pNext_, in SubpassDependency2() function in vkt::renderpass::SubpassDependency2
838 SubpassDependency2, in createRenderPass()
H A DvktRenderPassSubpassMergeFeedbackTests.cpp225 std::vector<SubpassDependency2> subpassDependencies; in createRenderPassAndVerify()
H A DvktRenderPassSampleReadTests.cpp423 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass()
H A DvktRenderPassSparseRenderTargetTests.cpp267 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, dstFormat); in createRenderPass()
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp379 m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice); in InputAttachmentSparseFillingTestInstance()
H A DvktRenderPassUnusedAttachmentTests.cpp582 m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice, testParams); in UnusedAttachmentTestInstance()
H A DvktRenderPassUnusedClearAttachmentTests.cpp697 m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice, testParams); in UnusedClearAttachmentTestInstance()
H A DvktRenderPassLoadStoreOpNoneTests.cpp953 m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice, m_testParams); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp139 class SubpassDependency2 : public vk::VkSubpassDependency2 class
142 SubpassDependency2 (const void* pNext,
H A DvktRenderPassTestsUtil.cpp198 SubpassDependency2::SubpassDependency2 (const void* pNext_, in SubpassDependency2() function in vkt::renderpass::SubpassDependency2
838 SubpassDependency2, in createRenderPass()
H A DvktRenderPassSubpassMergeFeedbackTests.cpp227 std::vector<SubpassDependency2> subpassDependencies; in createRenderPassAndVerify()
H A DvktRenderPassSampleReadTests.cpp423 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass()
H A DvktRenderPassSparseRenderTargetTests.cpp267 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, dstFormat); in createRenderPass()
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp381 m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice); in InputAttachmentSparseFillingTestInstance()
H A DvktRenderPassUnusedAttachmentTests.cpp584 m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice, testParams); in UnusedAttachmentTestInstance()
H A DvktRenderPassUnusedClearAttachmentTests.cpp698 m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, vkDevice, testParams); in UnusedClearAttachmentTestInstance()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp66167 struct SubpassDependency2 global() struct
[all...]

Completed in 99 milliseconds

12