Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp776 struct DeviceMemory { struct
781 DEFINE_OBJECT_HANDLE_CONVERSION(DeviceMemory) in DEFINE_OBJECT_HANDLE_CONVERSION() argument
787 if (SIZE_MAX - sizeof(DeviceMemory) <= alloc_info->allocationSize) in DEFINE_OBJECT_HANDLE_CONVERSION()
792 size_t size = sizeof(DeviceMemory) + size_t(alloc_info->allocationSize); in DEFINE_OBJECT_HANDLE_CONVERSION()
793 DeviceMemory* mem = static_cast<DeviceMemory*>(allocator->pfnAllocation( in DEFINE_OBJECT_HANDLE_CONVERSION()
794 allocator->pUserData, size, alignof(DeviceMemory), in DEFINE_OBJECT_HANDLE_CONVERSION()
808 DeviceMemory* mem = GetDeviceMemoryFromHandle(mem_handle); in FreeMemory()
818 DeviceMemory* mem = GetDeviceMemoryFromHandle(mem_handle); in MapMemory()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.cpp80 vk::DeviceMemory mem;
204 vk::DeviceMemory uniform_memory;
340 vk::DeviceMemory mem;
351 vk::DeviceMemory mem;