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

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp936 const int m_texHeight; member in class:vkt::texture::__anon4007::Texture2DLodControlTestInstance
951 , m_texHeight (64)//64
955 , m_renderer (context, testParameters.sampleCount, m_texWidth*4, m_texHeight*4)
958 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1;
960 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_texHeight));
1004 refParams.maxLevel = deLog2Floor32(de::max(m_texWidth, m_texHeight));
1136 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1;
1162 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1;
1449 const int m_texHeight; member in class:vkt::texture::__anon4007::Texture3DLodControlTestInstance
1465 , m_texHeight (3
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp1434 const int m_texHeight; member in class:deqp::gles3::Functional::Texture2DLodControlCase
1449 , m_texHeight (64)
1464 int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1;
1466 m_texture = new glu::Texture2D(m_context.getRenderContext(), format, m_texWidth, m_texHeight);
1671 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1;
1700 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1;
2051 const int m_texHeight; member in class:deqp::gles3::Functional::Texture3DLodControlCase
2067 , m_texHeight (32)
2087 int numLevels = deLog2Floor32(de::max(de::max(m_texWidth, m_texHeight), m_texDepth))+1;
2089 m_texture = new glu::Texture3D(m_context.getRenderContext(), format, m_texWidth, m_texHeight, m_texDept
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp596 const int m_texHeight;
631 , m_texHeight (texHeight)
676 m_texture = genDummyTexture<glu::Texture2D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight));
1398 DE_ASSERT(deIsPowerOfTwo32(m_texWidth) && deIsPowerOfTwo32(m_texHeight));
1400 DE_ASSERT(!deIsPowerOfTwo32(m_texWidth) && !deIsPowerOfTwo32(m_texHeight));
1409 DE_ASSERT((m_texWidth % blockPixelSize.x()) == 0 && (m_texHeight % blockPixelSize.y()) == 0);
1411 DE_ASSERT((m_texWidth % blockPixelSize.x()) != 0 && (m_texHeight % blockPixelSize.y()) != 0);

Completed in 103 milliseconds