Home
last modified time | relevance | path

Searched refs:m_texWidth (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp935 const int m_texWidth; member in vkt::texture::__anon58b660bb0111::Texture2DLodControlTestInstance
950 , m_texWidth (64) //64 in Texture2DLodControlTestInstance()
955 , m_renderer (context, testParameters.sampleCount, m_texWidth*4, m_texHeight*4) in Texture2DLodControlTestInstance()
958 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in Texture2DLodControlTestInstance()
960 …m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_tex… in Texture2DLodControlTestInstance()
1004 refParams.maxLevel = deLog2Floor32(de::max(m_texWidth, m_texHeight)); in iterate()
1136 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel()
1162 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel()
1448 const int m_texWidth; member in vkt::texture::__anon58b660bb0111::Texture3DLodControlTestInstance
1464 , m_texWidth (32) in Texture3DLodControlTestInstance()
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp1433 const int m_texWidth; member in deqp::gles3::Functional::Texture2DLodControlCase
1448 , m_texWidth (64) in Texture2DLodControlCase()
1464 int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in init()
1466 m_texture = new glu::Texture2D(m_context.getRenderContext(), format, m_texWidth, m_texHeight); in init()
1671 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel()
1700 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel()
2050 const int m_texWidth; member in deqp::gles3::Functional::Texture3DLodControlCase
2066 , m_texWidth (32) in Texture3DLodControlCase()
2087 int numLevels = deLog2Floor32(de::max(de::max(m_texWidth, m_texHeight), m_texDepth))+1; in init()
2089 …m_texture = new glu::Texture3D(m_context.getRenderContext(), format, m_texWidth, m_texHeight, m_te… in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp597 const int m_texWidth; member in deqp::gles31::Functional::__anone48a4bd30111::TextureBorderClampTest
632 , m_texWidth (texWidth) in TextureBorderClampTest()
676 ….getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight)); in init()
1398 DE_ASSERT(deIsPowerOfTwo32(m_texWidth) && deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase()
1400 DE_ASSERT(!deIsPowerOfTwo32(m_texWidth) && !deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase()
1409 DE_ASSERT((m_texWidth % blockPixelSize.x()) == 0 && (m_texHeight % blockPixelSize.y()) == 0); in TextureBorderClampFormatCase()
1411 DE_ASSERT((m_texWidth % blockPixelSize.x()) != 0 && (m_texHeight % blockPixelSize.y()) != 0); in TextureBorderClampFormatCase()