Lines Matching refs:finalValue
792 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
808 , finalValue (finalValue_)
872 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
874 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
1125 dst << ", " << shaderVarValueStr(uniform.finalValue) << ")";
1509 unifValue = elemUnif->finalValue;
1512 unifValue = uniform.finalValue;
1523 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
1616 GLU_CHECK_CALL(glUniform1i(location, uniform.finalValue.val.samplerV.unit));
1619 const GLint unit = uniform.finalValue.val.samplerV.unit;
1643 if (!apiVarValueEquals(unifValue, uniform.finalValue))
1671 DE_ASSERT(basicUniforms[i].finalValue.val.samplerV.unit != basicUniforms[j].finalValue.val.samplerV.unit);
1678 if (glu::isDataTypeSampler(basicUniforms[i].type) && std::find(m_filledTextureUnits.begin(), m_filledTextureUnits.end(), basicUniforms[i].finalValue.val.samplerV.unit) == m_filledTextureUnits.end())
1680 log << TestLog::Message << "// Filling texture at unit " << apiVarValueStr(basicUniforms[i].finalValue) << " with color " << shaderVarValueStr(basicUniforms[i].finalValue) << TestLog::EndMessage;
1681 setupTexture(basicUniforms[i].finalValue);