Searched refs:pm4_dw (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_basic.c | 780 int instance, int pm4_dw, uint32_t *pm4_src, in amdgpu_test_exec_cs_helper() argument 796 igt_assert(pm4_dw <= 1024); in amdgpu_test_exec_cs_helper() 807 memcpy(ring_ptr, pm4_src, pm4_dw * sizeof(*pm4_src)); in amdgpu_test_exec_cs_helper() 810 ib_info->size = pm4_dw; in amdgpu_test_exec_cs_helper() 852 const int pm4_dw = 256; in amdgpu_command_submission_write_linear_helper() local 869 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_command_submission_write_linear_helper() 959 const int pm4_dw = 256; in amdgpu_command_submission_const_fill_helper() local 976 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_command_submission_const_fill_helper() 1068 const int pm4_dw = 256; in amdgpu_command_submission_copy_linear_helper() local 1085 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_command_submission_copy_linear_helper() [all …]
|
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 69 int instance, int pm4_dw, uint32_t *pm4_src, 892 const int pm4_dw = 256; in amdgpu_bo_eviction_test() local 906 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_bo_eviction_test() 1304 unsigned ip_type, int instance, int pm4_dw, in amdgpu_test_exec_cs_helper_raw() argument 1326 CU_ASSERT_TRUE(pm4_dw <= 1024); in amdgpu_test_exec_cs_helper_raw() 1337 memcpy(ring_ptr, pm4_src, pm4_dw * sizeof(*pm4_src)); in amdgpu_test_exec_cs_helper_raw() 1340 ib_info->size = pm4_dw; in amdgpu_test_exec_cs_helper_raw() 1386 unsigned ip_type, int instance, int pm4_dw, in amdgpu_test_exec_cs_helper() argument 1393 ip_type, instance, pm4_dw, pm4_src, in amdgpu_test_exec_cs_helper() 1404 const int pm4_dw = 256; in amdgpu_command_submission_write_linear_helper_with_secure() local [all …]
|
D | amdgpu_test.h | 467 unsigned ip_type, int instance, int pm4_dw,
|