Home | History | Annotate | Download | only in common

Lines Matching refs:vBounds1

639 	const Vec2	vBounds1			= computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1,	coord.y(), prec.coordBits.y(), prec.uvwBits.y());
648 const int minJ1 = deFloorFloatToInt32(vBounds1.x());
649 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
696 const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
705 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f);
706 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f);
736 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f);
737 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f);
869 const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords.t, prec.coordBits.y(), prec.uvwBits.y());
878 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f);
879 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f);
923 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f);
924 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f);