Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeInt32.h214 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/
Des2aTextureFilteringTests.cpp144 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/
Des2fTextureSizeTests.cpp391 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
414 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
Des2fTextureFilteringTests.cpp174 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()
Des2fTextureUnitTests.cpp645 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()
Des2fTextureWrapTests.cpp317 …if (!is_clamp_clamp && (!deIsPowerOfTwo32(sizes[size].width) || !deIsPowerOfTwo32(sizes[size].heig… in init()
Des2fVertexTextureTests.cpp490 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init()
801 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init()
Des2fTextureCompletenessTests.cpp305 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.cpp392 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
415 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init()
Des3fTextureUnitTests.cpp827 …bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo3… in init()
Des3fVertexTextureTests.cpp590 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); in init()
899 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; in init()
Des3fFboRenderTest.cpp343 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.hpp233 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.cpp751 if (deIsPowerOfTwo32(pixelSize)) in uploadTexture()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp253 if (deIsPowerOfTwo32(pixelSize)) in uploadTexture3D()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3722 if (!deIsPowerOfTwo32(mapVkFormat(format).getPixelSize())) in isRequiredImageParameterCombination()