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