Searched refs:pColorAttachments (Results 1 – 17 of 17) sorted by relevance
/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/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.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/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.cpp | 482 pColorAttachments = DE_NULL; in SubpassDescription() 492 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 509 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 525 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription() 554 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 | 2670 s << "\tpColorAttachments = " << value.pColorAttachments << '\n';
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 73 subpassDesc.pColorAttachments = &colorRef; in initSimple()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2298 …chment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColo… in verify_renderpass_compatibility() 2299 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments, in verify_renderpass_compatibility() 3336 if (pSD->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED) in validatePipelineState() 3339 samples = pRPCI->pAttachments[pSD->pColorAttachments[i].attachment].samples; in validatePipelineState() 8194 if (attachment->colorAttachment == pSD->pColorAttachments[i].attachment) { in vkCmdClearAttachments() 9050 if (attachment == subpass.pColorAttachments[j].attachment) in CheckPreserved() 9164 uint32_t attachment = subpass.pColorAttachments[j].attachment; in ValidateDependencies() 9188 const uint32_t &attachment = subpass.pColorAttachments[j].attachment; in ValidateDependencies() 9231 if (subpass.pColorAttachments[j].layout != VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) { in ValidateLayouts() 9232 if (subpass.pColorAttachments[j].layout == VK_IMAGE_LAYOUT_GENERAL) { in ValidateLayouts() [all …]
|
D | core_validation.h | 501 const uint32_t att = subpass->pColorAttachments[j].attachment; in RENDER_PASS_NODE()
|
D | parameter_validation.cpp | 3854 if (pCreateInfo->pSubpasses->pColorAttachments != nullptr) { in PreCreateRenderPass() 3855 … if (((pCreateInfo->pSubpasses->pColorAttachments->layout < VK_IMAGE_LAYOUT_BEGIN_RANGE) || in PreCreateRenderPass() 3856 … (pCreateInfo->pSubpasses->pColorAttachments->layout > VK_IMAGE_LAYOUT_END_RANGE)) && in PreCreateRenderPass() 3857 … (pCreateInfo->pSubpasses->pColorAttachments->layout != VK_IMAGE_LAYOUT_PRESENT_SRC_KHR)) { in PreCreateRenderPass()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 190 subpass.pColorAttachments = &attachment_ref; in create_render_pass()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 332 subpass.pColorAttachments = color_references.data(); in InitRenderTarget()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 333 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 1172 .pColorAttachments = &color_reference, in demo_prepare_render_pass()
|
D | cube.c | 1427 .pColorAttachments = &color_reference, in demo_prepare_render_pass()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1998 const VkAttachmentReference* pColorAttachments; member
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2007 const VkAttachmentReference* pColorAttachments; member
|