/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 47 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 …]
|
D | es31fCopyImageTests.cpp | 744 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/ |
D | vktMemoryMappingTests.cpp | 70 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() 1129 + divRoundUp<VkDeviceSize>(minAllocationSize, 8) in full() 1130 + divRoundUp<VkDeviceSize>(minAllocationSize, m_minAtomSize * 8); in full() 1181 + divRoundUp<VkDeviceSize>(minAllocationSize, 8) in allocateRandom() 1182 + divRoundUp<VkDeviceSize>(minAllocationSize, atomSize * 8); in allocateRandom() 1257 …const VkDeviceSize referenceMemoryUsage = size + divRoundUp<VkDeviceSize>(size, 8) + divRoundUp<… in allocateRandom()
|
D | vktMemoryPipelineBarrierTests.cpp | 96 T divRoundUp (const T& a, const T& b) in divRoundUp() function 4946 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_U… in prepare() 5130 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_max… in prepare() 5307 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_S… in prepare() 5487 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)m_max… in prepare() 6040 …const deUint32 descriptorCount = (deUint32)(divRoundUp(m_bufferSize, (vk::VkDeviceSize)MAX_U… in prepare() 6120 …(deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFORM_BUFFER_SIZE / 4), m_targetWidt… in submit() 6131 …const deUint32 valuesPerPixel = (deUint32)divRoundUp<size_t>(m_descriptorSets.size() * (MAX_UNIFOR… in verify() 6319 (deUint32)divRoundUp<vk::VkDeviceSize>(m_bufferSize / 4, m_targetWidth * m_targetHeight), in submit() 6330 …const deUint32 valuesPerPixel = (deUint32)divRoundUp<vk::VkDeviceSize>(m_bufferSize / 4, m_targetW… in verify() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 705 deUint32 divRoundUp (deUint32 a, deUint32 b) in divRoundUp() function 769 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in getChannelUint() 787 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in setChannel()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 53 static inline int divRoundUp (int a, int b) in divRoundUp() function 60 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64)); in etc2DataSize()
|