Home
last modified time | relevance | path

Searched refs:testLineWidth (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2406 const float testLineWidth = m_conservativeTestConfig.lineWidth; in checkSupport() local
2408 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()