Lines Matching refs:hostMemAlloc
2017 auto& hostMemAlloc = blocks.back(); in getOrAllocateHostMemBlockLocked() local
2046 &hostMemAlloc.memory); in getOrAllocateHostMemBlockLocked()
2052 hostMemAlloc.initialized = true; in getOrAllocateHostMemBlockLocked()
2053 hostMemAlloc.initResult = host_res; in getOrAllocateHostMemBlockLocked()
2057 auto& hostMemInfo = info_VkDeviceMemory[hostMemAlloc.memory]; in getOrAllocateHostMemBlockLocked()
2064 hostMemAlloc.nonCoherentAtomSize = nonCoherentAtomSize; in getOrAllocateHostMemBlockLocked()
2074 device, hostMemAlloc.memory, &directMappedAddr); in getOrAllocateHostMemBlockLocked()
2082 device, hostMemAlloc.memory, in getOrAllocateHostMemBlockLocked()
2131 hostMemAlloc.initialized = true; in getOrAllocateHostMemBlockLocked()
2132 hostMemAlloc.initResult = directMapResult; in getOrAllocateHostMemBlockLocked()
2134 enc->vkFreeMemory(device, hostMemAlloc.memory, nullptr); in getOrAllocateHostMemBlockLocked()
2152 &hostMemAlloc); in getOrAllocateHostMemBlockLocked()