Lines Matching refs:unifValue
1791 const VarValue& unifValue = values[unifNdx];
1796 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
1804 if (unifValue.val.VAR_VALUE_MEMBER[i] != (ZERO)) \
1822 if (unifValue.val.samplerV.unit != 0)
1873 VarValue unifValue;
1880 unifValue = elemUnif->finalValue;
1883 unifValue = uniform.finalValue;
1885 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1886 : glu::isDataTypeSampler(unifValue.type) ? getSamplerUnitValue(unifValue)
1887 : unifValue;
1892 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
2048 const VarValue& unifValue = values[unifNdx];
2052 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
2055 if (!apiVarValueEquals(unifValue, uniform.finalValue))