Searched refs:testLineWidth (Results 1 – 1 of 1) sorted by relevance
2406 const float testLineWidth = m_conservativeTestConfig.lineWidth; in checkSupport() local2408 if (testLineWidth != 1.0f) in checkSupport()2421 if (!de::inBounds(testLineWidth, lineWidthRange[0], lineWidthRange[1])) in checkSupport()2424 const float n = (testLineWidth - lineWidthRange[0]) / lineWidthGranularity; in checkSupport()2426 if (deFloatFrac(n) != 0.0f || n * lineWidthGranularity + lineWidthRange[0] != testLineWidth) in checkSupport()