Searched refs:FormatIsDepthOnly (Results 1 – 4 of 4) sorted by relevance
142 VK_LAYER_EXPORT bool FormatIsDepthOnly(VkFormat format);179 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
4015 } else if (FormatIsDepthOnly(format)) { in ValidateImageAspectMask()
1072 } else if (FormatIsDepthOnly(format)) { in Init()1109 } else if (FormatIsDepthOnly(create_info->format)) { in init()1653 …if (FormatIsDepthOnly(depth_stencil_obj->format())) subrange.aspectMask = VK_IMAGE_ASPECT_DEPTH_BI… in ClearAllBuffers()1700 if (FormatIsDepthOnly(depth_stencil_att->Format())) aspect = VK_IMAGE_ASPECT_DEPTH_BIT; in PrepareAttachments()1793 if (FormatIsDepthOnly(format)) in Init()