Lines Matching defs:DeviceMemory
774 // DeviceMemory
776 struct DeviceMemory {
781 DEFINE_OBJECT_HANDLE_CONVERSION(DeviceMemory)
787 if (SIZE_MAX - sizeof(DeviceMemory) <= alloc_info->allocationSize)
792 size_t size = sizeof(DeviceMemory) + size_t(alloc_info->allocationSize);
793 DeviceMemory* mem = static_cast<DeviceMemory*>(allocator->pfnAllocation(
794 allocator->pUserData, size, alignof(DeviceMemory),
808 DeviceMemory* mem = GetDeviceMemoryFromHandle(mem_handle);
818 DeviceMemory* mem = GetDeviceMemoryFromHandle(mem_handle);