Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp574 const tcu::RGBA isBgThreshold (1, isMultiSample ? 254 : 1, 0, 1); in verifyHelperInvocationDerivate() local
585 const bool isBg = tcu::compareThreshold(resPix, bgRef, isBgThreshold); in verifyHelperInvocationDerivate()
588 …const bool neighborBg = nonZeroDeriv ? hasNeighborWithColor(result, x, y, bgRef, isBgThreshold) … in verifyHelperInvocationDerivate()