/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 664 std::vector<VkAttachmentReference> attachmentReferences; in drawAndSampleInputAttachment() local 667 attachmentReferences.reserve(2); // color image + input attachment in drawAndSampleInputAttachment() 686 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in drawAndSampleInputAttachment() 687 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in drawAndSampleInputAttachment() 708 attachmentReferences.push_back(makeAttachmentReference(0u, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); in drawAndSampleInputAttachment() 709 const VkAttachmentReference* inputRef = &attachmentReferences.back(); in drawAndSampleInputAttachment() 956 std::vector<VkAttachmentReference> attachmentReferences; in draw() local 959 attachmentReferences.reserve(params.numLayers); in draw() 979 attachmentReferences in draw() [all...] |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 926 std::vector<VkAttachmentReference> attachmentReferences; in draw() local 929 attachmentReferences.reserve(numSubpasses * 2); in draw() 962 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in draw() 963 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() 965 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL)); in draw() 966 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw() 972 attachmentReferences.back().attachment, // uint32_t attachmentIndex; in draw()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 634 std::vector<VkAttachmentReference> attachmentReferences(m_imageCount); in setup() 651 attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attachment; in setup() 652 attachmentReferences[imgNdx].layout = imageLayout; // VkImageLayout layout; in setup() 662 &attachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in setup() 1160 std::vector<VkAttachmentReference> attachmentReferences(m_imageCount); in setup() 1174 attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attachment; in setup() 1175 attachmentReferences[imgNdx].layout = m_imageLayout; // VkImageLayout layout; in setup() 1187 &attachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; in setup()
|
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 1452 std::vector<VkAttachmentReference2>& attachmentReferences, in addSubpassDescription() 1465 preinitializeAttachmentReferences(attachmentReferences, 5); in addSubpassDescription() 1470 initializeAttachmentReference(attachmentReferences[perPass.floatColor1Location], in addSubpassDescription() 1481 initializeAttachmentReference(attachmentReferences[perPass.floatColor2Location], in addSubpassDescription() 1492 initializeAttachmentReference(attachmentReferences[perPass.intColorLocation], in addSubpassDescription() 1503 initializeAttachmentReference(attachmentReferences.back(), in addSubpassDescription() 1597 dataOrNullPtr(attachmentReferences), // const VkAttachmentReference2* pColorAttachments; in addSubpassDescription() 1600 ? &attachmentReferences.back() in addSubpassDescription() 2995 std::vector<VkAttachmentReference2> attachmentReferences; in drawBasic() local 3040 attachmentReferences, 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 3320 std::vector<VkAttachmentReference2> attachmentReferences; drawClearAttachments() local 3794 std::vector<VkAttachmentReference2> attachmentReferences; drawMultiRenderPass() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 682 std::vector<VkAttachmentReference> attachmentReferences; in drawAndSampleInputAttachment() local 685 attachmentReferences.reserve(2); // color image + input attachment in drawAndSampleInputAttachment() 703 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in drawAndSampleInputAttachment() 704 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in drawAndSampleInputAttachment() 725 attachmentReferences.push_back(makeAttachmentReference(0u, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); in drawAndSampleInputAttachment() 726 const VkAttachmentReference* inputRef = &attachmentReferences.back(); in drawAndSampleInputAttachment() 982 std::vector<VkAttachmentReference> attachmentReferences; in draw() local 985 attachmentReferences.reserve(params.numLayers); in draw() 1004 attachmentReferences in draw() [all...] |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 922 std::vector<VkAttachmentReference> attachmentReferences; in draw() local 925 attachmentReferences.reserve(numSubpasses * 2); in draw() 956 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in draw() 957 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() 959 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL)); in draw() 960 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw() 966 attachmentReferences.back().attachment, // uint32_t attachmentIndex; in draw()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 567 std::vector<VkAttachmentReference> attachmentReferences(m_imageCount); in setup() 584 attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attachment; in setup() 585 attachmentReferences[imgNdx].layout = imageLayout; // VkImageLayout layout; in setup() 595 &attachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in setup() 1051 std::vector<VkAttachmentReference> attachmentReferences(m_imageCount); in setup() 1065 attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attachment; in setup() 1066 attachmentReferences[imgNdx].layout = m_imageLayout; // VkImageLayout layout; in setup() 1078 &attachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; in setup()
|
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 1440 std::vector<VkAttachmentReference2>& attachmentReferences, in addSubpassDescription() 1453 preinitializeAttachmentReferences(attachmentReferences, 5); in addSubpassDescription() 1458 initializeAttachmentReference(attachmentReferences[perPass.floatColor1Location], in addSubpassDescription() 1468 initializeAttachmentReference(attachmentReferences[perPass.floatColor2Location], in addSubpassDescription() 1478 initializeAttachmentReference(attachmentReferences[perPass.intColorLocation], in addSubpassDescription() 1488 initializeAttachmentReference(attachmentReferences.back(), in addSubpassDescription() 1577 dataOrNullPtr(attachmentReferences), // const VkAttachmentReference2* pColorAttachments; in addSubpassDescription() 1580 ? &attachmentReferences.back() in addSubpassDescription() 2982 std::vector<VkAttachmentReference2> attachmentReferences; in drawBasic() local 3027 attachmentReferences, 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 3301 std::vector<VkAttachmentReference2> attachmentReferences; drawClearAttachments() local 3759 std::vector<VkAttachmentReference2> attachmentReferences; drawMultiRenderPass() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 893 std::vector<AttachmentReference> attachmentReferences; in createRenderPassFramebuffer() local 920 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer() 940 (deUint32)attachmentReferences.size(), // uint32_t attachment in createRenderPassFramebuffer() 958 (deUint32)attachmentReferences.size(), // deUint32 colorAttachmentCount in createRenderPassFramebuffer() 959 attachmentReferences.data(), // const VkAttachmentReference* pColorAttachments in createRenderPassFramebuffer()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 373 std::vector<AttachmentRef> attachmentReferences; in createRenderPass() local 376 attachmentReferences.push_back(AttachmentRef( in createRenderPass() 403 static_cast<deUint32>(attachmentReferences.size()), // deUint32 colorAttachmentCount in createRenderPass() 404 (attachmentReferences.empty() ? DE_NULL : attachmentReferences.data()), // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 895 std::vector<AttachmentReference> attachmentReferences; in createRenderPassFramebuffer() local 922 attachmentReferences.emplace_back(attachmentReference); in createRenderPassFramebuffer() 942 (deUint32)attachmentReferences.size(), // uint32_t attachment in createRenderPassFramebuffer() 960 (deUint32)attachmentReferences.size(), // deUint32 colorAttachmentCount in createRenderPassFramebuffer() 961 attachmentReferences.data(), // const VkAttachmentReference* pColorAttachments in createRenderPassFramebuffer()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 374 std::vector<AttachmentRef> attachmentReferences; in createRenderPass() local 377 attachmentReferences.push_back(AttachmentRef( in createRenderPass() 404 static_cast<deUint32>(attachmentReferences.size()), // deUint32 colorAttachmentCount in createRenderPass() 405 (attachmentReferences.empty() ? DE_NULL : attachmentReferences.data()), // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.cpp | 300 const VkAttachmentReference attachmentReferences[] = in VulkanDrawContext() local 331 &attachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in VulkanDrawContext() 333 &attachmentReferences[depthReferenceNdx], // const VkAttachmentReference* pDepthStencilAttachment; in VulkanDrawContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.cpp | 300 const VkAttachmentReference attachmentReferences[] = in VulkanDrawContext() local 331 &attachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in VulkanDrawContext() 333 &attachmentReferences[depthReferenceNdx], // const VkAttachmentReference* pDepthStencilAttachment; in VulkanDrawContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 821 std::vector<VkAttachmentReference2> attachmentReferences; in iterate() local 847 attachmentReferences.push_back(colorAttachmentRef); in iterate() 882 attachmentReferences.push_back(dsAttachmentRef); in iterate() 893 (needsIA ? &attachmentReferences.at(1) : nullptr), // const VkAttachmentReference* pInputAttachments; in iterate() 895 &attachmentReferences.at(0), // const VkAttachmentReference* pColorAttachments; in iterate() 897 (needsDepthBuffer ? &attachmentReferences.at(1) : nullptr), // const VkAttachmentReference* pDepthStencilAttachment; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 821 std::vector<VkAttachmentReference2> attachmentReferences; in iterate() local 847 attachmentReferences.push_back(colorAttachmentRef); in iterate() 882 attachmentReferences.push_back(dsAttachmentRef); in iterate() 893 (needsIA ? &attachmentReferences.at(1) : nullptr), // const VkAttachmentReference* pInputAttachments; in iterate() 895 &attachmentReferences.at(0), // const VkAttachmentReference* pColorAttachments; in iterate() 897 (needsDepthBuffer ? &attachmentReferences.at(1) : nullptr), // const VkAttachmentReference* pDepthStencilAttachment; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 2660 vector<VkAttachmentReference> attachmentReferences; in iterate() local 2662 attachmentReferences.reserve(inputAttachments.size()); in iterate() 2671 attachmentReferences.push_back(attachmentReference); in iterate() 2678 static_cast<deUint32>(attachmentReferences.size()), // deUint32 inputAttachmentCount in iterate() 2679 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments in iterate()
|
H A D | vktBindingValveMutableTests.cpp | 2841 std::vector<VkAttachmentReference> attachmentReferences; 2866 attachmentReferences.push_back(reference); 2872 DE_ASSERT(attachmentCount == static_cast<deUint32>(attachmentReferences.size())); 2879 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments;
|
H A D | vktBindingMutableTests.cpp | 2933 std::vector<VkAttachmentReference> attachmentReferences; 2958 attachmentReferences.push_back(reference); 2964 DE_ASSERT(attachmentCount == static_cast<deUint32>(attachmentReferences.size())); 2971 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 2660 vector<VkAttachmentReference> attachmentReferences; in iterate() local 2662 attachmentReferences.reserve(inputAttachments.size()); in iterate() 2671 attachmentReferences.push_back(attachmentReference); in iterate() 2678 static_cast<deUint32>(attachmentReferences.size()), // deUint32 inputAttachmentCount in iterate() 2679 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments in iterate()
|
H A D | vktBindingMutableTests.cpp | 2929 std::vector<VkAttachmentReference> attachmentReferences; 2954 attachmentReferences.push_back(reference); 2960 DE_ASSERT(attachmentCount == static_cast<deUint32>(attachmentReferences.size())); 2967 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments;
|