Home
last modified time | relevance | path

Searched refs:amdgpu_cs_ctx_create (Results 1 – 11 of 11) sorted by relevance

/external/libdrm/tests/amdgpu/
Dbasic_tests.c353 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 …]
Dvm_tests.c105 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_vmid_reserve_test()
Ddeadlock_tests.c182 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in amdgpu_deadlock_helper()
Dvcn_tests.c113 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vcn_tests_init()
Dcs_tests.c109 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_cs_tests_init()
Duvd_enc_tests.c119 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_uvd_enc_tests_init()
Dvce_tests.c126 r = amdgpu_cs_ctx_create(device_handle, &context_handle); in suite_vce_tests_init()
/external/libdrm/amdgpu/
Damdgpu-symbol-check33 amdgpu_cs_ctx_create
Damdgpu.h827 int amdgpu_cs_ctx_create(amdgpu_device_handle dev,
Damdgpu_cs.c96 int amdgpu_cs_ctx_create(amdgpu_device_handle dev, in amdgpu_cs_ctx_create() function
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c274 r = amdgpu_cs_ctx_create(ctx->ws->dev, &ctx->ctx); in amdgpu_ctx_create()