Lines Matching refs:spec
114 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
120 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
127 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
148 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
157 renderParams.colorScale = spec.lookupScale;
158 renderParams.colorBias = spec.lookupBias;
260 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
269 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
284 case 0: gMin = spec.valueMin.swizzle(0, 1, 2, 3); gMax = spec.valueMax.swizzle(0, 1, 2, 3); break;
285 case 1: gMin = spec.valueMin.swizzle(2, 1, 0, 3); gMax = spec.valueMax.swizzle(2, 1, 0, 3); break;
286 case 2: gMin = spec.valueMin.swizzle(1, 2, 0, 3); gMax = spec.valueMax.swizzle(1, 2, 0, 3); break;
287 case 3: gMin = spec.valueMax.swizzle(0, 1, 2, 3); gMax = spec.valueMin.swizzle(0, 1, 2, 3); break;
288 case 4: gMin = spec.valueMax.swizzle(2, 1, 0, 3); gMax = spec.valueMin.swizzle(2, 1, 0, 3); break;
289 case 5: gMin = spec.valueMax.swizzle(1, 2, 0, 3); gMax = spec.valueMin.swizzle(1, 2, 0, 3); break;
324 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
329 renderParams.colorScale = spec.lookupScale;
330 renderParams.colorBias = spec.lookupBias;