Home | History | Annotate | Download | only in functional

Lines Matching refs:prec1

415 		const glu::Precision		prec1	= glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
419 structType->addMember("m1", glu::VarType(type1, prec1));
423 structType->addMember("m3", glu::VarType(glu::VarType(type1, prec1), 3));
443 const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
449 subSubStructType->addMember("mss1", glu::VarType(type1, prec1));
451 subStructType->addMember("ms0", glu::VarType(type1, prec1));
457 structType->addMember("m2", glu::VarType(type1, prec1));