Lines Matching refs:spec
149 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
158 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
167 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
188 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
197 renderParams.colorScale = spec.lookupScale;
198 renderParams.colorBias = spec.lookupBias;
319 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
328 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
343 case 0: gMin = spec.valueMin.swizzle(0, 1, 2, 3); gMax = spec.valueMax.swizzle(0, 1, 2, 3); break;
344 case 1: gMin = spec.valueMin.swizzle(2, 1, 0, 3); gMax = spec.valueMax.swizzle(2, 1, 0, 3); break;
345 case 2: gMin = spec.valueMin.swizzle(1, 2, 0, 3); gMax = spec.valueMax.swizzle(1, 2, 0, 3); break;
346 case 3: gMin = spec.valueMax.swizzle(0, 1, 2, 3); gMax = spec.valueMin.swizzle(0, 1, 2, 3); break;
347 case 4: gMin = spec.valueMax.swizzle(2, 1, 0, 3); gMax = spec.valueMin.swizzle(2, 1, 0, 3); break;
348 case 5: gMin = spec.valueMax.swizzle(1, 2, 0, 3); gMax = spec.valueMin.swizzle(1, 2, 0, 3); break;
383 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
388 renderParams.colorScale = spec.lookupScale;
389 renderParams.colorBias = spec.lookupBias;
521 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
525 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
550 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
554 renderParams.colorScale = spec.lookupScale;
555 renderParams.colorBias = spec.lookupBias;
678 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
682 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
707 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
712 renderParams.colorScale = spec.lookupScale;
713 renderParams.colorBias = spec.lookupBias;
854 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
858 renderParams.colorScale = spec.lookupScale;
859 renderParams.colorBias = spec.lookupBias;
1005 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
1010 renderParams.colorScale = spec.lookupScale;
1011 renderParams.colorBias = spec.lookupBias;