Lines Matching refs:lineWidthRange
1231 const float* range = context.getDeviceProperties().limits.lineWidthRange;
2749 const float lineWidthRange[2] = { limits.lineWidthRange[0], limits.lineWidthRange[1] };
2757 DE_ASSERT(lineWidthGranularity > 0.0f && lineWidthRange[0] > 0.0f && lineWidthRange[1] >= lineWidthRange[0]);
2759 if (!de::inBounds(testLineWidth, lineWidthRange[0], lineWidthRange[1]))
2762 const float n = (testLineWidth - lineWidthRange[0]) / lineWidthGranularity;
2764 if (deFloatFrac(n) != 0.0f || n * lineWidthGranularity + lineWidthRange[0] != testLineWidth)
6436 const float* range = context.getDeviceProperties().limits.lineWidthRange;