Lines Matching refs:vBounds1
922 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
931 const int minJ1 = deFloorFloatToInt32(vBounds1.x()); in isNearestMipmapLinearSampleResultValid()
932 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()); in isNearestMipmapLinearSampleResultValid()
973 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
984 const int minJ1 = deFloorFloatToInt32(vBounds1.x()); in isNearestMipmapLinearSampleResultValid()
985 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()); in isNearestMipmapLinearSampleResultValid()
1118 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1127 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1128 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1187 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1188 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1222 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1233 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1234 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1309 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1310 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1608 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1617 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1618 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1693 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1694 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()