Searched defs:getMaxTextureSize (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1456 static int getMaxTextureSize (TextureType type, const tcu::IVec3& textureSize) function in namespace:vkt::sr::__anon4524
1525 const int maxSize = getMaxTextureSize(type, textureSize);
2242 const int mipLevels = deLog2Floor32(getMaxTextureSize(m_textureSpec.type, m_testSize.textureSize)) + 1;

Completed in 153 milliseconds