Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp579 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() local
587 float fA = float(level)*levelStep; in initTexture()
609 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() local
619 float fA = float(level)*levelStep; in initTexture()
668 …float levelStep = isAutoLod ? 0.0f : 1.0f / (float)(de::max(1, m_textureSpec.numLevels-1)*m_textu… in initTexture() local
681 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
703 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() local
711 float fA = (float)level*levelStep; in initTexture()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp667 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() local
677 float fA = float(level)*levelStep; in initTexture()
698 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() local
710 float fA = float(level)*levelStep; in initTexture()
758 …float levelStep = isAutoLod ? 0.0f : 1.0f / (float)(de::max(1, m_textureSpec.numLevels-1)*… in initTexture() local
773 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
794 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1); in initTexture() local
804 float fA = (float)level*levelStep; in initTexture()