Home
last modified time | relevance | path

Searched refs:shared_handle (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/amdgpu/
Damdgpu_bo.c222 uint32_t *shared_handle) in amdgpu_bo_export() argument
232 *shared_handle = bo->flink_name; in amdgpu_bo_export()
237 *shared_handle = bo->handle; in amdgpu_bo_export()
243 (int*)shared_handle); in amdgpu_bo_export()
250 uint32_t shared_handle, in amdgpu_bo_import() argument
270 r = drmPrimeFDToHandle(dev->fd, shared_handle, &handle); in amdgpu_bo_import()
275 size = lseek(shared_handle, 0, SEEK_END); in amdgpu_bo_import()
280 lseek(shared_handle, 0, SEEK_SET); in amdgpu_bo_import()
283 shared_handle = handle; in amdgpu_bo_import()
289 bo = handle_table_lookup(&dev->bo_flink_names, shared_handle); in amdgpu_bo_import()
[all …]
Damdgpu.h632 uint32_t *shared_handle);
656 uint32_t shared_handle,
/third_party/libdrm/tests/amdgpu/
Dbo_tests.c138 uint32_t shared_handle; in amdgpu_bo_export_import_do_type() local
141 r = amdgpu_bo_export(buffer_handle, type, &shared_handle); in amdgpu_bo_export_import_do_type()
144 r = amdgpu_bo_import(device_handle, type, shared_handle, &res); in amdgpu_bo_export_import_do_type()
/third_party/mesa3d/include/CL/
Dcl_dx9_media_sharing.h53 HANDLE shared_handle; member
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_dx9_media_sharing.h39 HANDLE shared_handle; member
/third_party/opencl-headers/CL/
Dcl_dx9_media_sharing.h51 HANDLE shared_handle; member
/third_party/node/deps/v8/src/debug/
Ddebug.cc1905 Handle<SharedFunctionInfo> shared_handle(shared, isolate_); in FindInnermostContainingFunctionInfo() local
1911 CreateBreakInfo(shared_handle); in FindInnermostContainingFunctionInfo()
1913 return shared_handle; in FindInnermostContainingFunctionInfo()
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c2471 .shared_handle = NULL, in opencl_frames_derive_from_dxva2()