Home
last modified time | relevance | path

Searched refs:divRoundUp (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp47 static inline int divRoundUp (int a, int b) in divRoundUp() function
54 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64)); in etc2DataSize()
462 …dTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_R11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
464 …ge2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SIGNED_R11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
466 …TexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RG11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
468 …e2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SIGNED_RG11_EAC, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
470 …exImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
472 …xImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SRGB8_ETC2, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
474 …_2D, 0, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
476 …2D, 0, GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) … in compressedteximage2d_invalid_size()
[all …]
Des31fCopyImageTests.cpp744 IVec3 divRoundUp (const IVec3& a, const IVec3& b) in divRoundUp() function
840 const IVec3 levelTexelBlockSize = divRoundUp(levelPixelSize, texelBlockPixelSize); in genTextureImage()
989 const IVec3 textureTexelBlockSize = divRoundUp(size, texelBlockPixelSize); in getTexelBlockStride()
1090 const IVec3 levelTexelBlockSize = divRoundUp(levelPixelSize, texelBlockPixelSize); in getCubeLevelAccesses()
1502 const IVec3 levelTexelBlockSize = divRoundUp(levelPixelSize, texelBlockPixelSize); in renderTextureCubemap()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp70 T divRoundUp (const T& a, const T& b) in divRoundUp() function
108 : m_data(divRoundUp<size_t>(size, (size_t)BLOCK_BIT_SIZE), value ? ~0x0u : 0x0u) in BitVector()
1145 + divRoundUp<VkDeviceSize>(minAllocationSize, 8) in full()
1146 + divRoundUp<VkDeviceSize>(minAllocationSize, m_minAtomSize * 8); in full()
1199 + divRoundUp<VkDeviceSize>(minAllocationSize, 8) in allocateRandom()
1200 + divRoundUp<VkDeviceSize>(minAllocationSize, atomSize * 8); in allocateRandom()
1277 …const VkDeviceSize referenceMemoryUsage = size + divRoundUp<VkDeviceSize>(size, 8) + divRoundUp<… in allocateRandom()
DvktMemoryPipelineBarrierTests.cpp92 T divRoundUp (const T& a, const T& b) in divRoundUp() function
5066 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_U… in prepare()
5250 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_max… in prepare()
5427 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_S… in prepare()
5607 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_max… in prepare()
6160 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_U… in prepare()
6240 …(deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFORM_BUFFER_SIZE / 4), m_targetWidt… in submit()
6251 …const deUint32 valuesPerPixel = (deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFOR… in verify()
6439 (deUint32)divRoundUp<vk::VkDeviceSize>(m_bufferSize / 4, m_targetWidth * m_targetHeight), in submit()
6450 …const deUint32 valuesPerPixel = (deUint32)divRoundUp<vk::VkDeviceSize>(m_bufferSize / 4, m_targetW… in verify()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp813 deUint32 divRoundUp (deUint32 a, deUint32 b) in divRoundUp() function
877 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in getChannelUint()
895 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in setChannel()
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp53 static inline int divRoundUp (int a, int b) in divRoundUp() function
60 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64)); in etc2DataSize()