Searched refs:amdgpu_cs_ctx_create (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Ddeadlock_tests.c258 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 Dhotunplug_tests.c202 r = amdgpu_cs_ctx_create(device_handle, &context);
374 r = amdgpu_cs_ctx_create(device_handle, &context);
H A Dbasic_tests.c868 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 Dsyncobj_tests.c120 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
H A Dvm_tests.c123 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
H A Damdgpu_stress.c339 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
341 fprintf(stderr, "amdgpu_cs_ctx_create returned %d\n", r);
H A Dsecurity_tests.c274 res = amdgpu_cs_ctx_create(sb_ctx.dev, &sb_ctx.context);
H A Dcp_dma_tests.c434 r = amdgpu_cs_ctx_create(executing_device_handle, &context_handle);
H A Dcs_tests.c112 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
H A Djpeg_tests.c203 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
H A Dshader_test_util.c597 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 Duvd_enc_tests.c119 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
H A Dvce_tests.c160 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
H A Dvcn_tests.c312 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu.h933 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 Damdgpu_cs.c109 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 Damdgpu_cs.c299 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 Damdgpu_cs.c295 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