/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 158 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 274 vector <SubpassDep> subpassDependencies; in makeRenderPass() 277 …const SubpassDep subpassDependency // VkSubpassDependency || VkSubpassDependenc… in makeRenderPass() 334 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 337 …return makeRenderPass<AttachmentDesc, AttachmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo… in makeRenderPassWithDepth() 358 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 470 vector <SubpassDep> subpassDependencies; in makeRenderPassWithAttachments() 473 …const SubpassDep subpassDependency // VkSubpassDependency || VkSubpassDependenc… in makeRenderPassWithAttachments()
|
D | vktMultiViewRenderUtil.hpp | 42 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 45 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 48 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 711 template <typename SubpassDep> 712 SubpassDep createSubpassDependency (const SubpassDependency& dependencyInfo, VkMemoryBarrier2KHR* m… in createSubpassDependency() 765 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 774 std::vector<SubpassDep> dependencies; in createRenderPass() 793 dependencies.push_back(createSubpassDependency<SubpassDep>(dependency, &memoryBarriers.back())); in createRenderPass() 799 dependencies.push_back(createSubpassDependency<SubpassDep>(dependency)); in createRenderPass()
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 143 …AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename Render… 664 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 720 std::vector<SubpassDep> subpassDependencies = in createRenderPass() 722 SubpassDep ( in createRenderPass()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 98 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 201 const SubpassDep subpassDependency ( in createRenderPass()
|
D | vktRenderPassSampleReadTests.cpp | 252 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 295 const SubpassDep dependency // VkSubpassDependency || VkSubpassDependency2KHR in createRenderPass()
|
D | vktRenderPassFragmentDensityMapTests.cpp | 318 typedef SubpassDependency2 SubpassDep; in createRenderPassProduceDynamicDensityMap() typedef 364 std::vector<SubpassDep> subpassDependencies in createRenderPassProduceDynamicDensityMap() 412 typedef SubpassDependency2 SubpassDep; in createRenderPassProduceSubsampledImage() typedef 534 std::vector<SubpassDep> subpassDependencies; in createRenderPassProduceSubsampledImage()
|
D | vktRenderPassMultisampleTests.cpp | 534 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 554 vector<SubpassDep> dependencies; in createRenderPass() 702 …const SubpassDep dependency // VkSubpassDependency || VkSubpassDependency2K… in createRenderPass() 722 …const SubpassDep dependency // VkSubpassDependency || VkSubpassDependency2K… in createRenderPass()
|
D | vktRenderPassMultisampleResolveTests.cpp | 130 typedef SubpassDependency1 SubpassDep; typedef 138 typedef SubpassDependency2 SubpassDep; typedef 2071 typedef typename RPT::SubpassDep SubpassDep; in createRenderPass() typedef 2202 const SubpassDep subpassDependency in createRenderPass()
|
D | vktRenderPassSparseRenderTargetTests.cpp | 196 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 314 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
|
D | vktRenderPassTests.cpp | 1230 template <typename SubpassDep> 1231 SubpassDep createSubpassDependency (const SubpassDependency& dependencyInfo) in createSubpassDependency() 1233 const SubpassDep dependency // VkSubpassDependency || VkSubpassDependency2KHR in createSubpassDependency() 1271 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 1279 vector<SubpassDep> dependencies; in createRenderPass() 1291 …dependencies.push_back(createSubpassDependency<SubpassDep>(renderPassInfo.getDependencies()[depNdx… in createRenderPass()
|