Home
last modified time | relevance | path

Searched refs:roundedSize (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp591 …const VkDeviceSize roundedSize (deAlignSize(static_cast<size_t>(desiredSize), nonCoherentAtomS… in createBufferAndBind() local
601 roundedSize, // size in createBufferAndBind()
617 return roundedSize; in createBufferAndBind()
DvktDescriptorSetsIndexingTests.cpp950 const VkDeviceSize roundedSize = deAlign64(elementSize, alignment); in createBuffers() local
951 …VkDeviceSize bufferSize = ut::createBufferAndBind(buffer, m_context, bufferUsage, (roundedSize * … in createBuffers()
958 elementIdx * roundedSize, //offset; in createBuffers()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1587 …const VkDeviceSize roundedSize = de::roundUp(memory.getOffset() - roundedOffset + static_cast<VkD… in uploadBufferData() local
1595 roundedSize, // size; in uploadBufferData()