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

  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 47 static inline int divRoundUp (int a, int b)
54 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));
462 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_R11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) * 8 - 1, 0);
464 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SIGNED_R11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) * 8 - 1, 0);
466 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RG11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) * 16 - 1, 0);
468 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SIGNED_RG11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) * 16 - 1, 0)
    [all...]
es31fCopyImageTests.cpp 744 IVec3 divRoundUp (const IVec3& a, const IVec3& b)
840 const IVec3 levelTexelBlockSize = divRoundUp(levelPixelSize, texelBlockPixelSize);
989 const IVec3 textureTexelBlockSize = divRoundUp(size, texelBlockPixelSize);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 70 T divRoundUp (const T& a, const T& b)
108 : m_data(divRoundUp<size_t>(size, (size_t)BLOCK_BIT_SIZE), value ? ~0x0u : 0x0u)
    [all...]
vktMemoryPipelineBarrierTests.cpp 96 T divRoundUp (const T& a, const T& b)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 705 deUint32 divRoundUp (deUint32 a, deUint32 b)
769 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u);
787 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 53 static inline int divRoundUp (int a, int b)
60 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));
    [all...]

Completed in 320 milliseconds