Searched refs:DeviceMemory (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp724 // DeviceMemory
726 struct DeviceMemory { struct in namespace:null_driver
731 DEFINE_OBJECT_HANDLE_CONVERSION(DeviceMemory)
737 if (SIZE_MAX - sizeof(DeviceMemory) <= alloc_info->allocationSize)
742 size_t size = sizeof(DeviceMemory) + size_t(alloc_info->allocationSize);
743 DeviceMemory* mem = static_cast<DeviceMemory*>(allocator->pfnAllocation(
744 allocator->pUserData, size, alignof(DeviceMemory),
758 DeviceMemory* mem = GetDeviceMemoryFromHandle(mem_handle);
768 DeviceMemory* me
[all...]

Completed in 22 milliseconds