Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp970 const int m_texHeight; member in vkt::texture::__anon28886::Texture2DLodControlTestInstance
985 , m_texHeight (64)//64 in Texture2DLodControlTestInstance()
989 , m_renderer (context, testParameters.sampleCount, m_texWidth*4, m_texHeight*4, vk::makeComponentMappingRGBA(), testParameters.testType > util::TextureCommonTestCaseParameters::TEST_IMAGE_VIEW_MINLOD, testParameters.testType >= util::TextureCommonTestCaseParameters::TEST_IMAGE_VIEW_MINLOD) in Texture2DLodControlTestInstance()
992 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in Texture2DLodControlTestInstance()
994 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_texHeight)); in Texture2DLodControlTestInstance()
1038 refParams.maxLevel = deLog2Floor32(de::max(m_texWidth, m_texHeight)); in iterate()
1190 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel()
1216 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel()
1516 const int m_texHeight; member in vkt::texture::__anon28886::Texture3DLodControlTestInstance
1532 , m_texHeight (3 in Texture3DLodControlTestInstance()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp970 const int m_texHeight; member in vkt::texture::__anon30035::Texture2DLodControlTestInstance
985 , m_texHeight (64)//64 in Texture2DLodControlTestInstance()
989 , m_renderer (context, testParameters.sampleCount, m_texWidth*4, m_texHeight*4, vk::makeComponentMappingRGBA(), testParameters.testType > util::TextureCommonTestCaseParameters::TEST_IMAGE_VIEW_MINLOD, testParameters.testType >= util::TextureCommonTestCaseParameters::TEST_IMAGE_VIEW_MINLOD) in Texture2DLodControlTestInstance()
992 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in Texture2DLodControlTestInstance()
994 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_texHeight)); in Texture2DLodControlTestInstance()
1038 refParams.maxLevel = deLog2Floor32(de::max(m_texWidth, m_texHeight)); in iterate()
1190 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel()
1216 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel()
1516 const int m_texHeight; member in vkt::texture::__anon30035::Texture3DLodControlTestInstance
1532 , m_texHeight (3 in Texture3DLodControlTestInstance()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp1434 const int m_texHeight; member in deqp::gles3::Functional::Texture2DLodControlCase
1449 , m_texHeight (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()
2051 const int m_texHeight; member in deqp::gles3::Functional::Texture3DLodControlCase
2067 , m_texHeight (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_texDept in init()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp596 const int m_texHeight;
631 , m_texHeight (texHeight)
677 m_texture = genDefaultTexture<glu::Texture2D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight));
1399 DE_ASSERT(deIsPowerOfTwo32(m_texWidth) && deIsPowerOfTwo32(m_texHeight));
1401 DE_ASSERT(!deIsPowerOfTwo32(m_texWidth) && !deIsPowerOfTwo32(m_texHeight));
1410 DE_ASSERT((m_texWidth % blockPixelSize.x()) == 0 && (m_texHeight % blockPixelSize.y()) == 0);
1412 DE_ASSERT((m_texWidth % blockPixelSize.x()) != 0 && (m_texHeight % blockPixelSize.y()) != 0);

Completed in 17 milliseconds