Home
last modified time | relevance | path

Searched refs:divRoundUp (Results 1 – 5 of 5) 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.cpp69 T divRoundUp (const T& a, const T& b) in divRoundUp() function
99 : m_data(divRoundUp<size_t>(size, (size_t)BLOCK_BIT_SIZE), value ? ~0x0u : 0x0u) in BitVector()
945 + divRoundUp<VkDeviceSize>(minAllocationSize, 8) in full()
946 + divRoundUp<VkDeviceSize>(minAllocationSize, m_minAtomSize * 8); in full()
999 + divRoundUp<VkDeviceSize>(minAllocationSize, 8) in allocateRandom()
1000 + divRoundUp<VkDeviceSize>(minAllocationSize, atomSize * 8); in allocateRandom()
1077 …const VkDeviceSize referenceMemoryUsage = size + divRoundUp<VkDeviceSize>(size, 8) + divRoundUp<… in allocateRandom()
DvktMemoryPipelineBarrierTests.cpp91 T divRoundUp (const T& a, const T& b) in divRoundUp() function
5099 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_U… in prepare()
5283 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_max… in prepare()
5460 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_S… in prepare()
5640 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_max… in prepare()
6193 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_U… in prepare()
6273 …(deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFORM_BUFFER_SIZE / 4), m_targetWidt… in submit()
6284 …const deUint32 valuesPerPixel = (deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFOR… in verify()
6472 (deUint32)divRoundUp<vk::VkDeviceSize>(m_bufferSize / 4, m_targetWidth * m_targetHeight), in submit()
6483 …const deUint32 valuesPerPixel = (deUint32)divRoundUp<vk::VkDeviceSize>(m_bufferSize / 4, m_targetW… in verify()
[all …]
/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()