Home
last modified time | relevance | path

Searched refs:pColorAttachments (Results 1 – 17 of 17) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp479 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/
DvkTypeUtil.inl285 …hments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument
293 res.pColorAttachments = pColorAttachments;
DvkStructTypes.inl964 const VkAttachmentReference* pColorAttachments; member
DvkStrUtilImpl.inl2860 s << "\tpColorAttachments = " << value.pColorAttachments << '\n';
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp98 subpassDesc.pColorAttachments = &colorRef; in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp626 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/
Dcore_validation.cpp1922 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 …]
Dvk_validation_error_database.txt330 …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/
Dvkrenderframework.cpp319 subpass.pColorAttachments = color_references.data(); in InitRenderTarget()
528 subpass.pColorAttachments = &attach; in VkRenderpassObj()
Dlayer_validation_tests.cpp2968 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/
DSmoke.cpp185 subpass.pColorAttachments = &attachment_ref; in create_render_pass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp336 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
DvktSynchronizationOperation.cpp2565 subpassDescription.pColorAttachments = &colorAttachmentReference; in Implementation()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4562 , pColorAttachments( pColorAttachments_ ) in SubpassDescription()
4613 pColorAttachments = pColorAttachments_; in setPColorAttachments()
4653 && ( pColorAttachments == rhs.pColorAttachments ) in operator ==()
4670 const AttachmentReference* pColorAttachments; member
Dvulkan.h2054 const VkAttachmentReference* pColorAttachments; member
/external/vulkan-validation-layers/demos/
Dcube.c1616 .pColorAttachments = &color_reference, in demo_prepare_render_pass()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2088 const VkAttachmentReference* pColorAttachments; member