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/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.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/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp482 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/
DvkTypeUtil.inl285 …hments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument
293 res.pColorAttachments = pColorAttachments;
DvkStructTypes.inl964 const VkAttachmentReference* pColorAttachments; member
DvkStrUtilImpl.inl2670 s << "\tpColorAttachments = " << value.pColorAttachments << '\n';
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp73 subpassDesc.pColorAttachments = &colorRef; in initSimple()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2298 …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 …]
Dcore_validation.h501 const uint32_t att = subpass->pColorAttachments[j].attachment; in RENDER_PASS_NODE()
Dparameter_validation.cpp3854 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/
DSmoke.cpp190 subpass.pColorAttachments = &attachment_ref; in create_render_pass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp332 subpass.pColorAttachments = color_references.data(); in InitRenderTarget()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp333 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/demos/
Dtri.c1172 .pColorAttachments = &color_reference, in demo_prepare_render_pass()
Dcube.c1427 .pColorAttachments = &color_reference, in demo_prepare_render_pass()
/external/skia/third_party/vulkan/
Dvulkan.h1998 const VkAttachmentReference* pColorAttachments; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2007 const VkAttachmentReference* pColorAttachments; member