Lines Matching refs:componentValue
229 const float componentValue = float(16 * layerNdx) / 255.0f;
230 const tcu::Vec4 clearColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f);
256 const float componentValue = float(16 * layerUsed) / 255.0f;
257 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f);
269 const float componentValue = float(16 * layerUsed) / 255.0f;
270 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f);