Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp726 std::vector<VkAttachmentReference> attachmentReferences; in drawAndSampleInputAttachment() local
729 attachmentReferences.reserve(2); // color image + input attachment in drawAndSampleInputAttachment()
747attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in drawAndSampleInputAttachment()
748 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in drawAndSampleInputAttachment()
769attachmentReferences.push_back(makeAttachmentReference(0u, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMA… in drawAndSampleInputAttachment()
770 const VkAttachmentReference* inputRef = &attachmentReferences.back(); in drawAndSampleInputAttachment()
934 std::vector<VkAttachmentReference> attachmentReferences; in draw() local
937 attachmentReferences.reserve(params.numLayers); in draw()
956attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
957 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp985 std::vector<VkAttachmentReference> attachmentReferences; in draw() local
988 attachmentReferences.reserve(numSubpasses * 2); in draw()
1019attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
1020 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw()
1022attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.… in draw()
1023 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw()
1029 attachmentReferences.back().attachment, // uint32_t attachmentIndex; in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp362 std::vector<AttachmentRef> attachmentReferences; in createRenderPass() local
365 attachmentReferences.push_back(AttachmentRef( in createRenderPass()
392 static_cast<deUint32>(attachmentReferences.size()), // deUint32 colorAttachmentCount in createRenderPass()
393 …(attachmentReferences.empty() ? DE_NULL : attachmentReferences.data()), // const VkAttachmentRefer… in createRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp300 const VkAttachmentReference attachmentReferences[] = in VulkanDrawContext() local
331 &attachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in VulkanDrawContext()
333 …&attachmentReferences[depthReferenceNdx], // const VkAttachmentReference* pDepthStencilAttachme… in VulkanDrawContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp1990 vector<VkAttachmentReference> attachmentReferences; in iterate() local
1992 attachmentReferences.reserve(inputAttachments.size()); in iterate()
2001 attachmentReferences.push_back(attachmentReference); in iterate()
2008 static_cast<deUint32>(attachmentReferences.size()), // deUint32 inputAttachmentCount in iterate()
2009 …(attachmentReferences.empty() ? DE_NULL : attachmentReferences.data()), // const VkAttachmentRefer… in iterate()