Searched refs:isDepthOrStencilFormat (Results 1 – 2 of 2) sorted by relevance
79 bool isDepthOrStencilFormat) in AhbDescUsageToVkImageUsage() argument90 if (isDepthOrStencilFormat) in AhbDescUsageToVkImageUsage()293 bool isDepthOrStencilFormat = imageFormat.hasDepthOrStencilBits(); in initImpl() local309 VkImageUsageFlags usage = AhbDescUsageToVkImageUsage(ahbDescription, isDepthOrStencilFormat); in initImpl()
148 bool isDepthOrStencilFormat = textureFormat.hasDepthOrStencilBits(); in InitImageHelper() local149 VkImageUsageFlags usage = isDepthOrStencilFormat ? kSurfaceVkDepthStencilImageUsageFlags in InitImageHelper()