Home | History | Annotate | Download | only in functional

Lines Matching defs:prec1

395 		const glu::Precision		prec1	= glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
399 structType->addMember("m1", glu::VarType(type1, prec1));
403 structType->addMember("m3", glu::VarType(glu::VarType(type1, prec1), 3));
423 const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
429 subSubStructType->addMember("mss1", glu::VarType(type1, prec1));
431 subStructType->addMember("ms0", glu::VarType(type1, prec1));
437 structType->addMember("m2", glu::VarType(type1, prec1));