Searched refs:ExternalHostAllocation (Results 1 – 1 of 1) sorted by relevance
221 class ExternalHostAllocation : public Allocation class224 …ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr) : Allocation(*mem, (VkDeviceSize)0… in ExternalHostAllocation() function in vkt::api::__anon666c4de70111::ExternalHostAllocation278 …deviceMemory = MovePtr<Allocation>(new ExternalHostAllocation(allocateMemory(vkd, device, &info), … in createMarkerBufferMemory()