Searched refs:attachmentReference (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vklayertests_imageless_framebuffer.cpp | 75 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/ |
D | vktConditionalDrawAndClearTests.cpp | 357 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/ |
D | VkCommandBuffer.cpp | 1738 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()
|
D | libVulkan.cpp | 204 …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/ |
D | vktApiPipelineTests.cpp | 166 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/ |
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 197 const VkAttachmentReference attachmentReference in createRenderPass() local 213 &attachmentReference, // const VkAttachmentReference* pColorAttachments in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 2419 VkAttachmentReference attachmentReference = in iterate() local 2426 attachmentReference.attachment = static_cast<deUint32>(i); in iterate() 2427 attachmentReferences.push_back(attachmentReference); in iterate()
|
D | vktBindingDescriptorCopyTests.cpp | 1183 const VkAttachmentReference attachmentReference = in getAttachmentReferences() local 1190 references.push_back(attachmentReference); in getAttachmentReferences()
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 114 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/ |
D | vktShaderRender.cpp | 1985 const VkAttachmentReference attachmentReference = in render() local 2004 &attachmentReference, // constVkAttachmentReference* pColorAttachments; in render()
|