Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp958 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
974 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
1058 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
1074 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
1094 float layerStep = 1.0f / (float)(m_textureSpec.depth/6); in initTexture() local
1118 float layerCorr = 1.0f-(float)layer*layerStep; in initTexture()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp667 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
681 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()