Searched refs:hasDepthComp (Results 1 – 1 of 1) sorted by relevance
2488 bool hasDepthComp = false; in getRequiredOptimalTilingSampleCounts() local2494 …hasDepthComp = (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()