Searched refs:FormatIsDepthOnly (Results 1 – 4 of 4) sorted by relevance
142 VK_LAYER_EXPORT bool FormatIsDepthOnly(VkFormat format);182 static inline bool FormatHasDepth(VkFormat format) { return (FormatIsDepthOnly(format) || FormatIsD… in FormatHasDepth()
495 …return (FormatIsDepthAndStencil(format) || FormatIsDepthOnly(format) || FormatIsStencilOnly(format… in FormatIsDepthOrStencil()518 VK_LAYER_EXPORT bool FormatIsDepthOnly(VkFormat format) { in FormatIsDepthOnly() function
4128 } else if (FormatIsDepthOnly(format)) { in ValidateImageAspectMask()
1234 } else if (FormatIsDepthOnly(format)) { in Init()1271 } else if (FormatIsDepthOnly(create_info->format)) { in init()1827 …if (FormatIsDepthOnly(depth_stencil_obj->format())) subrange.aspectMask = VK_IMAGE_ASPECT_DEPTH_BI… in ClearAllBuffers()1887 if (FormatIsDepthOnly(depth_stencil_att->Format())) aspect = VK_IMAGE_ASPECT_DEPTH_BIT; in PrepareAttachments()1980 if (FormatIsDepthOnly(format)) in Init()