Lines Matching refs:vBounds1
802 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
811 const int minJ1 = deFloorFloatToInt32(vBounds1.x()); in isNearestMipmapLinearSampleResultValid()
812 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()); in isNearestMipmapLinearSampleResultValid()
853 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearSampleResultValid() local
864 const int minJ1 = deFloorFloatToInt32(vBounds1.x()); in isNearestMipmapLinearSampleResultValid()
865 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()); in isNearestMipmapLinearSampleResultValid()
993 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1002 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1003 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1057 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1058 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1092 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y()… in isLinearMipmapLinearSampleResultValid() local
1103 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f); in isLinearMipmapLinearSampleResultValid()
1104 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f); in isLinearMipmapLinearSampleResultValid()
1174 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1175 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid()
1460 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords… in isSeamplessLinearMipmapLinearSampleResultValid() local
1469 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1470 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f); in isSeamplessLinearMipmapLinearSampleResultValid()
1540 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()
1541 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid()