Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp778 unsigned int getRealBitPrecision(int bits, bool isFloat) const;
2462 int bit1 = getRealBitPrecision(inputBitTable[j], inputSampler == SAMPLER_FLOAT); in compare()
2463 int bit2 = getRealBitPrecision(outputBitTable[j], outputSampler == SAMPLER_FLOAT); in compare()
2464 int bit3 = getRealBitPrecision(internalformatBitTable[j], iformatSampler == SAMPLER_FLOAT); in compare()
2956 unsigned int RectangleTest::getRealBitPrecision(int bits, bool isFloat) const in getRealBitPrecision() function in glcts::RectangleTest