/third_party/mesa3d/src/gallium/auxiliary/renderonly/ |
D | renderonly.c | 56 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
|
D | renderonly.h | 61 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/ |
D | panfrost_drm_winsys.c | 43 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/ |
D | win32-streams.c | 45 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/ |
D | handle.cc | 110 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/ |
D | xdp-dbus.h | 640 gchar **out_handle, 649 gchar **out_handle, 665 gchar **out_handle, 676 gchar **out_handle, 693 gchar **out_handle, 704 gchar **out_handle,
|
D | xdp-dbus.c | 4175 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/ |
D | brw_bufmgr.h | 392 uint32_t *out_handle);
|
D | brw_bufmgr.c | 1634 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/ |
D | crocus_bufmgr.h | 344 uint32_t *out_handle);
|
D | crocus_bufmgr.c | 1408 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/ |
D | iris_bufmgr.h | 479 uint32_t *out_handle);
|
D | iris_bufmgr.c | 1913 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/ |
D | amdgpu_cs.c | 932 uint32_t *out_handle) in amdgpu_cs_fence_to_handle() argument 948 *out_handle = fth.out.handle; in amdgpu_cs_fence_to_handle()
|
D | amdgpu.h | 1755 uint32_t *out_handle);
|