Lines Matching refs:hasDepth
222 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED;
256 if (hasDepth)
281 if (hasDepth)
294 const VkAttachmentReference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL) : AttachmentReference();
311 if (hasDepth)
366 pipelineCreateInfo.addState (PipelineCreateInfo::DepthStencilState (hasDepth, hasDepth, VK_COMPARE_OP_ALWAYS, VK_FALSE, VK_FALSE));
557 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED;
569 (hasDepth ? &depthAttachment : DE_NULL), // const VkRenderingAttachmentInfoKHR* pDepthAttachment;
590 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED;
644 if (hasDepth)
660 if (hasDepth)
693 if (hasDepth)