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