Home
last modified time | relevance | path

Searched refs:layerStep (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp518 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
534 float fA = (float)layer * layerStep + (float)level * levelStep; in initTexture()
623 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
648 float fA = (float)layer * layerStep + float(level) * levelStep; in initTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp981 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
997 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
1081 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
1097 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
1117 float layerStep = 1.0f / (float)(m_textureSpec.depth/6); in initTexture() local
1141 float layerCorr = 1.0f-(float)layer*layerStep; in initTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp978 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
994 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
1078 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
1094 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()
1114 float layerStep = 1.0f / (float)(m_textureSpec.depth/6); in initTexture() local
1138 float layerCorr = 1.0f-(float)layer*layerStep; in initTexture()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp667 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture() local
681 float fA = (float)layer*layerStep + (float)level*levelStep; in initTexture()

Completed in 31 milliseconds