Lines Matching refs:finalValue
957 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
973 , finalValue (finalValue_)
1041 // Assign the basicUniforms[].finalValue values for uniforms. \note rnd parameter is for booleans (true can be any nonzero value).
1043 // Compare the uniform values given in values (obtained with glGetUniform*()) with the basicUniform.finalValue values.
1315 dst << ", " << shaderVarValueStr(uniform.finalValue) << ")";
1880 unifValue = elemUnif->finalValue;
1883 unifValue = uniform.finalValue;
1894 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
2028 GLU_CHECK_CALL(glUniform1i(location, uniform.finalValue.val.samplerV.unit));
2031 const GLint unit = uniform.finalValue.val.samplerV.unit;
2055 if (!apiVarValueEquals(unifValue, uniform.finalValue))
2083 DE_ASSERT(basicUniforms[i].finalValue.val.samplerV.unit != basicUniforms[j].finalValue.val.samplerV.unit);
2090 if (glu::isDataTypeSampler(basicUniforms[i].type) && std::find(m_filledTextureUnits.begin(), m_filledTextureUnits.end(), basicUniforms[i].finalValue.val.samplerV.unit) == m_filledTextureUnits.end())
2092 log << TestLog::Message << "// Filling texture at unit " << apiVarValueStr(basicUniforms[i].finalValue) << " with color " << shaderVarValueStr(basicUniforms[i].finalValue) << TestLog::EndMessage;
2093 setupTexture(basicUniforms[i].finalValue);