Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2488 bool hasDepthComp = false; in getRequiredOptimalTilingSampleCounts() local
2494hasDepthComp = (tcuFormat.order == tcu::TextureFormat::D || tcuFormat.order == tcu::TextureFormat:… in getRequiredOptimalTilingSampleCounts()
2498 const bool isColorFormat = !hasDepthComp && !hasStencilComp; in getRequiredOptimalTilingSampleCounts()
2501 DE_ASSERT((hasDepthComp || hasStencilComp) != isColorFormat); in getRequiredOptimalTilingSampleCounts()
2508 if (hasDepthComp) in getRequiredOptimalTilingSampleCounts()
2537 if (hasDepthComp) in getRequiredOptimalTilingSampleCounts()