Searched refs:shared_handle (Results 1 - 8 of 8) sorted by relevance
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_bo.c | 222 uint32_t *shared_handle) in amdgpu_bo_export() 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() 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() 220 amdgpu_bo_export(amdgpu_bo_handle bo, enum amdgpu_bo_handle_type type, uint32_t *shared_handle) amdgpu_bo_export() argument 248 amdgpu_bo_import(amdgpu_device_handle dev, enum amdgpu_bo_handle_type type, uint32_t shared_handle, struct amdgpu_bo_import_result *output) amdgpu_bo_import() argument [all...] |
H A D | amdgpu.h | 622 * \param shared_handle - \c [out] Special "shared" handle 632 uint32_t *shared_handle); 640 * \param shared_handle - \c [in] Shared handle received as result "import" 656 uint32_t shared_handle,
|
/third_party/libdrm/tests/amdgpu/ |
H A 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/ |
H A D | cl_dx9_media_sharing.h | 53 HANDLE shared_handle; member
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_dx9_media_sharing.h | 39 HANDLE shared_handle; member
|
/third_party/opencl-headers/CL/ |
H A D | cl_dx9_media_sharing.h | 51 HANDLE shared_handle; member
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 1905 Handle<SharedFunctionInfo> shared_handle(shared, isolate_); in FindInnermostContainingFunctionInfo() 1911 CreateBreakInfo(shared_handle); in FindInnermostContainingFunctionInfo() 1913 return shared_handle; in FindInnermostContainingFunctionInfo()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 2471 .shared_handle = NULL, in opencl_frames_derive_from_dxva2()
|
Completed in 13 milliseconds