Lines Matching refs:buf_handle
249 amdgpu_bo_handle buf_handle;
597 * \param buf_handle - \c [out] Allocated buffer handle
606 amdgpu_bo_handle *buf_handle);
612 * \param buf_handle - \c [in] Buffer handle
618 int amdgpu_bo_set_metadata(amdgpu_bo_handle buf_handle,
627 * \param buf_handle - \c [in] Buffer handle
635 int amdgpu_bo_query_info(amdgpu_bo_handle buf_handle,
643 * \param buf_handle - \c [in] Buffer handle
653 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
690 * \param buf_handle - [out] Buffer handle for the userptr memory
715 amdgpu_bo_handle *buf_handle);
725 * \param buf_handle - [out] Buffer handle for the userptr memory
726 * if the user memory is not from BO, the buf_handle will be NULL.
737 amdgpu_bo_handle *buf_handle,
744 * \param buf_handle - \c [in] Buffer handle to free
758 int amdgpu_bo_free(amdgpu_bo_handle buf_handle);
773 * \param buf_handle - \c [in] Buffer handle
782 int amdgpu_bo_cpu_map(amdgpu_bo_handle buf_handle, void **cpu);
787 * \param buf_handle - \c [in] Buffer handle
795 int amdgpu_bo_cpu_unmap(amdgpu_bo_handle buf_handle);
801 * \param buf_handle - \c [in] Buffer handle.
810 int amdgpu_bo_wait_for_idle(amdgpu_bo_handle buf_handle,