Home
last modified time | relevance | path

Searched refs:deIsPowerOfTwo32 (Results 1 – 22 of 22) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeInt32.h203 DE_INLINE deBool deIsPowerOfTwo32 (int a) in deIsPowerOfTwo32() function
230 return deIsPowerOfTwo32(a); in deIsPowerOfTwoSize()
246 DE_ASSERT(deIsPowerOfTwo32(align)); in deIsAligned32()
270 DE_ASSERT(deIsPowerOfTwo32(align)); in deAlign32()
380 if (deIsPowerOfTwo32(a)) in deLog2Ceil32()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp142 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init()
403 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init()
725 … bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height); in init()
759 …bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].heig… in init()
/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.cpp380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
Des2fTextureFilteringTests.cpp173 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init()
436 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); in init()
710 … bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height); in init()
766 …bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].heig… in init()
Des2fTextureUnitTests.cpp644 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init()
853 …bool mipmaps = (deIsPowerOfTwo32(texture->getWidth()) && deIsPowerOfTwo32(texture->getHeight(… in render()
875 bool mipmaps = deIsPowerOfTwo32(texture->getSize()) != DE_FALSE; in render()
Des2fTextureWrapTests.cpp297 …if (!is_clamp_clamp && (!deIsPowerOfTwo32(sizes[size].width) || !deIsPowerOfTwo32(sizes[size].heig… in init()
Des2fVertexTextureTests.cpp487 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init()
793 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init()
Des2fTextureCompletenessTests.cpp298 if (!deIsPowerOfTwo32(m_size.x()) && !deIsPowerOfTwo32(m_size.y())) in createTexture()
Des2fFboRenderTest.cpp433 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height)) in Framebuffer()
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.cpp380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
Des3fTextureUnitTests.cpp826 …bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo3… in init()
Des3fVertexTextureTests.cpp588 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init()
897 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init()
Des3fFboRenderTest.cpp341 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height)) in createTex2D()
/external/deqp/framework/delibs/depool/
DdeMemPool.c460 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes)); in deMemPool_allocInternal()
522 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes)); in deMemPool_alignedAlloc()
DdePoolHash.h256 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
DdePoolSet.h264 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp39 if (deIsPowerOfTwo32(pixelSize)) in getTransferAlignment()
DgluTexture.cpp44 if (deIsPowerOfTwo32(pixelSize)) in computePixelStore()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp128 if (deIsPowerOfTwo32(pixelSize)) in computePixelStore()
513 DE_ASSERT(!useMipmap || (deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height))); in setData()
/external/deqp/framework/delibs/decpp/
DdePoolArray.hpp224 DE_ASSERT(deIsPowerOfTwo32(Alignment)); in PoolArray()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1398 DE_ASSERT(deIsPowerOfTwo32(m_texWidth) && deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase()
1400 DE_ASSERT(!deIsPowerOfTwo32(m_texWidth) && !deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase()
Des31fShaderImageLoadStoreTests.cpp743 if (deIsPowerOfTwo32(pixelSize)) in uploadTexture()