Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2412 int inputSampler = getSampler(m_inputType, m_inputFormat); in compare() local
2462 int bit1 = getRealBitPrecision(inputBitTable[j], inputSampler == SAMPLER_FLOAT); in compare()
2469 if ((inputSampler == SAMPLER_UNORM && m_internalFormat.sampler == SAMPLER_NORM)) in compare()
2502 if (inputSampler == SAMPLER_UINT) in compare()
2560 else if ((inputSampler == SAMPLER_FLOAT) != (outputSampler == SAMPLER_FLOAT)) in compare()
2568 if (inputSampler == SAMPLER_FLOAT || outputSampler == SAMPLER_FLOAT) in compare()