Searched refs:shared_handle (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/amdgpu/ |
D | amdgpu_bo.c | 222 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 …]
|
D | amdgpu.h | 632 uint32_t *shared_handle); 656 uint32_t shared_handle,
|
/third_party/libdrm/tests/amdgpu/ |
D | bo_tests.c | 138 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/ |
D | cl_dx9_media_sharing.h | 53 HANDLE shared_handle; member
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_dx9_media_sharing.h | 39 HANDLE shared_handle; member
|
/third_party/opencl-headers/CL/ |
D | cl_dx9_media_sharing.h | 51 HANDLE shared_handle; member
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 1905 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/ |
D | hwcontext_opencl.c | 2471 .shared_handle = NULL, in opencl_frames_derive_from_dxva2()
|