Lines Matching refs:levelBounds
72 UVec2 levelBounds;
78 levelBounds[0] = 0;
82 levelBounds[0] = deCeilFloatToInt32(lodBounds[0] + 0.5f) - 1;
86 levelBounds[0] = deRoundFloatToInt32(q);
91 levelBounds[1] = 0;
95 levelBounds[1] = deFloorFloatToInt32(lodBounds[1] + 0.5f);
99 levelBounds[1] = deRoundFloatToInt32(q);
108 levelBounds[ndx] = deRoundFloatToInt32(q);
112 levelBounds[ndx] = lodBounds[ndx] < 0.0f ? 0 : deFloorFloatToInt32(lodBounds[ndx]);
117 return levelBounds;