Searched refs:testSquareSize (Results 1 – 1 of 1) sorted by relevance
524 const float testSquareSize = (2.0f / (1UL << subpixelBits)); in calcSingleSampleLineInterpolationRangeWithWeightEquation() local525 const float testSquarePos = (0.5f - testSquareSize / 2); in calcSingleSampleLineInterpolationRangeWithWeightEquation()530 tcu::Vec2(pixel.x() + testSquarePos + 0.0f, pixel.y() + testSquarePos + testSquareSize), in calcSingleSampleLineInterpolationRangeWithWeightEquation()531 tcu::Vec2(pixel.x() + testSquarePos + testSquareSize, pixel.y() + testSquarePos + testSquareSize), in calcSingleSampleLineInterpolationRangeWithWeightEquation()532 tcu::Vec2(pixel.x() + testSquarePos + testSquareSize, pixel.y() + testSquarePos + 0.0f), in calcSingleSampleLineInterpolationRangeWithWeightEquation()576 const float testSquareSize = (multisample) ? (1.0f) : (2.0f / (1UL << subpixelBits)); in interpolate() local577 const float testSquarePos = (multisample) ? (0.0f) : (0.5f - testSquareSize / 2); in interpolate()581 … / viewportSize.x() * 2.0f - 1.0f, (pixel.y() + testSquarePos + testSquareSize) / viewportSiz… in interpolate()582 …((pixel.x() + testSquarePos + testSquareSize) / viewportSize.x() * 2.0f - 1.0f, (pixel.y() + testS… in interpolate()583 …tcu::Vec2((pixel.x() + testSquarePos + testSquareSize) / viewportSize.x() * 2.0f - 1.0f, (pixel.y(… in interpolate()