Searched refs:pDepthStencilAttachmentFormat (Results 1 – 1 of 1) sorted by relevance
10810 …VkFormat pDepthStencilAttachmentFormat = pCreateInfo->pAttachments[subpass.pDepthStencilAttachment… in ValidateDepthStencilResolve() local10814 …if ((FormatDepthSize(pDepthStencilAttachmentFormat) != FormatDepthSize(pDepthStencilResolveAttachm… in ValidateDepthStencilResolve()10815 (FormatDepthNumericalType(pDepthStencilAttachmentFormat) != in ValidateDepthStencilResolve()10824 …atDepthSize(pDepthStencilResolveAttachmentFormat), FormatDepthSize(pDepthStencilAttachmentFormat)); in ValidateDepthStencilResolve()10827 …if ((FormatStencilSize(pDepthStencilAttachmentFormat) != FormatStencilSize(pDepthStencilResolveAtt… in ValidateDepthStencilResolve()10828 (FormatStencilNumericalType(pDepthStencilAttachmentFormat) != in ValidateDepthStencilResolve()10837 …encilSize(pDepthStencilResolveAttachmentFormat), FormatStencilSize(pDepthStencilAttachmentFormat)); in ValidateDepthStencilResolve()