Searched refs:amdgpu_cs_ctx_create (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | deadlock_tests.c | 258 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 351 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 443 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 568 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| H A D | hotunplug_tests.c | 202 r = amdgpu_cs_ctx_create(device_handle, &context); 374 r = amdgpu_cs_ctx_create(device_handle, &context);
|
| H A D | basic_tests.c | 868 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 966 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 1071 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 1245 r = amdgpu_cs_ctx_create(device_handle, &context_handle[i]); 1376 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 1598 r = amdgpu_cs_ctx_create(device, &context_handle); 1803 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 1936 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 2095 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 2203 r = amdgpu_cs_ctx_create(device_handl [all...] |
| H A D | syncobj_tests.c | 120 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| H A D | vm_tests.c | 123 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| H A D | amdgpu_stress.c | 339 r = amdgpu_cs_ctx_create(device_handle, &context_handle); 341 fprintf(stderr, "amdgpu_cs_ctx_create returned %d\n", r);
|
| H A D | security_tests.c | 274 res = amdgpu_cs_ctx_create(sb_ctx.dev, &sb_ctx.context);
|
| H A D | cp_dma_tests.c | 434 r = amdgpu_cs_ctx_create(executing_device_handle, &context_handle);
|
| H A D | cs_tests.c | 112 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| H A D | jpeg_tests.c | 203 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| H A D | shader_test_util.c | 597 r = amdgpu_cs_ctx_create(test_info->device_handle, &context_handle); 731 r = amdgpu_cs_ctx_create(test_info->device_handle, &context_handle); 1778 r = amdgpu_cs_ctx_create(test_info->device_handle, &context_handle); 1960 r = amdgpu_cs_ctx_create(test_info->device_handle, &context_handle);
|
| H A D | uvd_enc_tests.c | 119 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| H A D | vce_tests.c | 160 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| H A D | vcn_tests.c | 312 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
|
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| H A D | amdgpu.h | 933 int amdgpu_cs_ctx_create(amdgpu_device_handle dev, 945 * \sa amdgpu_cs_ctx_create() 990 * \sa amdgpu_cs_ctx_create() 1005 * \sa amdgpu_cs_ctx_create()
|
| H A D | amdgpu_cs.c | 109 drm_public int amdgpu_cs_ctx_create(amdgpu_device_handle dev, function in typeref:typename:drm_public int
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.c | 299 r = amdgpu_cs_ctx_create(ctx->ws->dev, &ctx->ctx); 301 fprintf(stderr, "amdgpu: amdgpu_cs_ctx_create failed. (%i)\n", r);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.c | 295 r = amdgpu_cs_ctx_create(ctx->ws->dev, &ctx->ctx); 297 fprintf(stderr, "amdgpu: amdgpu_cs_ctx_create failed. (%i)\n", r);
|
Completed in 67 milliseconds