HomeSort by relevance Sort by last modified time
    Searched refs:deIsPowerOfTwo32 (Results 1 - 23 of 23) sorted by null

  /external/deqp/framework/delibs/debase/
deInt32.h 203 DE_INLINE deBool deIsPowerOfTwo32 (int a)
230 return deIsPowerOfTwo32(a);
246 DE_ASSERT(deIsPowerOfTwo32(align));
270 DE_ASSERT(deIsPowerOfTwo32(align));
380 if (deIsPowerOfTwo32(a))
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 381 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
404 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
es2fTextureFilteringTests.cpp 174 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
437 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
711 bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height);
767 bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].height);
es2fTextureWrapTests.cpp 298 if (!is_clamp_clamp && (!deIsPowerOfTwo32(sizes[size].width) || !deIsPowerOfTwo32(sizes[size].height)))
es2fTextureUnitTests.cpp 645 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
854 bool mipmaps = (deIsPowerOfTwo32(texture->getWidth()) && deIsPowerOfTwo32(texture->getHeight()));
876 bool mipmaps = deIsPowerOfTwo32(texture->getSize()) != DE_FALSE;
    [all...]
es2fVertexTextureTests.cpp 490 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
796 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE;
    [all...]
es2fTextureCompletenessTests.cpp 298 if (!deIsPowerOfTwo32(m_size.x()) && !deIsPowerOfTwo32(m_size.y()))
    [all...]
es2fFboRenderTest.cpp 433 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 382 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
405 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
es3fTextureUnitTests.cpp 827 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo32(texDepth));
    [all...]
es3fVertexTextureTests.cpp 590 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight));
899 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE;
    [all...]
es3fFboRenderTest.cpp 341 if (!deIsPowerOfTwo32(width) || !deIsPowerOfTwo32(height))
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 144 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
405 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
727 bool isPotSize = deIsPowerOfTwo32(sizes2D[size].width) && deIsPowerOfTwo32(sizes2D[size].height);
761 bool isPotSize = deIsPowerOfTwo32(sizesCube[size].width) && deIsPowerOfTwo32(sizesCube[size].height);
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 39 if (deIsPowerOfTwo32(pixelSize))
gluTexture.cpp 44 if (deIsPowerOfTwo32(pixelSize))
  /external/deqp/framework/delibs/depool/
deMemPool.c 460 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes));
522 DE_ASSERT(deIsPowerOfTwo32((int)alignBytes));
dePoolHash.h 256 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
dePoolSet.h 264 DE_ASSERT(deIsPowerOfTwo32(newSlotTableSize) && newSlotTableSize > 0); \
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 128 if (deIsPowerOfTwo32(pixelSize))
513 DE_ASSERT(!useMipmap || (deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height)));
    [all...]
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 233 DE_ASSERT(deIsPowerOfTwo32(Alignment));
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp     [all...]
es31fShaderImageLoadStoreTests.cpp 744 if (deIsPowerOfTwo32(pixelSize))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]

Completed in 743 milliseconds