Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp602 …VkDeviceSize mappingSize = (config.mapping.size % atomSize == 0) ? config.mapping.size : … in testMemoryMapping() local
606 mappingSize = allocationSize; in testMemoryMapping()
613 …log << TestLog::Message << "Mapping, offset: " << mappingOffset << ", size: " << mappingSize << Te… in testMemoryMapping()
669 VK_CHECK(vkd.mapMemory(device, *memory, mappingOffset, mappingSize, 0u, &ptr)); in testMemoryMapping()
675 for (VkDeviceSize ndx = 0; ndx < mappingSize; ndx++) in testMemoryMapping()
709 VK_CHECK(vkd.mapMemory(device, *memory, mappingOffset, mappingSize, 0u, &ptr)); in testMemoryMapping()
737 …if (!compareAndLogBuffer(log, static_cast<size_t>(mappingSize), mapping, &reference[static_cast<si… in testMemoryMapping()