Home | History | Annotate | Download | only in functional

Lines Matching refs:isDataTypeBoolOrBVec

378 		const glu::Precision		prec	= glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
386 const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
394 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
395 const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
422 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
423 const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
591 else if (glu::isDataTypeBoolOrBVec((value.type)))
624 else if (glu::isDataTypeBoolOrBVec((value.type)))
661 else if (glu::isDataTypeBoolOrBVec(type))
717 else if (glu::isDataTypeBoolOrBVec(a.type))
736 DE_ASSERT(glu::isDataTypeBoolOrBVec(boolValue.type));
1312 else if (glu::isDataTypeBoolOrBVec(uniform.type))
1398 const VarValue apiValue = glu::isDataTypeBoolOrBVec(unifValue.type) ? getRandomBoolRepresentation(unifValue, boolApiType, rnd)
1404 if (glu::isDataTypeBoolOrBVec(uniform.type))
1971 const bool containsBooleans = uniformCollection->containsMatchingBasicType(glu::isDataTypeBoolOrBVec);