Home
last modified time | relevance | path

Searched refs:amdgpu_bo_list_handle (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/amdgpu/
Damdgpu.h128 typedef struct amdgpu_bo_list *amdgpu_bo_list_handle; typedef
343 amdgpu_bo_list_handle resources;
758 amdgpu_bo_list_handle *result);
770 int amdgpu_bo_list_destroy(amdgpu_bo_list_handle handle);
785 int amdgpu_bo_list_update(amdgpu_bo_list_handle handle,
1547 amdgpu_bo_list_handle bo_list_handle,
Damdgpu_bo.c569 amdgpu_bo_list_handle *result) in amdgpu_bo_list_create()
620 int amdgpu_bo_list_destroy(amdgpu_bo_list_handle list) in amdgpu_bo_list_destroy()
638 int amdgpu_bo_list_update(amdgpu_bo_list_handle handle, in amdgpu_bo_list_update()
Damdgpu_cs.c703 amdgpu_bo_list_handle bo_list_handle, in amdgpu_cs_submit_raw()
/external/libdrm/tests/amdgpu/
Dvm_tests.c101 amdgpu_bo_list_handle bo_list; in amdgpu_vmid_reserve_test()
Dbasic_tests.c349 amdgpu_bo_list_handle bo_list; in amdgpu_command_submission_gfx_separate_ibs()
440 amdgpu_bo_list_handle bo_list; in amdgpu_command_submission_gfx_shared_ib()
700 amdgpu_bo_list_handle bo_list[2]; in amdgpu_semaphore_test()
839 amdgpu_bo_list_handle bo_list; in amdgpu_command_submission_compute_nop()
1435 amdgpu_bo_list_handle bo_list; in amdgpu_command_submission_multi_fence_wait_all()
1631 amdgpu_bo_list_handle bo_list; in amdgpu_sync_dependency_test()
Ddeadlock_tests.c176 amdgpu_bo_list_handle bo_list; in amdgpu_deadlock_helper()
Damdgpu_test.h345 amdgpu_bo_handle bo2, amdgpu_bo_list_handle *list) in amdgpu_get_bo_list()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c577 amdgpu_bo_list_handle *bo_list) in radv_amdgpu_create_bo_list()
744 amdgpu_bo_list_handle bo_list; in radv_amdgpu_winsys_cs_submit_chained()
824 amdgpu_bo_list_handle bo_list; in radv_amdgpu_winsys_cs_submit_fallback()
907 amdgpu_bo_list_handle bo_list; in radv_amdgpu_winsys_cs_submit_sysmem()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1212 amdgpu_bo_list_handle bo_list = NULL; in amdgpu_cs_submit_ib()