Searched refs:outputSampler (Results 1 – 1 of 1) sorted by relevance
2411 int outputSampler = getSampler(outputType, outputFormat); in compare() local2463 int bit2 = getRealBitPrecision(outputBitTable[j], outputSampler == SAMPLER_FLOAT); in compare()2475 if (outputSampler == SAMPLER_NORM && m_internalFormat.sampler == SAMPLER_UNORM) in compare()2514 if (outputSampler == SAMPLER_UINT) in compare()2536 if (outputSampler == SAMPLER_UINT) in compare()2538 else if (outputSampler == SAMPLER_INT) in compare()2554 if ((outputSampler == SAMPLER_UNORM) || (outputSampler == SAMPLER_NORM)) in compare()2560 else if ((inputSampler == SAMPLER_FLOAT) != (outputSampler == SAMPLER_FLOAT)) in compare()2568 if (inputSampler == SAMPLER_FLOAT || outputSampler == SAMPLER_FLOAT) in compare()2579 if (iformatSampler == SAMPLER_UNORM || outputSampler == SAMPLER_UNORM) in compare()[all …]