Home | History | Annotate | Download | only in common

Lines Matching refs:maxLod

791 	const float		maxLod			= lodBounds.y();
793 const bool canBeMinified = maxLod > sampler.lodThreshold;
815 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1);
822 const float maxF = de::clamp(maxLod - float(level), 0.0f, 1.0f);
833 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel);
1076 const float maxLod = lodBounds.y();
1078 const bool canBeMinified = maxLod > sampler.lodThreshold;
1098 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1);
1105 const float maxF = de::clamp(maxLod - float(level), 0.0f, 1.0f);
1116 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel);
1148 const float maxLod = lodBounds.y();
1150 const bool canBeMinified = maxLod > sampler.lodThreshold;
1172 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1);
1179 const float maxF = de::clamp(maxLod - float(level), 0.0f, 1.0f);
1190 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel);