Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Damdgpu_bo.c256 uint32_t *shared_handle) in amdgpu_bo_export() argument
266 *shared_handle = bo->flink_name; in amdgpu_bo_export()
271 *shared_handle = bo->handle; in amdgpu_bo_export()
277 (int*)shared_handle); in amdgpu_bo_export()
284 uint32_t shared_handle, in amdgpu_bo_import() argument
303 r = drmPrimeFDToHandle(dev->fd, shared_handle, &handle); in amdgpu_bo_import()
309 size = lseek(shared_handle, 0, SEEK_END); in amdgpu_bo_import()
315 lseek(shared_handle, 0, SEEK_SET); in amdgpu_bo_import()
318 shared_handle = handle; in amdgpu_bo_import()
325 (void*)(uintptr_t)shared_handle); in amdgpu_bo_import()
[all …]
Damdgpu.h600 uint32_t *shared_handle);
624 uint32_t shared_handle,
/external/libdrm/tests/amdgpu/
Dbo_tests.c131 uint32_t shared_handle; in amdgpu_bo_export_import_do_type() local
134 r = amdgpu_bo_export(buffer_handle, type, &shared_handle); in amdgpu_bo_export_import_do_type()
137 r = amdgpu_bo_import(device_handle, type, shared_handle, &res); in amdgpu_bo_export_import_do_type()
/external/v8/src/debug/
Ddebug.cc1473 Handle<SharedFunctionInfo> shared_handle(shared); in FindSharedFunctionInfoInScript() local
1480 CreateDebugInfo(shared_handle); in FindSharedFunctionInfoInScript()
1482 return shared_handle; in FindSharedFunctionInfoInScript()