Lines Matching refs:device
39 dzn_sync_init(struct vk_device *device,
44 struct dzn_device *ddev = container_of(device, struct dzn_device, vk);
52 return vk_error(device, VK_ERROR_OUT_OF_DEVICE_MEMORY);
58 dzn_sync_finish(struct vk_device *device,
67 dzn_sync_signal(struct vk_device *device,
77 return vk_error(device, VK_ERROR_OUT_OF_DEVICE_MEMORY);
83 dzn_sync_get_value(struct vk_device *device,
94 dzn_sync_reset(struct vk_device *device,
100 return vk_error(device, VK_ERROR_OUT_OF_DEVICE_MEMORY);
106 dzn_sync_move(struct vk_device *device,
110 struct dzn_device *ddev = container_of(device, struct dzn_device, vk);
119 return vk_error(device, VK_ERROR_OUT_OF_DEVICE_MEMORY);
128 dzn_sync_wait(struct vk_device *device,
134 struct dzn_device *ddev = container_of(device, struct dzn_device, vk);
139 return vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
143 return vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
176 return vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
206 ret = vk_error(device, VK_ERROR_UNKNOWN);