/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 479 pColorAttachments = DE_NULL; in SubpassDescription() 489 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 522 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 551 pColorAttachments = &m_colorAttachments[0]; in operator =()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 285 …hments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument 293 res.pColorAttachments = pColorAttachments;
|
D | vkStructTypes.inl | 964 const VkAttachmentReference* pColorAttachments; member
|
D | vkStrUtilImpl.inl | 2860 s << "\tpColorAttachments = " << value.pColorAttachments << '\n';
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 98 subpassDesc.pColorAttachments = &colorRef; in init()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 626 const VkAttachmentReference* pColorAttachments = DE_NULL; in createRenderPass() local 638 pColorAttachments = &attachmentRef; in createRenderPass() 649 pColorAttachments, // const VkAttachmentReference* pColorAttachments; in createRenderPass()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1922 uint32_t attachment = subpass.pColorAttachments[i].attachment; in validate_fs_outputs_against_render_pass() 2365 …chment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColo… in verify_renderpass_compatibility() 2366 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments, in verify_renderpass_compatibility() 3080 auto attachment = subpass_desc->pColorAttachments[i].attachment; in validatePipelineDrawtimeState() 8516 … else if (pSD->pColorAttachments[attachment->colorAttachment].attachment == VK_ATTACHMENT_UNUSED) { in CmdClearAttachments() 9577 … rpci->pSubpasses[subpass].pColorAttachments, pCreateInfo, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); in ValidateFramebufferCreateInfo() 9713 if (attachment == subpass.pColorAttachments[j].attachment) in CheckPreserved() 9833 uint32_t attachment = subpass.pColorAttachments[j].attachment; in ValidateDependencies() 9869 uint32_t attachment = subpass.pColorAttachments[j].attachment; in ValidateDependencies() 9919 auto attach_index = subpass.pColorAttachments[j].attachment; in ValidateLayouts() [all …]
|
D | vk_validation_error_database.txt | 330 …ates 'If the attachment member of any element of pInputAttachments, pColorAttachments, pResolveAtt… 331 …ates 'If the attachment member of any element of pInputAttachments, pColorAttachments, pResolveAtt… 354 …ResolveAttachments is not NULL, the sample count of each element of pColorAttachments must be anyt… 357 …ection '7.1. Render Pass Creation' which states 'All attachments in pColorAttachments and pDepthSt… 365 …nder Pass Creation' which states 'If colorAttachmentCount is not 0, pColorAttachments must be a po… 2026 …reated with, that is also referred to by one of the elements of the pColorAttachments, pResolveAtt… 2027 …oryBarriers must be equal to the layout member of an element of the pColorAttachments, pResolveAtt…
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 319 subpass.pColorAttachments = color_references.data(); in InitRenderTarget() 528 subpass.pColorAttachments = &attach; in VkRenderpassObj()
|
D | layer_validation_tests.cpp | 2968 subpass.pColorAttachments = NULL; in TEST_F() 2988 subpass.pColorAttachments = &color_attach; in TEST_F() 3156 subpass.pColorAttachments = &attach; in TEST_F() 3197 subpass.pColorAttachments = NULL; in TEST_F() 3217 subpass.pColorAttachments = &attach; in TEST_F() 9352 subpass.pColorAttachments = &color_att; in TEST_F() 10111 subpass.pColorAttachments = &attach; in TEST_F() 13412 subpass.pColorAttachments = &color_attach; in TEST_F() 16613 subpass.pColorAttachments = NULL; in TEST_F()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 185 subpass.pColorAttachments = &attachment_ref; in create_render_pass()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 336 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
|
D | vktSynchronizationOperation.cpp | 2565 subpassDescription.pColorAttachments = &colorAttachmentReference; in Implementation()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 4562 , pColorAttachments( pColorAttachments_ ) in SubpassDescription() 4613 pColorAttachments = pColorAttachments_; in setPColorAttachments() 4653 && ( pColorAttachments == rhs.pColorAttachments ) in operator ==() 4670 const AttachmentReference* pColorAttachments; member
|
D | vulkan.h | 2054 const VkAttachmentReference* pColorAttachments; member
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 1616 .pColorAttachments = &color_reference, in demo_prepare_render_pass()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2088 const VkAttachmentReference* pColorAttachments; member
|