Home
last modified time | relevance | path

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

/aosp_15_r20/external/libdrm/tests/amdgpu/
H A Damdgpu_test.h311 extern void amdgpu_test_dispatch_helper(amdgpu_device_handle device_handle, unsigned ip);
H A Dbasic_tests.c2483 amdgpu_test_dispatch_helper(device_handle, AMDGPU_HW_IP_COMPUTE); in amdgpu_compute_dispatch_test()
2487 amdgpu_test_dispatch_helper(device_handle, AMDGPU_HW_IP_GFX); in amdgpu_gfx_dispatch_test()
H A Dshader_test_util.c863 void amdgpu_test_dispatch_helper(amdgpu_device_handle device_handle, unsigned ip) in amdgpu_test_dispatch_helper() function