Searched refs:amdgpu_bo_alloc (Results 1 – 12 of 12) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | amdgpu_test.h | 220 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()
|
D | bo_tests.c | 79 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()
|
D | cs_tests.c | 214 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()
|
D | vcn_tests.c | 201 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
D | uvd_enc_tests.c | 207 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
D | vce_tests.c | 215 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
/external/libdrm/amdgpu/ |
D | amdgpu-symbol-check | 13 amdgpu_bo_alloc
|
D | amdgpu.h | 562 int amdgpu_bo_alloc(amdgpu_device_handle dev,
|
D | amdgpu_bo.c | 52 int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_bo.c | 356 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in radv_amdgpu_winsys_bo_create()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.c | 284 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle); in amdgpu_ctx_create()
|
D | amdgpu_bo.c | 426 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in amdgpu_create_bo()
|