Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp323 INTERPOLATION_LOST_BITS = 3, // number mantissa of bits allowed to be lost in varying interpolation enumerator
346 …Vec4 numAccurateBits = max(baseBits - numBitsLost.asInt() - (int)INTERPOLATION_LOST_BITS, tcu::IVe… in getDerivateThreshold()
488 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; in reverifyConstantDerivateWithFlushRelaxations()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp293 INTERPOLATION_LOST_BITS = 3, // number mantissa of bits allowed to be lost in varying interpolation enumerator
302 …Vec4 numAccurateBits = max(baseBits - numBitsLost.asInt() - (int)INTERPOLATION_LOST_BITS, tcu::IVe… in getDerivateThreshold()
424 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; in reverifyConstantDerivateWithFlushRelaxations()