Searched refs:testSquarePos (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 525 const float testSquarePos = (0.5f - testSquareSize / 2); in calcSingleSampleLineInterpolationRangeWithWeightEquation() local 529 tcu::Vec2(pixel.x() + testSquarePos + 0.0f, pixel.y() + testSquarePos + 0.0f), 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() 577 const float testSquarePos = (multisample) ? (0.0f) : (0.5f - testSquareSize / 2); in interpolate() local 580 …tcu::Vec2((pixel.x() + testSquarePos + 0.0f) / viewportSize.x() * 2.0f - 1.0f, (pixel.y(… in interpolate() 581 …tcu::Vec2((pixel.x() + testSquarePos + 0.0f) / viewportSize.x() * 2.0f - 1.0f, (pixel.y(… in interpolate() 582 …tcu::Vec2((pixel.x() + testSquarePos + testSquareSize) / viewportSize.x() * 2.0f - 1.0f, (pixel.y(… in interpolate() 583 …tcu::Vec2((pixel.x() + testSquarePos + testSquareSize) / viewportSize.x() * 2.0f - 1.0f, (pixel.y(… in interpolate()
|