Searched refs:all_res (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_basic.c | 792 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); in amdgpu_test_exec_cs_helper() local 818 memcpy(all_res, resources, sizeof(resources[0]) * res_cnt); in amdgpu_test_exec_cs_helper() 819 all_res[res_cnt] = ib_result_handle; in amdgpu_test_exec_cs_helper() 821 r = amdgpu_bo_list_create(device, res_cnt+1, all_res, in amdgpu_test_exec_cs_helper()
|
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 1318 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); in amdgpu_test_exec_cs_helper_raw() local 1350 memcpy(all_res, resources, sizeof(resources[0]) * res_cnt); in amdgpu_test_exec_cs_helper_raw() 1351 all_res[res_cnt] = ib_result_handle; in amdgpu_test_exec_cs_helper_raw() 1353 r = amdgpu_bo_list_create(device_handle, res_cnt+1, all_res, in amdgpu_test_exec_cs_helper_raw()
|