• Home
  • Raw
  • Download

Lines Matching refs:lineWidth

915 	const float			halfLineWidth	= scene.lineWidth * 0.5f;  in verifyMultisampleLineGroupRasterization()
974 const float halfLineWidth = scene.lineWidth * 0.5f; in verifyMultisampleLineGroupInterpolation()
1095 …DE_ASSERT(deFloatFrac(scene.lineWidth) != 0.5f); // rounding direction is not defined, disallow un… in verifySinglesampleLineGroupRasterization()
1102 int lineWidth = deFloorFloatToInt32(scene.lineWidth + 0.5f); in verifySinglesampleLineGroupRasterization() local
1124 scene.lineWidth); in verifySinglesampleLineGroupRasterization()
1233 …int allowedDeviation = (int)scene.lines.size() * lineWidth; // one pixel per primitive in the majo… in verifySinglesampleLineGroupRasterization()
1347 if (currentWidth != lineWidth) in verifySinglesampleLineGroupRasterization()
1349 …, " << y << "). Detected width of " << currentWidth << ", expected " << lineWidth << tcu::TestLog:… in verifySinglesampleLineGroupRasterization()
1432 if (currentWidth != lineWidth) in verifySinglesampleLineGroupRasterization()
1434 …<< y - 1 << "). Detected width of " << currentWidth << ", expected " << lineWidth << tcu::TestLog:… in verifySinglesampleLineGroupRasterization()
1485 …, const tcu::Vec2& screenSpaceP0, const tcu::Vec2& screenSpaceP1, float lineWidth, tcu::PixelBuffe… in setMaskMapCoverageBitForLine() argument
1498 lineWidth); in setMaskMapCoverageBitForLine()
1525 void setMaskMapCoverageBitForLines (const std::vector<tcu::Vec4>& screenspaceLines, float lineWidth in setMaskMapCoverageBitForLines() argument
1532 setMaskMapCoverageBitForLine(lineNdx, pa, pb, lineWidth, maskMap); in setMaskMapCoverageBitForLines()
1570 setMaskMapCoverageBitForLines(screenspaceLines, scene.lineWidth, referenceLineMap.getAccess()); in verifyLineGroupPixelIndependentInterpolation()
1726 DE_ASSERT(scene.lineWidth == 1.0f); in verifySinglesampleNarrowLineGroupInterpolation()
1778 …DE_ASSERT(deFloatFrac(scene.lineWidth) != 0.5f); // rounding direction is not defined, disallow un… in verifySinglesampleWideLineGroupInterpolation()
1817 setMaskMapCoverageBitForLines(screenspaceLines, scene.lineWidth, referenceLineMap.getAccess()); in verifySinglesampleWideLineGroupInterpolation()
1829 const float offsetLength = (scene.lineWidth - 1.0f) / 2.0f; in verifySinglesampleWideLineGroupInterpolation()
2505 const bool isNarrow = (scene.lineWidth == 1.0f); in verifyLineGroupInterpolation()