Home
last modified time | relevance | path

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

/third_party/libdrm/tests/amdgpu/
Dbasic_tests.c1468 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); in amdgpu_test_exec_cs_helper_raw() local
1500 memcpy(all_res, resources, sizeof(resources[0]) * res_cnt); in amdgpu_test_exec_cs_helper_raw()
1501 all_res[res_cnt] = ib_result_handle; in amdgpu_test_exec_cs_helper_raw()
1503 r = amdgpu_bo_list_create(device_handle, res_cnt+1, all_res, in amdgpu_test_exec_cs_helper_raw()