Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1613 static bool isValidCase (TextureType type, const tcu::IVec3& textureSize, int lodBase) in isValidCase() argument
1618 const bool isBaseValid = (maxSize >> lodBase) != 0; in isValidCase()
1634 int lodBase, in createEmptyTexture()
1638 const TextureBinding::Parameters params (lodBase); in createEmptyTexture()
1772 int lodBase; member
1821 log << tcu::TestLog::Message << "Lod: " << m_testSize.lod << ", base level: " << m_testSize.lodBase << tcu::TestLog::EndMessage; in initTexture()
1858 textureBinding = createEmptyTexture(m_textureSpec.format, m_textureSpec.type, m_testSize.textureSize, numLevels, m_testSize.lodBase, m_textureSpec.sampler); in initTexture()
1965 if (!isValidCase(m_textureSpec.type, m_testSize.textureSize, m_testSize.lodBase)) in testTextureSize()
2012 const bool isLodValid = (maxSize >> (m_testSize.lod + m_testSize.lodBase)) != 0; in testTextureSize()
2260 textureBinding = createEmptyTexture(m_textureSpec.format, m_textureSpec.type, dim, m_textureSpec.numLevels, 0 /* lodBase */, m_textureSpe in initTexture()
1630 createEmptyTexture(deUint32 format, TextureType type, const tcu::IVec3& textureSize, int numLevels, int lodBase, const tcu::Sampler& sampler) createEmptyTexture() argument
2452 int lodBase; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1612 static bool isValidCase (TextureType type, const tcu::IVec3& textureSize, int lodBase) in isValidCase() argument
1617 const bool isBaseValid = (maxSize >> lodBase) != 0; in isValidCase()
1633 int lodBase, in createEmptyTexture()
1637 const TextureBinding::Parameters params (lodBase); in createEmptyTexture()
1771 int lodBase; member
1820 log << tcu::TestLog::Message << "Lod: " << m_testSize.lod << ", base level: " << m_testSize.lodBase << tcu::TestLog::EndMessage; in initTexture()
1857 textureBinding = createEmptyTexture(m_textureSpec.format, m_textureSpec.type, m_testSize.textureSize, numLevels, m_testSize.lodBase, m_textureSpec.sampler); in initTexture()
1964 if (!isValidCase(m_textureSpec.type, m_testSize.textureSize, m_testSize.lodBase)) in testTextureSize()
2011 const bool isLodValid = (maxSize >> (m_testSize.lod + m_testSize.lodBase)) != 0; in testTextureSize()
2259 textureBinding = createEmptyTexture(m_textureSpec.format, m_textureSpec.type, dim, m_textureSpec.numLevels, 0 /* lodBase */, m_textureSpe in initTexture()
1629 createEmptyTexture(deUint32 format, TextureType type, const tcu::IVec3& textureSize, int numLevels, int lodBase, const tcu::Sampler& sampler) createEmptyTexture() argument
2451 int lodBase; global() member
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp968 int lodBase; member
1124 const bool is2DLodValid = (testSize.textureSize.x() >> (testSize.lod + testSize.lodBase)) != 0 || (testSize.textureSize.y() >> (testSize.lod + testSize.lodBase)) != 0; 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 m_context.getTestContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMessage; in testTextureSize()
1179 m_context.getTestContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMessage; in testTextureSize()
1194 m_context.getTestContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMessage; in testTextureSize()

Completed in 21 milliseconds