Home
last modified time | relevance | path

Searched refs:attachmentReference (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp75 VkAttachmentReference attachmentReference = {}; in TEST_F() local
76 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
79 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
350 VkAttachmentReference attachmentReference = {}; in TEST_F() local
351 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
354 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
448 VkAttachmentReference attachmentReference = {}; in TEST_F() local
449 attachmentReference.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()
452 subpassDescription.pColorAttachments = &attachmentReference; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp357 const VkAttachmentReference attachmentReference = in createRenderPass() local
368 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
370 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
1132 const VkAttachmentReference attachmentReference = in createRenderPass() local
1143 isDepthStencilFormat(format) ? DE_NULL : &attachmentReference, in createRenderPass()
1145 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1738 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local
1739 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1741 …attachments->renderTarget[i] = renderPassFramebuffer->getAttachment(attachmentReference.attachment… in bindAttachments()
1745 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local
1746 if(attachmentReference && attachmentReference->attachment != VK_ATTACHMENT_UNUSED) in bindAttachments()
1748 auto attachment = renderPassFramebuffer->getAttachment(attachmentReference->attachment); in bindAttachments()
DlibVulkan.cpp204 …const auto &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttach… in ValidateRenderPassPNextChain() local
205 if(attachmentReference.attachment != VK_ATTACHMENT_UNUSED) in ValidateRenderPassPNextChain()
212 vk::Format format(pCreateInfo->pAttachments[attachmentReference.attachment].format); in ValidateRenderPassPNextChain()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp166 const VkAttachmentReference attachmentReference = in renderpassLifetimeTest() local
179 &attachmentReference, // const VkAttachmentReference* pColorAttachments in renderpassLifetimeTest()
440 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local
453 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createSimpleRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp197 const VkAttachmentReference attachmentReference in createRenderPass() local
213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp2419 VkAttachmentReference attachmentReference = in iterate() local
2426 attachmentReference.attachment = static_cast<deUint32>(i); in iterate()
2427 attachmentReferences.push_back(attachmentReference); in iterate()
DvktBindingDescriptorCopyTests.cpp1183 const VkAttachmentReference attachmentReference = in getAttachmentReferences() local
1190 references.push_back(attachmentReference); in getAttachmentReferences()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp114 VkAttachmentReference2 convertAttachmentReference (const VkAttachmentReference& attachmentReference in convertAttachmentReference() argument
120 attachmentReference.attachment, // deUint32 attachment; in convertAttachmentReference()
121 attachmentReference.layout, // VkImageLayout layout; in convertAttachmentReference()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1985 const VkAttachmentReference attachmentReference = in render() local
2004 &attachmentReference, // constVkAttachmentReference* pColorAttachments; in render()