Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp436 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations() local
483 if (resultDerivative[c] >= finalResultRange.lo() && resultDerivative[c] <= finalResultRange.hi()) in reverifyConstantDerivateWithFlushRelaxations()
493 …<< "\t\tdFd" << ((isDfdxFunc(derivateFunc)) ? ('x') : ('y')) << " ~= " << resultDerivative[c] << "… in reverifyConstantDerivateWithFlushRelaxations()
495 << ((resultDerivative[c] < finalResultRange.lo()) ? ("-") : ("+")) in reverifyConstantDerivateWithFlushRelaxations()
496 …<< ((resultDerivative[c] < finalResultRange.lo()) ? (finalResultRange.lo() - resultDerivative[c]) … in reverifyConstantDerivateWithFlushRelaxations()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp472 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations() local
519 if (resultDerivative[c] >= finalResultRange.lo() && resultDerivative[c] <= finalResultRange.hi()) in reverifyConstantDerivateWithFlushRelaxations()
529 …tdFd" << ((derivateFunc == DERIVATE_DFDX) ? ('x') : ('y')) << " ~= " << resultDerivative[c] << "\n" in reverifyConstantDerivateWithFlushRelaxations()
531 << ((resultDerivative[c] < finalResultRange.lo()) ? ("-") : ("+")) in reverifyConstantDerivateWithFlushRelaxations()
532 …<< ((resultDerivative[c] < finalResultRange.lo()) ? (finalResultRange.lo() - resultDerivative[c]) … in reverifyConstantDerivateWithFlushRelaxations()