Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp189 ReferenceMemory (size_t size, size_t atomSize) in ReferenceMemory() argument
190 : m_atomSize (atomSize) in ReferenceMemory()
193 , m_flushed (size / atomSize, false) in ReferenceMemory()
579 const VkDeviceSize atomSize = nonCoherentAtomSize; in testMemoryMapping() local
581 …fig.allocationSize % atomSize == 0) ? config.allocationSize : config.allocationSize + (atomSize - … in testMemoryMapping()
602 … (config.mapping.size % atomSize == 0) ? config.mapping.size : config.mapping.size + (atomSize - (… in testMemoryMapping()
603 … (config.mapping.offset % atomSize == 0) ? config.mapping.offset : config.mapping.offset - (confi… in testMemoryMapping()
611 log << TestLog::Message << "AtomSize: " << atomSize << TestLog::EndMessage; in testMemoryMapping()
633 …].offset % atomSize == 0) ? config.flushMappings[ndx].offset : config.flushMappings[ndx].offset - … in testMemoryMapping()
634 ….size % atomSize == 0) ? config.flushMappings[ndx].size : config.flushMappings[ndx].size + (atomSi… in testMemoryMapping()
[all …]