Home
last modified time | relevance | path

Searched refs:out_handle (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/panfrost/drm/
H A Dpanfrost_drm_winsys.c43 struct winsys_handle *out_handle) in panfrost_create_kms_dumb_buffer_for_resource()
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()
41 panfrost_create_kms_dumb_buffer_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) panfrost_create_kms_dumb_buffer_for_resource() argument
/third_party/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c56 struct winsys_handle *out_handle) in renderonly_create_kms_dumb_buffer_for_resource()
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()
54 renderonly_create_kms_dumb_buffer_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) renderonly_create_kms_dumb_buffer_for_resource() argument
110 renderonly_create_gpu_import_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) renderonly_create_gpu_import_for_resource() argument
H A Drenderonly.h76 struct winsys_handle *out_handle);
85 struct winsys_handle *out_handle) in renderonly_scanout_for_resource()
87 return ro->create_for_resource(rsc, ro, out_handle); in renderonly_scanout_for_resource()
114 struct winsys_handle *out_handle);
122 struct winsys_handle *out_handle);
83 renderonly_scanout_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) renderonly_scanout_for_resource() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.h344 * \param out_handle Pointer to store the new handle
350 uint32_t *out_handle);
H A Dcrocus_bufmgr.c1413 uint32_t *out_handle) in crocus_bo_export_gem_handle_for_device()
1425 *out_handle = crocus_bo_export_gem_handle(bo); in crocus_bo_export_gem_handle_for_device()
1469 *out_handle = export->gem_handle; in crocus_bo_export_gem_handle_for_device()
1412 crocus_bo_export_gem_handle_for_device(struct crocus_bo *bo, int drm_fd, uint32_t *out_handle) crocus_bo_export_gem_handle_for_device() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c984 HANDLE out_handle; in resource_object_create() local
986 bool result = DuplicateHandle(source_target, whandle->handle, source_target, &out_handle, 0, false, DUPLICATE_SAME_ACCESS); in resource_object_create()
988 if (!result || !out_handle) { in resource_object_create()
995 imfi.handle = out_handle; in resource_object_create()
1528 HANDLE out_handle; in zink_memobj_create_from_handle() local
1530 DuplicateHandle(source_target, whandle->handle, source_target, &out_handle, 0, false, DUPLICATE_SAME_ACCESS); in zink_memobj_create_from_handle()
1531 memobj->whandle.handle = out_handle; in zink_memobj_create_from_handle()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h522 * \param out_handle Pointer to store the new handle
528 uint32_t *out_handle);
H A Diris_bufmgr.c2040 uint32_t *out_handle) in iris_bo_export_gem_handle_for_device()
2055 *out_handle = iris_bo_export_gem_handle(bo); in iris_bo_export_gem_handle_for_device()
2099 *out_handle = export->gem_handle; in iris_bo_export_gem_handle_for_device()
2039 iris_bo_export_gem_handle_for_device(struct iris_bo *bo, int drm_fd, uint32_t *out_handle) iris_bo_export_gem_handle_for_device() argument
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c954 uint32_t *out_handle) in amdgpu_cs_fence_to_handle()
970 *out_handle = fth.out.handle; in amdgpu_cs_fence_to_handle()
951 amdgpu_cs_fence_to_handle(amdgpu_device_handle dev, struct amdgpu_cs_fence *fence, uint32_t what, uint32_t *out_handle) amdgpu_cs_fence_to_handle() argument
H A Damdgpu.h1793 * \param out_handle returned handle
1801 uint32_t *out_handle);

Completed in 16 milliseconds