Searched refs:amdgpu_cs_ctx_create (Results 1 – 11 of 11) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 353 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_gfx_separate_ibs() 444 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_gfx_shared_ib() 549 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_bo_eviction_test() 715 r = amdgpu_cs_ctx_create(device_handle, &context_handle[i]); in amdgpu_semaphore_test() 846 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_compute_nop() 1042 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_write_linear_helper() 1155 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_const_fill_helper() 1288 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_copy_linear_helper() 1440 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_command_submission_multi_fence_wait_all() 1548 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_userptr_test() [all …]
|
D | vm_tests.c | 105 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_vmid_reserve_test()
|
D | deadlock_tests.c | 182 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_deadlock_helper()
|
D | vcn_tests.c | 113 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vcn_tests_init()
|
D | cs_tests.c | 109 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_cs_tests_init()
|
D | uvd_enc_tests.c | 119 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_uvd_enc_tests_init()
|
D | vce_tests.c | 126 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vce_tests_init()
|
/external/libdrm/amdgpu/ |
D | amdgpu-symbol-check | 33 amdgpu_cs_ctx_create
|
D | amdgpu.h | 827 int amdgpu_cs_ctx_create(amdgpu_device_handle dev,
|
D | amdgpu_cs.c | 96 int amdgpu_cs_ctx_create(amdgpu_device_handle dev, in amdgpu_cs_ctx_create() function
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.c | 274 r = amdgpu_cs_ctx_create(ctx->ws->dev, &ctx->ctx); in amdgpu_ctx_create()
|