Searched refs:amdgpu_cs_ctx_create2 (Results 1 - 4 of 4) sorted by relevance
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 51 drm_public int amdgpu_cs_ctx_create2(amdgpu_device_handle dev, in amdgpu_cs_ctx_create2() function 100 return amdgpu_cs_ctx_create2(dev, AMDGPU_CTX_PRIORITY_NORMAL, context); in amdgpu_cs_ctx_create()
|
H A D | amdgpu.h | 898 int amdgpu_cs_ctx_create2(amdgpu_device_handle dev, 904 * Refer to amdgpu_cs_ctx_create2 for full documentation. This call 907 * \sa amdgpu_cs_ctx_create2()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.c | 1545 r = amdgpu_cs_ctx_create2(ws->dev, amdgpu_priority, &ctx->ctx); in radv_amdgpu_ctx_create()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 309 r = amdgpu_cs_ctx_create2(ctx->ws->dev, amdgpu_priority, &ctx->ctx); in amdgpu_ctx_create() 311 fprintf(stderr, "amdgpu: amdgpu_cs_ctx_create2 failed. (%i)\n", r); in amdgpu_ctx_create()
|
Completed in 9 milliseconds