Searched refs:copyFormatBitTable (Results 1 – 1 of 1) sorted by relevance
2446 const int* copyFormatBitTable = m_copyInternalFormat.bits.array; in compare() local2492 bitdiff = std::min(bitdiff, copyFormatBitTable[j]); in compare()2512 inputValue = clampSignedValue(copyFormatBitTable[j], inputValue); in compare()2534 inputValue = clampUnsignedValue(copyFormatBitTable[j], inputValue); in compare()