Home
last modified time | relevance | path

Searched refs:resolveAttachmentReferences (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp657 std::vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() local
667 resolveAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getResolveAttachments()[attachmentNdx])); in createSubpassDescription()
674 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size()); in createSubpassDescription()
688 resolveAttachmentReferences.empty() ? DE_NULL : &resolveAttachmentReferences[0], // const VkAttachmentReference* pResolveAttachments; || const VkAttachmentReference2* pResolveAttachments; in createSubpassDescription()
H A DvktRenderPassTests.cpp1182 vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() local
1192 resolveAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getResolveAttachments()[attachmentNdx])); in createSubpassDescription()
1199 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size()); in createSubpassDescription()
1213 resolveAttachmentReferences.empty() ? DE_NULL : &resolveAttachmentReferences[0], // const VkAttachmentReference* pResolveAttachments; || const VkAttachmentReference2KHR* pResolveAttachments; in createSubpassDescription()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp657 std::vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() local
667 resolveAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getResolveAttachments()[attachmentNdx])); in createSubpassDescription()
674 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size()); in createSubpassDescription()
688 resolveAttachmentReferences.empty() ? DE_NULL : &resolveAttachmentReferences[0], // const VkAttachmentReference* pResolveAttachments; || const VkAttachmentReference2* pResolveAttachments; in createSubpassDescription()
H A DvktRenderPassTests.cpp1170 vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription() local
1180 resolveAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getResolveAttachments()[attachmentNdx])); in createSubpassDescription()
1187 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size()); in createSubpassDescription()
1201 resolveAttachmentReferences.empty() ? DE_NULL : &resolveAttachmentReferences[0], // const VkAttachmentReference* pResolveAttachments; || const VkAttachmentReference2KHR* pResolveAttachments; in createSubpassDescription()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1453 std::vector<VkAttachmentReference2>& resolveAttachmentReferences, in addSubpassDescription()
1466 preinitializeAttachmentReferences(resolveAttachmentReferences, 5); in addSubpassDescription()
1516 initializeAttachmentReference(resolveAttachmentReferences[perPass.floatColor1Location], in addSubpassDescription()
1526 initializeAttachmentReference(resolveAttachmentReferences[perPass.floatColor2Location], in addSubpassDescription()
1536 initializeAttachmentReference(resolveAttachmentReferences[perPass.intColorLocation], in addSubpassDescription()
1565 initializeAttachmentReference(resolveAttachmentReferences.back(), in addSubpassDescription()
1575 ? &resolveAttachmentReferences.back() in addSubpassDescription()
1598 dataOrNullPtr(resolveAttachmentReferences), // const VkAttachmentReference2* pResolveAttachments; in addSubpassDescription()
2996 std::vector<VkAttachmentReference2> resolveAttachmentReferences; in drawBasic() local
3041 resolveAttachmentReferences, in drawBasic()
1450 addSubpassDescription(const TestParams& params, const deUint32 passNdx, std::vector<VkAttachmentReference2>& attachmentReferences, std::vector<VkAttachmentReference2>& resolveAttachmentReferences, VkSubpassDescriptionDepthStencilResolve& depthStencilResolve, std::vector<deUint32>* preserveAttachments, VkMultisampledRenderToSingleSampledInfoEXT& msrtss, std::vector<VkSubpassDescription2>& subpasses, const std::vector<VkAttachmentReference2>& inputAttachmentReferences, const deInt32 attachmentNdxes[8]) addSubpassDescription() argument
3321 std::vector<VkAttachmentReference2> resolveAttachmentReferences; drawClearAttachments() local
3795 std::vector<VkAttachmentReference2> resolveAttachmentReferences; drawMultiRenderPass() local
[all...]
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp794 m_subpasses.back().resolveAttachmentReferences.push_back( in addSubpassColorAttachment()
802 m_subpasses.back().resolveAttachmentReferences.push_back( in addSubpassColorAttachmentWithResolve()
869 dataOrNullPtr(sd.resolveAttachmentReferences), // const VkAttachmentReference* pResolveAttachments; in bake()
973 std::vector<VkAttachmentReference> resolveAttachmentReferences; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1441 std::vector<VkAttachmentReference2>& resolveAttachmentReferences, in addSubpassDescription()
1454 preinitializeAttachmentReferences(resolveAttachmentReferences, 5); in addSubpassDescription()
1500 initializeAttachmentReference(resolveAttachmentReferences[perPass.floatColor1Location], in addSubpassDescription()
1509 initializeAttachmentReference(resolveAttachmentReferences[perPass.floatColor2Location], in addSubpassDescription()
1518 initializeAttachmentReference(resolveAttachmentReferences[perPass.intColorLocation], in addSubpassDescription()
1546 initializeAttachmentReference(resolveAttachmentReferences.back(), in addSubpassDescription()
1556 ? &resolveAttachmentReferences.back() in addSubpassDescription()
1578 dataOrNullPtr(resolveAttachmentReferences), // const VkAttachmentReference2* pResolveAttachments; in addSubpassDescription()
2983 std::vector<VkAttachmentReference2> resolveAttachmentReferences; in drawBasic() local
3028 resolveAttachmentReferences, in drawBasic()
1438 addSubpassDescription(const TestParams& params, const deUint32 passNdx, std::vector<VkAttachmentReference2>& attachmentReferences, std::vector<VkAttachmentReference2>& resolveAttachmentReferences, VkSubpassDescriptionDepthStencilResolve& depthStencilResolve, std::vector<deUint32>* preserveAttachments, VkMultisampledRenderToSingleSampledInfoEXT& msrtss, std::vector<VkSubpassDescription2>& subpasses, const std::vector<VkAttachmentReference2>& inputAttachmentReferences, const deInt32 attachmentNdxes[8]) addSubpassDescription() argument
3302 std::vector<VkAttachmentReference2> resolveAttachmentReferences; drawClearAttachments() local
3760 std::vector<VkAttachmentReference2> resolveAttachmentReferences; drawMultiRenderPass() local
[all...]
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp791 m_subpasses.back().resolveAttachmentReferences.push_back( in addSubpassColorAttachment()
799 m_subpasses.back().resolveAttachmentReferences.push_back( in addSubpassColorAttachmentWithResolve()
866 dataOrNullPtr(sd.resolveAttachmentReferences), // const VkAttachmentReference* pResolveAttachments; in bake()
971 std::vector<VkAttachmentReference> resolveAttachmentReferences; member

Completed in 47 milliseconds