/external/deqp/framework/delibs/debase/ |
D | deInt32.h | 214 DE_INLINE deBool deIsPowerOfTwo32 (int a) in deIsPowerOfTwo32() function 241 return deIsPowerOfTwo32(a); in deIsPowerOfTwoSize() 306 DE_ASSERT(deIsPowerOfTwo32(align)); in deIsAligned32() 342 DE_ASSERT(deIsPowerOfTwo32(align)); in deAlign32() 464 if (deIsPowerOfTwo32(a)) in deLog2Ceil32()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 144 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() 405 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() 727 … bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height); in init() 761 …bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].heig… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSizeTests.cpp | 391 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() 414 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
|
D | es2fTextureFilteringTests.cpp | 174 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() 437 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init() 711 … bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height); in init() 767 …bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].heig… in init()
|
D | es2fTextureUnitTests.cpp | 645 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() 854 …bool mipmaps = (deIsPowerOfTwo32(texture->getWidth()) && deIsPowerOfTwo32(texture->getHeight(… in render() 876 bool mipmaps = deIsPowerOfTwo32(texture->getSize()) != DE_FALSE; in render()
|
D | es2fTextureWrapTests.cpp | 317 …if (!is_clamp_clamp && (!deIsPowerOfTwo32(sizes[size].width) || !deIsPowerOfTwo32(sizes[size].heig… in init()
|
D | es2fVertexTextureTests.cpp | 490 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() 801 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init()
|
D | es2fTextureCompletenessTests.cpp | 305 if (!deIsPowerOfTwo32(m_size.x()) && !deIsPowerOfTwo32(m_size.y())) in createTexture()
|
D | es2fFboRenderTest.cpp | 433 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height)) in Framebuffer()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSizeTests.cpp | 392 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() 415 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
|
D | es3fTextureUnitTests.cpp | 827 …bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo3… in init()
|
D | es3fVertexTextureTests.cpp | 590 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init() 899 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init()
|
D | es3fFboRenderTest.cpp | 343 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height)) in createTex2D()
|
/external/deqp/framework/delibs/depool/ |
D | deMemPool.c | 460 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes)); in deMemPool_allocInternal() 522 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes)); in deMemPool_alignedAlloc()
|
D | dePoolHash.h | 256 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
|
D | dePoolSet.h | 264 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
|
/external/deqp/framework/opengl/ |
D | gluPixelTransfer.cpp | 39 if (deIsPowerOfTwo32(pixelSize)) in getTransferAlignment()
|
D | gluTexture.cpp | 44 if (deIsPowerOfTwo32(pixelSize)) in computePixelStore()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 128 if (deIsPowerOfTwo32(pixelSize)) in computePixelStore() 513 DE_ASSERT(!useMipmap || (deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height))); in setData()
|
/external/deqp/framework/delibs/decpp/ |
D | dePoolArray.hpp | 233 DE_ASSERT(deIsPowerOfTwo32(Alignment)); in PoolArray()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1398 DE_ASSERT(deIsPowerOfTwo32(m_texWidth) && deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase() 1400 DE_ASSERT(!deIsPowerOfTwo32(m_texWidth) && !deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase()
|
D | es31fShaderImageLoadStoreTests.cpp | 751 if (deIsPowerOfTwo32(pixelSize)) in uploadTexture()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 253 if (deIsPowerOfTwo32(pixelSize)) in uploadTexture3D()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 3722 if (!deIsPowerOfTwo32(mapVkFormat(format).getPixelSize())) in isRequiredImageParameterCombination()
|