Lines Matching defs:handle
45 * \param dev - \c [in] Device handle. See #amdgpu_device_initialize()
47 * \param context - \c [out] GPU Context handle
106 * \param dev - \c [in] amdgpu device handle
107 * \param context - \c [in] amdgpu context handle
234 * \param dev - \c [in] Device handle
265 user_fence = (ibs_request->fence_info.handle != NULL);
276 bo_list_handle = ibs_request->resources->handle;
306 /* fence bo handle */
307 chunk_data[i].fence_data.handle = ibs_request->fence_info.handle->handle;
328 dep->handle = info->fence;
357 dep->handle = info->fence;
438 uint64_t handle,
448 args.in.handle = handle;
662 uint32_t *handle)
667 return drmSyncobjCreate(dev->fd, flags, handle);
671 uint32_t *handle)
676 return drmSyncobjCreate(dev->fd, 0, handle);
680 uint32_t handle)
685 return drmSyncobjDestroy(dev->fd, handle);
766 uint32_t handle,
772 return drmSyncobjHandleToFD(dev->fd, handle, shared_fd);
777 uint32_t *handle)
782 return drmSyncobjFDToHandle(dev->fd, shared_fd, handle);
896 cs.in.bo_list_handle = bo_list_handle ? bo_list_handle->handle : 0;
904 *seq_no = cs.out.handle;
930 *seq_no = cs.out.handle;
937 data->fence_data.handle = fence_info->handle->handle;
948 dep->handle = fence->fence;
970 *out_handle = fth.out.handle;