Searched refs:amdgpu_bo_alloc (Results 1 – 15 of 15) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | vm_tests.c | 188 r = amdgpu_bo_alloc(device_handle, &request, &buf_handle); in amdgpu_vm_unaligned_map() 229 r = amdgpu_bo_alloc(device_handle, &req, &buf); in amdgpu_vm_mapping_test()
|
D | amdgpu_test.h | 266 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in gpu_mem_alloc() 343 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_wrap()
|
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() 425 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_destroy()
|
D | bo_tests.c | 82 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in suite_bo_tests_init() 280 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_mem_fail_alloc()
|
D | vcn_tests.c | 235 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 | 248 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
|
D | basic_tests.c | 546 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map_raw()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu-symbols.txt | 1 amdgpu_bo_alloc
|
D | amdgpu.h | 568 int amdgpu_bo_alloc(amdgpu_device_handle dev,
|
D | amdgpu_bo.c | 78 drm_public int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function
|
/third_party/mesa3d/src/amd/common/ |
D | ac_gpu_info.c | 150 static int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function 325 r = amdgpu_bo_alloc(dev, &request, &bo); in has_tmz_support()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_bo.c | 518 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in radv_amdgpu_winsys_bo_create()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 550 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in amdgpu_create_bo()
|
D | amdgpu_cs.c | 305 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle); in amdgpu_ctx_create()
|