Searched defs:divRoundUp (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp69 T divRoundUp (const T& a, const T& b) function in namespace:vkt::memory::__anon3822
99 : m_data(divRoundUp<size_t>(size, (size_t)BLOCK_BIT_SIZE), value ? ~0x0u : 0x0u)
945 + divRoundUp<VkDeviceSize>(minAllocationSize, 8)
946 + divRoundUp<VkDeviceSize>(minAllocationSize, m_minAtomSize * 8);
999 + divRoundUp<VkDeviceSize>(minAllocationSize, 8)
1000 + divRoundUp<VkDeviceSize>(minAllocationSize, atomSize * 8);
1077 const VkDeviceSize referenceMemoryUsage = size + divRoundUp<VkDeviceSize>(size, 8) + divRoundUp<VkDeviceSize>(size / atomSize, 8);
H A DvktMemoryPipelineBarrierTests.cpp91 T divRoundUp (const T& a, const T& b) function in namespace:vkt::memory::__anon3824
5099 const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_UNIFORM_BUFFER_SIZE));
5283 const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_maxUniformTexelCount * 2));
5460 const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_STORAGE_BUFFER_SIZE));
5640 const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_maxStorageTexelCount * 4));
6193 const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_UNIFORM_BUFFER_SIZE));
6273 (deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFORM_BUFFER_SIZE / 4), m_targetWidth * m_targetHeight)
6284 const deUint32 valuesPerPixel = (deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFORM_BUFFER_SIZE / 4), m_targetWidth * m_targetHeight);
6472 (deUint32)divRoundUp<vk::VkDeviceSize>(m_bufferSize / 4, m_targetWidth * m_targetHeight),
6483 const deUint32 valuesPerPixel = (deUint32)divRoundUp<v
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp53 static inline int divRoundUp (int a, int b) function in namespace:deqp::gles3::Functional
60 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp47 static inline int divRoundUp (int a, int b) function in namespace:deqp::gles31::Functional::NegativeTestShared
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(
[all...]

Completed in 285 milliseconds