Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp17 using gfxstream::vk::formatIsDepthOrStencil;
466 if (formatIsDepthOrStencil(displayBufferFormat)) { in postImpl()
649 if (formatIsDepthOrStencil(postImageCi.format) || formatIsDepthOrStencil(swapChainFormat)) { in canPost()
DVkFormatUtils.h309 constexpr bool formatIsDepthOrStencil(VkFormat format) { in formatIsDepthOrStencil() function