Searched defs:isDepthOrStencilFormat (Results 1 – 2 of 2) sorted by relevance
148 bool isDepthOrStencilFormat) in AhbDescUsageToVkImageUsage()222 bool isDepthOrStencilFormat = imageFormat.hasDepthOrStencilBits(); in initImpl() local
128 bool isDepthOrStencilFormat = textureFormat.depthBits > 0 || textureFormat.stencilBits > 0; in InitImageHelper() local