Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1221 static bool isValidCase (TextureType type, const tcu::IVec3& textureSize, int lod, int lodBase) in isValidCase() argument
1226 const bool isLodValid = (maxSize >> (lod + lodBase)) != 0; in isValidCase()
1242 int lodBase, in createEmptyTexture() argument
1246 const TextureBinding::Parameters params (lodBase); in createEmptyTexture()
1380 int lodBase; member
1418 const int numLevels = m_testSize.lod + m_testSize.lodBase + 1; in initTexture()
1422 …::Message << "Lod: " << m_testSize.lod << ", base level: " << m_testSize.lodBase << tcu::TestLog::… in initTexture()
1459 …ormat, m_textureSpec.type, m_testSize.textureSize, numLevels, m_testSize.lodBase, m_textureSpec.sa… in initTexture()
1549 if (!isValidCase(m_textureSpec.type, m_testSize.textureSize, m_testSize.lod, m_testSize.lodBase)) in testTextureSize()
1826 int lodBase; member
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp968 int lodBase; member
1124 …Size.x() >> (testSize.lod + testSize.lodBase)) != 0 || (testSize.textureSize.y() >> (testSize.lod … in testTextureSize()
1147 const int maxLevel = testSize.lod + testSize.lodBase; in testTextureSize()
1156 gl.texParameteri(textureTarget, GL_TEXTURE_BASE_LEVEL, testSize.lodBase); in testTextureSize()
1165 …tLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMe… in testTextureSize()
1179 …tLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMe… in testTextureSize()
1194 …tLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMe… in testTextureSize()