Lines Matching refs:unifValue
1425 const VarValue& unifValue = values[unifNdx];
1430 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
1438 if (unifValue.val.VAR_VALUE_MEMBER[i] != (ZERO)) \
1454 if (unifValue.val.samplerV.unit != 0)
1502 VarValue unifValue;
1509 unifValue = elemUnif->finalValue;
1512 unifValue = uniform.finalValue;
1514 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1515 : glu::isDataTypeSampler(unifValue.type) ? getSamplerUnitValue(unifValue)
1516 : unifValue;
1521 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1636 const VarValue& unifValue = values[unifNdx];
1640 if (unifValue.type == glu::TYPE_INVALID) // This happens when glGetUniformLocation() returned -1.
1643 if (!apiVarValueEquals(unifValue, uniform.finalValue))