Home
last modified time | relevance | path

Searched refs:amdgpu_bo_export (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/amdgpu/
Damdgpu-symbol-check16 amdgpu_bo_export
Damdgpu.h611 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
Damdgpu_bo.c227 int amdgpu_bo_export(amdgpu_bo_handle bo, in amdgpu_bo_export() function
/external/libdrm/tests/amdgpu/
Dbo_tests.c138 r = amdgpu_bo_export(buffer_handle, type, &shared_handle); in amdgpu_bo_export_import_do_type()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c476 r = amdgpu_bo_export(bo->bo, type, &handle); in radv_amdgpu_winsys_get_fd()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c1378 r = amdgpu_bo_export(bo->bo, type, &whandle->handle); in amdgpu_bo_get_handle()