Searched refs:roundedSize (Results 1 – 3 of 3) sorted by relevance
591 …const VkDeviceSize roundedSize (deAlignSize(static_cast<size_t>(desiredSize), nonCoherentAtomS… in createBufferAndBind() local601 roundedSize, // size in createBufferAndBind()617 return roundedSize; in createBufferAndBind()
950 const VkDeviceSize roundedSize = deAlign64(elementSize, alignment); in createBuffers() local951 …VkDeviceSize bufferSize = ut::createBufferAndBind(buffer, m_context, bufferUsage, (roundedSize * … in createBuffers()958 elementIdx * roundedSize, //offset; in createBuffers()
1587 …const VkDeviceSize roundedSize = de::roundUp(memory.getOffset() - roundedOffset + static_cast<VkD… in uploadBufferData() local1595 roundedSize, // size; in uploadBufferData()