Searched defs:isDepthStencilFormat (Results 1 – 3 of 3) sorted by relevance
57 bool isDepthStencilFormat (VkFormat format) in isDepthStencilFormat() function
1048 …const bool isDepthStencilFormat = (format >= VK_FORMAT_D16_UNORM && format <= VK_FORMAT_D32_SFLOAT… in isFormatMatchingAspect() local
466 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilCo… in createRenderPass() local