Home | History | Annotate | Download | only in glshared

Lines Matching full:pixelcenterposition

106 	const tcu::Vec2 pixelCenterPosition = tcu::Vec2((float)pixel.x() + 0.5f, (float)pixel.y() + 0.5f);
115 const tcu::Vec2 v = pixelCenterPosition - p0;
132 if (tcu::length(pixelCenterPosition - p0) > maxDistance)
134 if (tcu::length(pixelCenterPosition - p1) > maxDistance)
2086 const I64Vec2 pixelCenterPosition = I64Vec2(pixel.x(), pixel.y()) * I64Vec2(numSubPixels, numSubPixels) + I64Vec2(numSubPixels / 2, numSubPixels / 2);
2103 const I64Vec2 v = pixelCenterPosition - triangleSubPixelSpaceRound[vtxNdx];