Searched refs:inputSampler (Results 1 – 1 of 1) sorted by relevance
2420 int inputSampler = getSampler(m_inputType, m_inputFormat); in compare() local2470 int bit1 = getRealBitPrecision(inputBitTable[j], inputSampler == SAMPLER_FLOAT); in compare()2477 if ((inputSampler == SAMPLER_UNORM && m_internalFormat.sampler == SAMPLER_NORM)) in compare()2510 if (inputSampler == SAMPLER_UINT) in compare()2567 else if ((inputSampler == SAMPLER_FLOAT) != (outputSampler == SAMPLER_FLOAT)) in compare()2575 if (inputSampler == SAMPLER_FLOAT || outputSampler == SAMPLER_FLOAT) in compare()