Lines Matching full:spec
124 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
133 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
142 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
163 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
172 renderParams.colorScale = spec.lookupScale;
173 renderParams.colorBias = spec.lookupBias;
289 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
298 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
313 case 0: gMin = spec.valueMin.swizzle(0, 1, 2, 3); gMax = spec.valueMax.swizzle(0, 1, 2, 3); break;
314 case 1: gMin = spec.valueMin.swizzle(2, 1, 0, 3); gMax = spec.valueMax.swizzle(2, 1, 0, 3); break;
315 case 2: gMin = spec.valueMin.swizzle(1, 2, 0, 3); gMax = spec.valueMax.swizzle(1, 2, 0, 3); break;
316 case 3: gMin = spec.valueMax.swizzle(0, 1, 2, 3); gMax = spec.valueMin.swizzle(0, 1, 2, 3); break;
317 case 4: gMin = spec.valueMax.swizzle(2, 1, 0, 3); gMax = spec.valueMin.swizzle(2, 1, 0, 3); break;
318 case 5: gMin = spec.valueMax.swizzle(1, 2, 0, 3); gMax = spec.valueMin.swizzle(1, 2, 0, 3); break;
353 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
358 renderParams.colorScale = spec.lookupScale;
359 renderParams.colorBias = spec.lookupBias;
486 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
490 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
515 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
519 renderParams.colorScale = spec.lookupScale;
520 renderParams.colorBias = spec.lookupBias;
638 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
642 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
667 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
672 renderParams.colorScale = spec.lookupScale;
673 renderParams.colorBias = spec.lookupBias;
814 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
818 renderParams.colorScale = spec.lookupScale;
819 renderParams.colorBias = spec.lookupBias;
965 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
970 renderParams.colorScale = spec.lookupScale;
971 renderParams.colorBias = spec.lookupBias;