Searched refs:getRealBitPrecision (Results 1 – 1 of 1) sorted by relevance
778 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