Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp878 const float targetRatioSqrt = deFloatSqrt(targetRatio); in adjustAndLogGridAndViewport() local
879 m_gridSizeX = (int)(targetRatioSqrt * (float)m_gridSizeX); in adjustAndLogGridAndViewport()
880 m_gridSizeY = (int)(targetRatioSqrt * (float)m_gridSizeY); in adjustAndLogGridAndViewport()
886 const float targetRatioSqrt = deFloatSqrt(targetRatio); in adjustAndLogGridAndViewport() local
887 m_viewportWidth = (int)(targetRatioSqrt * (float)m_viewportWidth); in adjustAndLogGridAndViewport()
888 m_viewportHeight = (int)(targetRatioSqrt * (float)m_viewportHeight); in adjustAndLogGridAndViewport()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp878 const float targetRatioSqrt = deFloatSqrt(targetRatio); in adjustAndLogGridAndViewport() local
879 m_gridSizeX = (int)(targetRatioSqrt * (float)m_gridSizeX); in adjustAndLogGridAndViewport()
880 m_gridSizeY = (int)(targetRatioSqrt * (float)m_gridSizeY); in adjustAndLogGridAndViewport()
886 const float targetRatioSqrt = deFloatSqrt(targetRatio); in adjustAndLogGridAndViewport() local
887 m_viewportWidth = (int)(targetRatioSqrt * (float)m_viewportWidth); in adjustAndLogGridAndViewport()
888 m_viewportHeight = (int)(targetRatioSqrt * (float)m_viewportHeight); in adjustAndLogGridAndViewport()