Searched refs:lodBase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 968 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()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 1601 static bool isValidCase (TextureType type, const tcu::IVec3& textureSize, int lod, int lodBase) in isValidCase() argument 1606 const bool isLodValid = (maxSize >> (lod + lodBase)) != 0; in isValidCase() 1622 int lodBase, in createEmptyTexture() argument 1626 const TextureBinding::Parameters params (lodBase); in createEmptyTexture() 1760 int lodBase; member 1798 const int numLevels = m_testSize.lod + m_testSize.lodBase + 1; in initTexture() 1802 …::Message << "Lod: " << m_testSize.lod << ", base level: " << m_testSize.lodBase << tcu::TestLog::… in initTexture() 1839 …ormat, m_textureSpec.type, m_testSize.textureSize, numLevels, m_testSize.lodBase, m_textureSpec.sa… in initTexture() 1929 if (!isValidCase(m_textureSpec.type, m_testSize.textureSize, m_testSize.lod, m_testSize.lodBase)) in testTextureSize() 2206 int lodBase; member [all …]
|