Searched refs:isDepthOrStencilAttachment (Results 1 – 1 of 1) sorted by relevance
2993 const bool isDepthOrStencilAttachment = isDepthAttachment || isStencilAttachment; in clearValueToPixelValue() local2996 if (isDepthOrStencilAttachment) in clearValueToPixelValue()3441 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || isStencilAttachment; in renderReferenceValues() local3445 if (isDepthOrStencilAttachment) in renderReferenceValues()4609 …const bool isDepthOrStencilAttachment = hasDepthComponent(format.order) || hasStencilComponent… in checkTextureFormatSupport() local4610 …const VkFormatFeatureFlags flags = isDepthOrStencilAttachment? VK_FORMAT_FEATURE_DEPTH_STENCI… in checkTextureFormatSupport()4618 …ormat: " << attachment.getFormat() << " not supported as " << (isDepthOrStencilAttachment ? "depth… in checkTextureFormatSupport()