Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp214 VkDeviceSize mappedSize, in finishHostMemAllocInit() argument
222 out->mappedSize = mappedSize; in finishHostMemAllocInit()
244 out->mappedSize, in finishHostMemAllocInit()
275 VkDeviceSize mappedSize = in subAllocHostMemory() local
283 (unsigned int)mappedSize, in subAllocHostMemory()
286 void* subMapped = alloc->subAlloc->alloc(mappedSize); in subAllocHostMemory()
290 out->subMappedSize = mappedSize; in subAllocHostMemory()
DHostVisibleMemoryVirtualization.h83 VkDeviceSize mappedSize = 0; member
94 VkDeviceSize mappedSize,
DResourceTracker.cpp263 VkDeviceSize mappedSize = 0; member
712 VkDeviceSize mappedSize, in setDeviceMemoryInfo() argument
722 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() local
2651 uint8_t* mappedPtr = (uint8_t*)aligned_buf_alloc(4096, mappedSize); in on_vkAllocateMemory()
[all …]