Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1124 const bool is2DLodValid = (testSize.textureSize.x() >> (testSize.lod + testSize.lodBase)) != 0 || (testSize.textureSize.y() >> (testSize.lod + testSize.lodBase)) != 0; in testTextureSize() local
1131 if (m_textureSpec.type == TEXTURETYPE_2D && !is2DLodValid) in testTextureSize()
1133 if (m_textureSpec.type == TEXTURETYPE_2D_ARRAY && !is2DLodValid) in testTextureSize()

Completed in 6 milliseconds