Searched refs:shader_test_bo_alloc (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libdrm/tests/amdgpu/ |
H A D | shader_test_util.c | 72 static int shader_test_bo_alloc(amdgpu_device_handle device_handle, in shader_test_bo_alloc() function 602 r = shader_test_bo_alloc(test_info->device_handle, cmd); in amdgpu_test_dispatch_memset() 609 r = shader_test_bo_alloc(test_info->device_handle, shader); in amdgpu_test_dispatch_memset() 616 r = shader_test_bo_alloc(test_info->device_handle, dst); in amdgpu_test_dispatch_memset() 734 r = shader_test_bo_alloc(test_info->device_handle, cmd); in amdgpu_test_dispatch_memcpy() 739 r = shader_test_bo_alloc(test_info->device_handle, shader); in amdgpu_test_dispatch_memcpy() 744 r = shader_test_bo_alloc(test_info->device_handle, src); in amdgpu_test_dispatch_memcpy() 749 r = shader_test_bo_alloc(test_info->device_handle, dst); in amdgpu_test_dispatch_memcpy() 1783 r = shader_test_bo_alloc(test_info->device_handle, ps_bo); in amdgpu_memset_draw_test() 1789 r = shader_test_bo_alloc(test_info->device_handle, vs_bo); in amdgpu_memset_draw_test() [all …]
|