Home
last modified time | relevance | path

Searched refs:attachmentReferences (Results 1 – 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp682 std::vector<VkAttachmentReference> attachmentReferences; in drawAndSampleInputAttachment() local
685 attachmentReferences.reserve(2); // color image + input attachment in drawAndSampleInputAttachment()
703attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in drawAndSampleInputAttachment()
704 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in drawAndSampleInputAttachment()
725attachmentReferences.push_back(makeAttachmentReference(0u, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMA… 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()
1004attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
1005 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp922 std::vector<VkAttachmentReference> attachmentReferences; in draw() local
925 attachmentReferences.reserve(numSubpasses * 2); in draw()
956attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
957 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw()
959attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
960 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw()
966 attachmentReferences.back().attachment, // uint32_t attachmentIndex; in draw()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp567 std::vector<VkAttachmentReference> attachmentReferences(m_imageCount); in setup() local
584attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attac… 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() local
1065attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attac… in setup()
1066 attachmentReferences[imgNdx].layout = m_imageLayout; // VkImageLayout layout; in setup()
1078 &attachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; in setup()
DvktPipelineMultisampledRenderToSingleSampledTests.cpp1440 std::vector<VkAttachmentReference2>& attachmentReferences, in addSubpassDescription() argument
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()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp682 std::vector<VkAttachmentReference> attachmentReferences; in drawAndSampleInputAttachment() local
685 attachmentReferences.reserve(2); // color image + input attachment in drawAndSampleInputAttachment()
703attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in drawAndSampleInputAttachment()
704 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in drawAndSampleInputAttachment()
725attachmentReferences.push_back(makeAttachmentReference(0u, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMA… 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()
1004attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
1005 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp922 std::vector<VkAttachmentReference> attachmentReferences; in draw() local
925 attachmentReferences.reserve(numSubpasses * 2); in draw()
956attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
957 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw()
959attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
960 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw()
966 attachmentReferences.back().attachment, // uint32_t attachmentIndex; in draw()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp567 std::vector<VkAttachmentReference> attachmentReferences(m_imageCount); in setup() local
584attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attac… 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() local
1065attachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attac… in setup()
1066 attachmentReferences[imgNdx].layout = m_imageLayout; // VkImageLayout layout; in setup()
1078 &attachmentReferences[0], // const VkAttachmentReference* pDepthStencilAttachment; in setup()
DvktPipelineMultisampledRenderToSingleSampledTests.cpp1440 std::vector<VkAttachmentReference2>& attachmentReferences, in addSubpassDescription() argument
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()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp374 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 VkAttachmentRefer… in createRenderPass()
DvktRenderPassDitheringTests.cpp895 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp895 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()
DvktRenderPassUnusedClearAttachmentTests.cpp374 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 VkAttachmentRefer… in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp821 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* pInputAttachm… in iterate()
895 &attachmentReferences.at(0), // const VkAttachmentReference* pColorAttachments; in iterate()
897 …(needsDepthBuffer ? &attachmentReferences.at(1) : nullptr), // const VkAttachmentReference* pDepth… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp821 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* pInputAttachm… in iterate()
895 &attachmentReferences.at(0), // const VkAttachmentReference* pColorAttachments; in iterate()
897 …(needsDepthBuffer ? &attachmentReferences.at(1) : nullptr), // const VkAttachmentReference* pDepth… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktDrawUtil.cpp300 const VkAttachmentReference attachmentReferences[] = in VulkanDrawContext() local
331 &attachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in VulkanDrawContext()
333 …&attachmentReferences[depthReferenceNdx], // const VkAttachmentReference* pDepthStencilAttachme… in VulkanDrawContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp300 const VkAttachmentReference attachmentReferences[] = in VulkanDrawContext() local
331 &attachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in VulkanDrawContext()
333 …&attachmentReferences[depthReferenceNdx], // const VkAttachmentReference* pDepthStencilAttachme… in VulkanDrawContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2660 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()
DvktBindingValveMutableTests.cpp2841 std::vector<VkAttachmentReference> attachmentReferences; in buildRenderPass() local
2866 attachmentReferences.push_back(reference); in buildRenderPass()
2872 DE_ASSERT(attachmentCount == static_cast<deUint32>(attachmentReferences.size())); in buildRenderPass()
2879 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments; in buildRenderPass()
DvktBindingMutableTests.cpp2929 std::vector<VkAttachmentReference> attachmentReferences; in buildRenderPass() local
2954 attachmentReferences.push_back(reference); in buildRenderPass()
2960 DE_ASSERT(attachmentCount == static_cast<deUint32>(attachmentReferences.size())); in buildRenderPass()
2967 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments; in buildRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2660 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()
DvktBindingMutableTests.cpp2929 std::vector<VkAttachmentReference> attachmentReferences; in buildRenderPass() local
2954 attachmentReferences.push_back(reference); in buildRenderPass()
2960 DE_ASSERT(attachmentCount == static_cast<deUint32>(attachmentReferences.size())); in buildRenderPass()
2967 de::dataOrNull(attachmentReferences), // const VkAttachmentReference* pInputAttachments; in buildRenderPass()