Searched refs:pDepthStencilAttachmentFormat (Results 1 – 1 of 1) sorted by relevance
10060 …VkFormat pDepthStencilAttachmentFormat = pCreateInfo->pAttachments[subpass.pDepthStencilAttachment… in ValidateDepthStencilResolve() local10064 …if ((FormatDepthSize(pDepthStencilAttachmentFormat) != FormatDepthSize(pDepthStencilResolveAttachm… in ValidateDepthStencilResolve()10065 (FormatDepthNumericalType(pDepthStencilAttachmentFormat) != in ValidateDepthStencilResolve()10074 …atDepthSize(pDepthStencilResolveAttachmentFormat), FormatDepthSize(pDepthStencilAttachmentFormat)); in ValidateDepthStencilResolve()10077 …if ((FormatStencilSize(pDepthStencilAttachmentFormat) != FormatStencilSize(pDepthStencilResolveAtt… in ValidateDepthStencilResolve()10078 (FormatStencilNumericalType(pDepthStencilAttachmentFormat) != in ValidateDepthStencilResolve()10087 …encilSize(pDepthStencilResolveAttachmentFormat), FormatStencilSize(pDepthStencilAttachmentFormat)); in ValidateDepthStencilResolve()