Searched refs:formatIsDepthOrStencil (Results 1 – 2 of 2) sorted by relevance
17 using gfxstream::vk::formatIsDepthOrStencil;466 if (formatIsDepthOrStencil(displayBufferFormat)) { in postImpl()649 if (formatIsDepthOrStencil(postImageCi.format) || formatIsDepthOrStencil(swapChainFormat)) { in canPost()
309 constexpr bool formatIsDepthOrStencil(VkFormat format) { in formatIsDepthOrStencil() function