/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 635 template <typename AttachmentRef> 636 AttachmentRef createAttachmentReference (const AttachmentReference& referenceInfo) in createAttachmentReference() 638 const AttachmentRef reference // VkAttachmentReference || VkAttachmentReference2 in createAttachmentReference() 650 template <typename SubpassDesc, typename AttachmentRef> 652 std::vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() 655 std::vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() 656 std::vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() 657 std::vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() 658 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() 661 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpas in createSubpassDescription() [all...] |
H A D | vktRenderPassSampleReadTests.cpp | 252 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 263 const AttachmentRef srcAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 271 const AttachmentRef srcAttachmentInputRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 279 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 287 const AttachmentRef dstResolveAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass()
|
H A D | vktRenderPassFragmentDensityMapTests.cpp | 339 typedef AttachmentReference1 AttachmentRef; typedef 349 typedef AttachmentReference2 AttachmentRef; typedef 362 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentRef AttachmentRef; typedef in vkt::renderpass::__anon28583::RenderPassWrapper 426 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassProduceDynamicDensityMap() 560 std::vector<AttachmentRef> colorAttachmentRefs0 in createRenderPassProduceSubsampledImage() 567 AttachmentRef* pResolveAttachments = DE_NULL; in createRenderPassProduceSubsampledImage() 568 AttachmentRef resolveAttachmentRef in createRenderPassProduceSubsampledImage() 596 std::vector<AttachmentRef> inputAttachmentRefs1 in createRenderPassProduceSubsampledImage() 600 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassProduceSubsampledImage() [all...] |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 143 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 663 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 669 std::vector<AttachmentRef> attachmentRefs; in createRenderPass() 694 AttachmentRef( in createRenderPass()
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 99 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 149 const AttachmentRef resultAttachmentRefSubpass0 ( in createRenderPass() 156 const AttachmentRef resultAttachmentRefSubpass1 ( in createRenderPass() 163 const AttachmentRef inputAttachmentRefSubpass1 ( in createRenderPass()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 325 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 373 std::vector<AttachmentRef> attachmentReferences; in createRenderPass() 376 attachmentReferences.push_back(AttachmentRef( in createRenderPass() 384 std::unique_ptr<AttachmentRef> depthAttachmentRef; in createRenderPass() 387 depthAttachmentRef.reset(new AttachmentRef( in createRenderPass()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 103 struct AttachmentRef struct 111 std::vector<AttachmentRef> attachmentRefs; 201 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 212 std::vector<AttachmentRef> colorAttachmentRefs; in createRenderPass() 213 std::vector<AttachmentRef> resolveAttachmentRefs; in createRenderPass() 214 std::vector<AttachmentRef> depthStencilAttachmentRefs; in createRenderPass() 215 std::vector<AttachmentRef> inputAttachmentRefs; in createRenderPass()
|
H A D | vktRenderPassMultisampleTests.cpp | 533 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 550 vector<vector<AttachmentRef> > dstAttachmentRefs (splitSubpassCount); in createRenderPass() 551 vector<vector<AttachmentRef> > dstResolveAttachmentRefs (splitSubpassCount); in createRenderPass() 554 const AttachmentRef srcAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 564 const AttachmentRef srcAttachmentInputRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 614 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 642 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass()
|
H A D | vktRenderPassTests.cpp | 1160 template <typename AttachmentRef> 1161 AttachmentRef createAttachmentReference (const AttachmentReference& referenceInfo) in createAttachmentReference() 1163 const AttachmentRef reference // VkAttachmentReference || VkAttachmentReference2KHR in createAttachmentReference() 1175 template <typename SubpassDesc, typename AttachmentRef> 1177 vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() 1180 vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() 1181 vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() 1182 vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() 1183 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() 1186 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpas in createSubpassDescription() [all...] |
H A D | vktRenderPassSparseRenderTargetTests.cpp | 196 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 201 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 635 template <typename AttachmentRef> 636 AttachmentRef createAttachmentReference (const AttachmentReference& referenceInfo) in createAttachmentReference() 638 const AttachmentRef reference // VkAttachmentReference || VkAttachmentReference2 in createAttachmentReference() 650 template <typename SubpassDesc, typename AttachmentRef> 652 std::vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() 655 std::vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() 656 std::vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() 657 std::vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() 658 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() 661 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpas in createSubpassDescription() [all...] |
H A D | vktRenderPassSampleReadTests.cpp | 252 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 263 const AttachmentRef srcAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 271 const AttachmentRef srcAttachmentInputRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 279 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 287 const AttachmentRef dstResolveAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass()
|
H A D | vktRenderPassFragmentDensityMapTests.cpp | 335 typedef AttachmentReference1 AttachmentRef; typedef 345 typedef AttachmentReference2 AttachmentRef; typedef 358 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentRef AttachmentRef; typedef in vkt::renderpass::__anon29762::RenderPassWrapper 422 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassProduceDynamicDensityMap() 556 std::vector<AttachmentRef> colorAttachmentRefs0 in createRenderPassProduceSubsampledImage() 563 AttachmentRef* pResolveAttachments = DE_NULL; in createRenderPassProduceSubsampledImage() 564 AttachmentRef resolveAttachmentRef in createRenderPassProduceSubsampledImage() 592 std::vector<AttachmentRef> inputAttachmentRefs1 in createRenderPassProduceSubsampledImage() 596 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassProduceSubsampledImage() [all...] |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 144 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 665 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 671 std::vector<AttachmentRef> attachmentRefs; in createRenderPass() 696 AttachmentRef( in createRenderPass()
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 99 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 149 const AttachmentRef resultAttachmentRefSubpass0 ( in createRenderPass() 156 const AttachmentRef resultAttachmentRefSubpass1 ( in createRenderPass() 163 const AttachmentRef inputAttachmentRefSubpass1 ( in createRenderPass()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 326 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 374 std::vector<AttachmentRef> attachmentReferences; in createRenderPass() 377 attachmentReferences.push_back(AttachmentRef( in createRenderPass() 385 std::unique_ptr<AttachmentRef> depthAttachmentRef; in createRenderPass() 388 depthAttachmentRef.reset(new AttachmentRef( in createRenderPass()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 103 struct AttachmentRef struct 111 std::vector<AttachmentRef> attachmentRefs; 201 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 212 std::vector<AttachmentRef> colorAttachmentRefs; in createRenderPass() 213 std::vector<AttachmentRef> resolveAttachmentRefs; in createRenderPass() 214 std::vector<AttachmentRef> depthStencilAttachmentRefs; in createRenderPass() 215 std::vector<AttachmentRef> inputAttachmentRefs; in createRenderPass()
|
H A D | vktRenderPassMultisampleTests.cpp | 533 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 550 vector<vector<AttachmentRef> > dstAttachmentRefs (splitSubpassCount); in createRenderPass() 551 vector<vector<AttachmentRef> > dstResolveAttachmentRefs (splitSubpassCount); in createRenderPass() 554 const AttachmentRef srcAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 564 const AttachmentRef srcAttachmentInputRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 614 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass() 642 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass()
|
H A D | vktRenderPassTests.cpp | 1148 template <typename AttachmentRef> 1149 AttachmentRef createAttachmentReference (const AttachmentReference& referenceInfo) in createAttachmentReference() 1151 const AttachmentRef reference // VkAttachmentReference || VkAttachmentReference2KHR in createAttachmentReference() 1163 template <typename SubpassDesc, typename AttachmentRef> 1165 vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() 1168 vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() 1169 vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() 1170 vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() 1171 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() 1174 colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpas in createSubpassDescription() [all...] |
H A D | vktRenderPassSparseRenderTargetTests.cpp | 196 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 201 const AttachmentRef dstAttachmentRef // VkAttachmentReference || VkAttachmentReference2KHR in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 158 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 184 const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPass() 208 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR 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> 403 const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments() 412 const AttachmentRef inputAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments() 421 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments()
|
H A D | vktMultiViewRenderUtil.hpp | 42 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 D | vktMultiViewRenderUtil.cpp | 158 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep, typename RenderPassCreateInfo> 184 const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPass() 208 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR 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> 403 const AttachmentRef colorAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments() 412 const AttachmentRef inputAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments() 421 const AttachmentRef depthAttachmentReference // VkAttachmentReference || VkAttachmentReference2KHR in makeRenderPassWithAttachments()
|
H A D | vktMultiViewRenderUtil.hpp | 42 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>
|