Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Dvm_tests.c196 r = amdgpu_bo_alloc(device_handle, &request, &buf_handle); in amdgpu_vm_unaligned_map()
237 r = amdgpu_bo_alloc(device_handle, &req, &buf); in amdgpu_vm_mapping_test()
Dcs_tests.c218 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_create()
296 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_decode()
429 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_destroy()
Dbo_tests.c82 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()
Damdgpu_test.h297 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in gpu_mem_alloc()
374 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_wrap()
Dvcn_tests.c270 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.c250 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in alloc_resource()
Dbasic_tests.c575 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map_raw()
/external/libdrm/amdgpu/
Damdgpu-symbols.txt1 amdgpu_bo_alloc
Damdgpu.h568 int amdgpu_bo_alloc(amdgpu_device_handle dev,
Damdgpu_bo.c78 drm_public int amdgpu_bo_alloc(amdgpu_device_handle dev, in amdgpu_bo_alloc() function
/external/igt-gpu-tools/tests/amdgpu/
Damd_prime.c52 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map()
407 igt_assert_eq(amdgpu_bo_alloc(device, &request, &bo), 0); in shrink()
Damd_cs_nop.c50 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map()
Damd_basic.c210 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in gpu_mem_alloc()
259 r = amdgpu_bo_alloc(dev, &request, &buf_handle); in amdgpu_bo_alloc_and_map()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c444 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in radv_amdgpu_winsys_bo_create()
/external/mesa3d/src/amd/common/
Dac_gpu_info.c170 r = amdgpu_bo_alloc(dev, &request, &bo); in has_tmz_support()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c535 r = amdgpu_bo_alloc(ws->dev, &request, &buf_handle); in amdgpu_create_bo()
Damdgpu_cs.c307 r = amdgpu_bo_alloc(ctx->ws->dev, &alloc_buffer, &buf_handle); in amdgpu_ctx_create()