Searched defs:isDepthStencilFormat (Results 1 – 6 of 6) sorted by relevance
84 const bool isDepthStencilFormat = textureFormat.hasDepthOrStencilBits(); in setStorageImpl() local
206 const bool isDepthStencilFormat = vk::isDepthStencilFormat(colorFormat); in createImageAndBind() local
161 const bool isDepthStencilFormat = format.hasDepthOrStencilBits(); in GetUsageFlags() local
545 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComp… in createRenderPass() local852 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComp… in createRenderPipeline() local
1233 …const bool isDepthStencilFormat = (format >= VK_FORMAT_D16_UNORM && format <= VK_FORMAT_D32_SFLOAT… in isFormatMatchingAspect() local
107 bool isDepthStencilFormat (VkFormat format) in isDepthStencilFormat() function