Home | History | Annotate | Download | only in functional

Lines Matching full:prec1

349 		const glu::Precision		prec1	= glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
353 structType->addMember("m1", glu::VarType(type1, prec1));
357 structType->addMember("m3", glu::VarType(glu::VarType(type1, prec1), 3));
377 const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
383 subSubStructType->addMember("mss1", glu::VarType(type1, prec1));
385 subStructType->addMember("ms0", glu::VarType(type1, prec1));
391 structType->addMember("m2", glu::VarType(type1, prec1));