Searched refs:ib_result_handle (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 292 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle; in amdgpu_command_submission_gfx_separate_ibs() local 309 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_separate_ibs() 319 r = amdgpu_get_bo_list(device_handle, ib_result_handle, in amdgpu_command_submission_gfx_separate_ibs() 362 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_separate_ibs() 381 amdgpu_bo_handle ib_result_handle; in amdgpu_command_submission_gfx_shared_ib() local 398 &ib_result_handle, &ib_result_cpu, in amdgpu_command_submission_gfx_shared_ib() 402 r = amdgpu_get_bo_list(device_handle, ib_result_handle, NULL, in amdgpu_command_submission_gfx_shared_ib() 444 r = amdgpu_bo_unmap_and_free(ib_result_handle, va_handle, in amdgpu_command_submission_gfx_shared_ib() 488 amdgpu_bo_handle ib_result_handle[2]; in amdgpu_semaphore_test() local 508 &ib_result_handle[i], &ib_result_cpu[i], in amdgpu_semaphore_test() [all …]
|
D | cs_tests.c | 71 amdgpu_bo_handle ib_result_handle; in suite_cs_tests_init() local 99 &ib_result_handle, &ib_result_cpu, in suite_cs_tests_init() 105 ib_handle = ib_result_handle; in suite_cs_tests_init()
|