Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp275 const float divX = static_cast<float>(m_width - 1); in fillTexture() local
281 const float colorX = static_cast<float>(x) / divX; in fillTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1464 const float divX = static_cast<float>(W - 1); in iterate() local
1481 const float colorX = static_cast<float>(x) / divX; in iterate()