Searched refs:mappedSize (Results 1 – 3 of 3) sorted by relevance
214 VkDeviceSize mappedSize, in finishHostMemAllocInit() argument222 out->mappedSize = mappedSize; in finishHostMemAllocInit()244 out->mappedSize, in finishHostMemAllocInit()275 VkDeviceSize mappedSize = in subAllocHostMemory() local283 (unsigned int)mappedSize, in subAllocHostMemory()286 void* subMapped = alloc->subAlloc->alloc(mappedSize); in subAllocHostMemory()290 out->subMappedSize = mappedSize; in subAllocHostMemory()
83 VkDeviceSize mappedSize = 0; member94 VkDeviceSize mappedSize,
263 VkDeviceSize mappedSize = 0; member712 VkDeviceSize mappedSize, in setDeviceMemoryInfo() argument722 info.mappedSize = mappedSize; in setDeviceMemoryInfo()765 return info.mappedSize; in getMappedSize()793 return offset <= info.mappedSize; in isValidMemoryRange()796 return offset + size <= info.mappedSize; in isValidMemoryRange()2061 hostMemInfo.mappedSize = hostMemInfo.allocationSize; in getOrAllocateHostMemBlockLocked()2150 hostMemInfo.mappedSize, in getOrAllocateHostMemBlockLocked()2648 VkDeviceSize mappedSize = in on_vkAllocateMemory() local2651 uint8_t* mappedPtr = (uint8_t*)aligned_buf_alloc(4096, mappedSize); in on_vkAllocateMemory()[all …]