Home
last modified time | relevance | path

Searched refs:amdgpu_bo_import (Results 1 – 7 of 7) sorted by relevance

/external/libdrm/amdgpu/
Damdgpu-symbols.txt6 amdgpu_bo_import
Damdgpu.h641 int amdgpu_bo_import(amdgpu_device_handle dev,
Damdgpu_bo.c256 drm_public int amdgpu_bo_import(amdgpu_device_handle dev, in amdgpu_bo_import() function
/external/igt-gpu-tools/tests/amdgpu/
Damd_prime.c158 amdgpu_bo_import(device, amdgpu_bo_handle_type_dma_buf_fd, in amd_plug()
234 r = amdgpu_bo_import(device, amdgpu_bo_handle_type_dma_buf_fd, in i915_to_amd()
/external/libdrm/tests/amdgpu/
Dbo_tests.c144 r = amdgpu_bo_import(device_handle, type, shared_handle, &res); in amdgpu_bo_export_import_do_type()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c627 r = amdgpu_bo_import(ws->dev, type, fd, &result); in radv_amdgpu_winsys_bo_from_fd()
719 r = amdgpu_bo_import(ws->dev, amdgpu_bo_handle_type_dma_buf_fd, fd, &result); in radv_amdgpu_bo_get_flags_from_fd()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c1422 r = amdgpu_bo_import(ws->dev, type, whandle->handle, &result); in amdgpu_bo_from_handle()