Home
last modified time | relevance | path

Searched refs:out_handle (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/renderonly/
Drenderonly.c56 struct winsys_handle *out_handle) in renderonly_create_kms_dumb_buffer_for_resource() argument
82 if (!out_handle) in renderonly_create_kms_dumb_buffer_for_resource()
86 memset(out_handle, 0, sizeof(*out_handle)); in renderonly_create_kms_dumb_buffer_for_resource()
87 out_handle->type = WINSYS_HANDLE_TYPE_FD; in renderonly_create_kms_dumb_buffer_for_resource()
88 out_handle->stride = create_dumb.pitch; in renderonly_create_kms_dumb_buffer_for_resource()
91 (int *)&out_handle->handle); in renderonly_create_kms_dumb_buffer_for_resource()
112 struct winsys_handle *out_handle) in renderonly_create_gpu_import_for_resource() argument
Drenderonly.h61 struct winsys_handle *out_handle);
70 struct winsys_handle *out_handle) in renderonly_scanout_for_resource() argument
72 return ro->create_for_resource(rsc, ro, out_handle); in renderonly_scanout_for_resource()
99 struct winsys_handle *out_handle);
107 struct winsys_handle *out_handle);
/third_party/mesa3d/src/gallium/winsys/panfrost/drm/
Dpanfrost_drm_winsys.c43 struct winsys_handle *out_handle) in panfrost_create_kms_dumb_buffer_for_resource() argument
85 if (!out_handle) in panfrost_create_kms_dumb_buffer_for_resource()
89 memset(out_handle, 0, sizeof(*out_handle)); in panfrost_create_kms_dumb_buffer_for_resource()
90 out_handle->type = WINSYS_HANDLE_TYPE_FD; in panfrost_create_kms_dumb_buffer_for_resource()
91 out_handle->stride = create_dumb.pitch; in panfrost_create_kms_dumb_buffer_for_resource()
94 (int *)&out_handle->handle); in panfrost_create_kms_dumb_buffer_for_resource()
/third_party/glib/gio/tests/
Dwin32-streams.c45 HANDLE out_handle; in writer_thread() local
50 &out_handle, in writer_thread()
55 out = g_win32_output_stream_new (out_handle, TRUE); in writer_thread()
221 HANDLE in_handle, out_handle; in test_pipe_io() local
253 &out_handle, in test_pipe_io()
259 out = g_win32_output_stream_new (out_handle, TRUE); in test_pipe_io()
489 HANDLE in_handle, out_handle; in test_pipe_io_cancel() local
501 out_handle = CreateFile (name, GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL); in test_pipe_io_cancel()
502 g_assert (out_handle != INVALID_HANDLE_VALUE); in test_pipe_io_cancel()
505 out = g_win32_output_stream_new (out_handle, TRUE); in test_pipe_io_cancel()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/
Dhandle.cc110 zx_handle_t out_handle; in Duplicate() local
111 zx_status_t status = zx_handle_duplicate(handle_, rights, &out_handle); in Duplicate()
115 return ToDart(Create(out_handle)); in Duplicate()
/third_party/glib/gio/
Dxdp-dbus.h640 gchar **out_handle,
649 gchar **out_handle,
665 gchar **out_handle,
676 gchar **out_handle,
693 gchar **out_handle,
704 gchar **out_handle,
Dxdp-dbus.c4175 gchar **out_handle, in gxdp_open_uri_call_open_uri_finish() argument
4185 out_handle); in gxdp_open_uri_call_open_uri_finish()
4213 gchar **out_handle, in gxdp_open_uri_call_open_uri_sync() argument
4232 out_handle); in gxdp_open_uri_call_open_uri_sync()
4295 gchar **out_handle, in gxdp_open_uri_call_open_file_finish() argument
4306 out_handle); in gxdp_open_uri_call_open_file_finish()
4337 gchar **out_handle, in gxdp_open_uri_call_open_file_sync() argument
4359 out_handle); in gxdp_open_uri_call_open_file_sync()
4422 gchar **out_handle, in gxdp_open_uri_call_open_directory_finish() argument
4433 out_handle); in gxdp_open_uri_call_open_directory_finish()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h392 uint32_t *out_handle);
Dbrw_bufmgr.c1634 uint32_t *out_handle) in brw_bo_export_gem_handle_for_device() argument
1647 *out_handle = brw_bo_export_gem_handle(bo); in brw_bo_export_gem_handle_for_device()
1691 *out_handle = export->gem_handle; in brw_bo_export_gem_handle_for_device()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h344 uint32_t *out_handle);
Dcrocus_bufmgr.c1408 uint32_t *out_handle) in crocus_bo_export_gem_handle_for_device() argument
1420 *out_handle = crocus_bo_export_gem_handle(bo); in crocus_bo_export_gem_handle_for_device()
1464 *out_handle = export->gem_handle; in crocus_bo_export_gem_handle_for_device()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h479 uint32_t *out_handle);
Diris_bufmgr.c1913 uint32_t *out_handle) in iris_bo_export_gem_handle_for_device() argument
1928 *out_handle = iris_bo_export_gem_handle(bo); in iris_bo_export_gem_handle_for_device()
1972 *out_handle = export->gem_handle; in iris_bo_export_gem_handle_for_device()
/third_party/libdrm/amdgpu/
Damdgpu_cs.c932 uint32_t *out_handle) in amdgpu_cs_fence_to_handle() argument
948 *out_handle = fth.out.handle; in amdgpu_cs_fence_to_handle()
Damdgpu.h1755 uint32_t *out_handle);