Home
last modified time | relevance | path

Searched refs:amdgpu_bo_alloc (Results 1 – 12 of 12) sorted by relevance

/external/libdrm/tests/amdgpu/
Damdgpu_test.h220 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in gpu_mem_alloc()
268 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_wrap()
294 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map()
Dbo_tests.c79 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in suite_bo_tests_init()
257 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_mem_fail_alloc()
Dcs_tests.c214 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_create()
292 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_decode()
424 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_destroy()
Dvcn_tests.c201 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
Duvd_enc_tests.c207 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
Dvce_tests.c215 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
/external/libdrm/amdgpu/
Damdgpu-symbol-check13 amdgpu_bo_alloc
Damdgpu.h562 int amdgpu_bo_alloc(amdgpu_device_handle dev,
Damdgpu_bo.c52 int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c356 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in radv_amdgpu_winsys_bo_create()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c284 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle); in amdgpu_ctx_create()
Damdgpu_bo.c426 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in amdgpu_create_bo()