Home | History | Annotate | Download | only in functional

Lines Matching refs:fixedScale

355 	const deInt64					fixedScale	= 64;
359 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));