Lines Matching refs:lineWidth

875 	const float			halfLineWidth	= scene.lineWidth * 0.5f;  in verifyMultisampleLineGroupRasterization()
928 const float halfLineWidth = scene.lineWidth * 0.5f; in verifyMultisampleLineGroupInterpolation()
1049 …DE_ASSERT(deFloatFrac(scene.lineWidth) != 0.5f); // rounding direction is not defined, disallow un… in verifySinglesampleLineGroupRasterization()
1056 int lineWidth = deFloorFloatToInt32(scene.lineWidth + 0.5f); in verifySinglesampleLineGroupRasterization() local
1078 scene.lineWidth); in verifySinglesampleLineGroupRasterization()
1187 …int allowedDeviation = (int)scene.lines.size() * lineWidth; // one pixel per primitive in the majo… in verifySinglesampleLineGroupRasterization()
1297 if (currentWidth != lineWidth) in verifySinglesampleLineGroupRasterization()
1299 …, " << y << "). Detected width of " << currentWidth << ", expected " << lineWidth << tcu::TestLog:… in verifySinglesampleLineGroupRasterization()
1378 if (currentWidth != lineWidth) in verifySinglesampleLineGroupRasterization()
1380 …<< y - 1 << "). Detected width of " << currentWidth << ", expected " << lineWidth << tcu::TestLog:… in verifySinglesampleLineGroupRasterization()
1431 …, const tcu::Vec2& screenSpaceP0, const tcu::Vec2& screenSpaceP1, float lineWidth, tcu::PixelBuffe… in setMaskMapCoverageBitForLine() argument
1444 lineWidth); in setMaskMapCoverageBitForLine()
1471 void setMaskMapCoverageBitForLines (const std::vector<tcu::Vec4>& screenspaceLines, float lineWidth in setMaskMapCoverageBitForLines() argument
1478 setMaskMapCoverageBitForLine(lineNdx, pa, pb, lineWidth, maskMap); in setMaskMapCoverageBitForLines()
1516 setMaskMapCoverageBitForLines(screenspaceLines, scene.lineWidth, referenceLineMap.getAccess()); in verifyLineGroupPixelIndependentInterpolation()
1672 DE_ASSERT(scene.lineWidth == 1.0f); in verifySinglesampleNarrowLineGroupInterpolation()
1724 …DE_ASSERT(deFloatFrac(scene.lineWidth) != 0.5f); // rounding direction is not defined, disallow un… in verifySinglesampleWideLineGroupInterpolation()
1763 setMaskMapCoverageBitForLines(screenspaceLines, scene.lineWidth, referenceLineMap.getAccess()); in verifySinglesampleWideLineGroupInterpolation()
1775 const float offsetLength = (scene.lineWidth - 1.0f) / 2.0f; in verifySinglesampleWideLineGroupInterpolation()
2387 const bool isNarrow = (scene.lineWidth == 1.0f); in verifyLineGroupInterpolation()