Home
last modified time | relevance | path

Searched refs:isFg (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp395 const bool isFg = tcu::compareThreshold(resPix, fgRef, threshold); in verifyHelperInvocationValue() local
397 if (!isBg && !isFg) in verifyHelperInvocationValue()
400 if (isFg) in verifyHelperInvocationValue()
586 const bool isFg = tcu::compareThreshold(resPix, fgRef, isFgThreshold); in verifyHelperInvocationDerivate() local
593 if ((!isBg && !isFg) || // Neither of valid colors (ignoring blue channel that has derivate) in verifyHelperInvocationDerivate()
594 (nonZeroDeriv && !neighborBg && !isFg)) // Has non-zero derivate, but sample not at primitive edge or inside primitive in verifyHelperInvocationDerivate()
597 if (isFg) in verifyHelperInvocationDerivate()

Completed in 2 milliseconds