Home
last modified time | relevance | path

Searched refs:SubpassDesc (Results 1 - 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp158 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
227 vector <SubpassDesc> subpassDescriptions; in makeRenderPass()
233 const SubpassDesc subpassDescription // VkSubpassDescription || VkSubpassDescription2KHR in makeRenderPass()
336 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
339 return makeRenderPass<AttachmentDesc, AttachmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo>(vk, device, colorFormat, viewMasks, VK_SAMPLE_COUNT_1_BIT, VK_ATTACHMENT_LOAD_OP_CLEAR, dsFormat); in makeRenderPassWithDepth()
360 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
432 vector <SubpassDesc> subpassDescriptions; in makeRenderPassWithAttachments()
438 const SubpassDesc subpassDescription // VkSubpassDescription || VkSubpassDescription2KHR in makeRenderPassWithAttachments()
H A DvktMultiViewRenderUtil.hpp42 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
45 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
48 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp158 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
227 vector <SubpassDesc> subpassDescriptions; in makeRenderPass()
233 const SubpassDesc subpassDescription // VkSubpassDescription || VkSubpassDescription2KHR in makeRenderPass()
336 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
339 return makeRenderPass<AttachmentDesc, AttachmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo>(vk, device, colorFormat, viewMasks, VK_SAMPLE_COUNT_1_BIT, VK_ATTACHMENT_LOAD_OP_CLEAR, dsFormat); in makeRenderPassWithDepth()
360 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
432 vector <SubpassDesc> subpassDescriptions; in makeRenderPassWithAttachments()
438 const SubpassDesc subpassDescription // VkSubpassDescription || VkSubpassDescription2KHR in makeRenderPassWithAttachments()
H A DvktMultiViewRenderUtil.hpp42 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
45 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
48 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp650 template <typename SubpassDesc, typename AttachmentRef>
651 SubpassDesc createSubpassDescription (const Subpass& subpass, in createSubpassDescription()
677 const SubpassDesc subpassDescription // VkSubpassDescription || VkSubpassDescription2 in createSubpassDescription()
765 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
773 std::vector<SubpassDesc> subpasses; in createRenderPass()
784 subpasses.push_back(createSubpassDescription<SubpassDesc>(renderPassInfo.getSubpasses()[subpassNdx], &(attachmentReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx])); in createRenderPass()
H A DvktRenderPassSampleReadTests.cpp252 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
356 const SubpassDesc subpass1 // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
372 const SubpassDesc subpass2 // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
388 const SubpassDesc subpasses[] = in createRenderPass()
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp143 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
663 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
702 std::vector<SubpassDesc> subpassDescriptions = in createRenderPass()
704 SubpassDesc ( in createRenderPass()
H A DvktRenderPassUnusedAttachmentTests.cpp99 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
170 const SubpassDesc subpassDescriptions[] = in createRenderPass()
172 SubpassDesc ( in createRenderPass()
186 SubpassDesc ( in createRenderPass()
H A DvktRenderPassMultisampleResolveTests.cpp140 typedef SubpassDescription1 SubpassDesc; typedef
148 typedef SubpassDescription2 SubpassDesc; typedef
1528 typedef typename RPT::SubpassDesc SubpassDesc; in createRenderPass() typedef
1597 const SubpassDesc subpass in createRenderPass()
2433 typedef typename RPT::SubpassDesc SubpassDesc; in createRenderPass() typedef
2526 const SubpassDesc subpass0 in createRenderPass()
2542 const SubpassDesc subpass1 in createRenderPass()
2558 SubpassDesc subpasse in createRenderPass()
[all...]
H A DvktRenderPassFragmentDensityMapTests.cpp340 typedef SubpassDescription1 SubpassDesc; typedef
350 typedef SubpassDescription2 SubpassDesc; typedef
363 typedef typename RenderPassTraits<RenderingTypeValue>::SubpassDesc SubpassDesc; typedef in vkt::renderpass::__anon28583::RenderPassWrapper
431 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceDynamicDensityMap()
578 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceSubsampledImage()
710 std::vector<SubpassDesc> subpassDescriptions in createRenderPassOutputSubsampledImage()
H A DvktRenderPassSparseRenderTargetTests.cpp196 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
223 const SubpassDesc subpass // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
H A DvktRenderPassMultisampleTests.cpp533 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
549 vector<SubpassDesc> subpasses; in createRenderPass()
659 const SubpassDesc subpass // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
682 const SubpassDesc subpass // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
H A DvktRenderPassUnusedClearAttachmentTests.cpp325 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
396 const SubpassDesc subpassDescription ( in createRenderPass()
H A DvktRenderPassLoadStoreOpNoneTests.cpp201 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
208 std::vector<SubpassDesc> subpassDescriptions; in createRenderPass()
305 const SubpassDesc subpassDescription = in createRenderPass()
H A DvktRenderPassTests.cpp1175 template <typename SubpassDesc, typename AttachmentRef>
1176 SubpassDesc createSubpassDescription (const Subpass& subpass, in createSubpassDescription()
1202 const SubpassDesc subpassDescription // VkSubpassDescription || VkSubpassDescription2KHR in createSubpassDescription()
1264 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
1271 vector<SubpassDesc> subpasses; in createRenderPass()
1281 subpasses.push_back(createSubpassDescription<SubpassDesc>(renderPassInfo.getSubpasses()[subpassNdx], &(attachmentReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx])); in createRenderPass()
5343 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
5359 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
5388 const SubpassDesc subpassDescription =
5389 SubpassDesc (
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp650 template <typename SubpassDesc, typename AttachmentRef>
651 SubpassDesc createSubpassDescription (const Subpass& subpass, in createSubpassDescription()
677 const SubpassDesc subpassDescription // VkSubpassDescription || VkSubpassDescription2 in createSubpassDescription()
765 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
773 std::vector<SubpassDesc> subpasses; in createRenderPass()
784 subpasses.push_back(createSubpassDescription<SubpassDesc>(renderPassInfo.getSubpasses()[subpassNdx], &(attachmentReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx])); in createRenderPass()
H A DvktRenderPassSampleReadTests.cpp252 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
356 const SubpassDesc subpass1 // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
372 const SubpassDesc subpass2 // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
388 const SubpassDesc subpasses[] = in createRenderPass()
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp144 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
665 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
704 std::vector<SubpassDesc> subpassDescriptions = in createRenderPass()
706 SubpassDesc ( in createRenderPass()
H A DvktRenderPassUnusedAttachmentTests.cpp99 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
170 const SubpassDesc subpassDescriptions[] = in createRenderPass()
172 SubpassDesc ( in createRenderPass()
186 SubpassDesc ( in createRenderPass()
H A DvktRenderPassMultisampleResolveTests.cpp139 typedef SubpassDescription1 SubpassDesc; typedef
147 typedef SubpassDescription2 SubpassDesc; typedef
1515 typedef typename RPT::SubpassDesc SubpassDesc; in createRenderPass() typedef
1584 const SubpassDesc subpass in createRenderPass()
2420 typedef typename RPT::SubpassDesc SubpassDesc; in createRenderPass() typedef
2513 const SubpassDesc subpass0 in createRenderPass()
2529 const SubpassDesc subpass1 in createRenderPass()
2545 SubpassDesc subpasse in createRenderPass()
[all...]
H A DvktRenderPassFragmentDensityMapTests.cpp336 typedef SubpassDescription1 SubpassDesc; typedef
346 typedef SubpassDescription2 SubpassDesc; typedef
359 typedef typename RenderPassTraits<RenderingTypeValue>::SubpassDesc SubpassDesc; typedef in vkt::renderpass::__anon29762::RenderPassWrapper
427 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceDynamicDensityMap()
574 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceSubsampledImage()
706 std::vector<SubpassDesc> subpassDescriptions in createRenderPassOutputSubsampledImage()
H A DvktRenderPassSparseRenderTargetTests.cpp196 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
223 const SubpassDesc subpass // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
H A DvktRenderPassMultisampleTests.cpp533 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
549 vector<SubpassDesc> subpasses; in createRenderPass()
659 const SubpassDesc subpass // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
682 const SubpassDesc subpass // VkSubpassDescription || VkSubpassDescription2KHR in createRenderPass()
H A DvktRenderPassUnusedClearAttachmentTests.cpp326 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
397 const SubpassDesc subpassDescription ( in createRenderPass()
H A DvktRenderPassLoadStoreOpNoneTests.cpp201 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo>
208 std::vector<SubpassDesc> subpassDescriptions; in createRenderPass()
305 const SubpassDesc subpassDescription = in createRenderPass()

Completed in 59 milliseconds

12