Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp276 const float divY = static_cast<float>(m_height - 1); in fillTexture() local
282 const float colorY = static_cast<float>(y) / divY; in fillTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1465 const float divY = static_cast<float>(H - 1); in iterate() local
1482 const float colorY = static_cast<float>(y) / divY; in iterate()