Home
last modified time | relevance | path

Searched refs:hasDepthAttachmentFeatureBit (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp31 bool hasDepthAttachmentFeatureBit = renderer->hasImageFormatFeatureBits( in FillTextureFormatCaps() local
46 (hasColorAttachmentFeatureBit || hasDepthAttachmentFeatureBit); in FillTextureFormatCaps()
56 if (hasDepthAttachmentFeatureBit) in FillTextureFormatCaps()