Searched refs:IB_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | cs_tests.c | 35 #define IB_SIZE 4096 macro 117 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_cs_tests_init() 138 ib_mc_address, IB_SIZE); in suite_cs_tests_clean()
|
D | vcn_tests.c | 36 #define IB_SIZE 4096 macro 186 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_vcn_tests_init() 201 ib_mc_address, IB_SIZE); in suite_vcn_tests_clean()
|
D | uvd_enc_tests.c | 37 #define IB_SIZE 4096 macro 123 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_uvd_enc_tests_init() 138 ib_mc_address, IB_SIZE); in suite_uvd_enc_tests_clean()
|
D | vce_tests.c | 38 #define IB_SIZE 4096 macro 165 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096, in suite_vce_tests_init() 182 ib_mc_address, IB_SIZE); in suite_vce_tests_clean()
|