Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp98 inline int numBitsLostInOp (float input, float output) in numBitsLostInOp() function
765 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare()
1598 const int bitsLost = numBitsLostInOp(in0, ref); in compare()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp102 inline int numBitsLostInOp (float input, float output) in numBitsLostInOp() function
843 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare()
1681 const int bitsLost = numBitsLostInOp(in0, ref); in compare()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp106 inline int numBitsLostInOp (float input, float output) in numBitsLostInOp() function
959 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0; in compare()
1943 const int bitsLost = numBitsLostInOp(in0, ref); in compare()