| /third_party/mesa3d/include/drm-uapi/ |
| H A D | panfrost_drm.h | 82 __u32 handle; member 100 __u32 handle; member 127 __u32 handle; member 189 __u32 handle; member 222 __u32 handle; /* in, GEM handle */ member
|
| /third_party/mesa3d/include/vulkan/ |
| H A D | vulkan_win32.h | 57 HANDLE handle; member 125 HANDLE handle; member 177 HANDLE handle; member 218 HANDLE handle; member
|
| /third_party/libdrm/include/drm/ |
| H A D | msm_drm.h | 105 __u32 handle; /* out */ member 113 __u32 handle; /* in */ member 125 __u32 handle; /* in */ member 131 __u32 handle; /* in */ member 196 __u32 handle; /* in, GEM handle */ member 257 __u32 handle; /* in, GEM handle */ member
|
| /third_party/libdrm/nouveau/ |
| H A D | nouveau.c | 247 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, in nouveau_object_init() argument 302 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new() argument 661 nouveau_bo_wrap_locked(struct nouveau_device *dev, uint32_t handle, struct nouveau_bo **pbo, int name) nouveau_bo_wrap_locked() argument 726 nouveau_bo_wrap(struct nouveau_device *dev, uint32_t handle, struct nouveau_bo **pbo) nouveau_bo_wrap() argument 809 unsigned int handle; nouveau_bo_prime_handle_ref() local [all...] |
| H A D | nouveau.h | 26 uint64_t handle; member 129 uint32_t handle; member
|
| /third_party/libbpf/src/ |
| H A D | netlink.c | 720 __u32 protocol, bpf_flags, handle, priority, parent, prog_id, flags; in bpf_tc_attach() local 796 __u32 protocol = 0, handle, priority, parent, prog_id, flags; in __bpf_tc_detach() local 867 __u32 protocol, handle, priority, parent, prog_id, flags; bpf_tc_query() local [all...] |
| /third_party/libdrm/amdgpu/ |
| H A D | amdgpu.h | 317 amdgpu_bo_handle handle; member [all...] |
| /third_party/mbedtls/include/psa/ |
| H A D | crypto_extra.h | 1837 mbedtls_psa_client_handle_t handle; member
|
| /third_party/mesa3d/src/asahi/lib/ |
| H A D | decode.c | 88 agxdecode_find_handle(unsigned handle, unsigned type) in agxdecode_find_handle() argument 104 agxdecode_mark_mapped(unsigned handle) in agxdecode_mark_mapped() argument 175 unsigned handle = group.resource_id[j]; agxdecode_decode_segment_list() local [all...] |
| H A D | io.h | 221 uint32_t handle; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_android.c | 640 const native_handle_t *handle in radv_GetAndroidHardwareBufferPropertiesANDROID() local 704 const native_handle_t *handle = AHardwareBuffer_getNativeHandle(info->buffer); radv_import_ahb_memory() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_bo.c | 774 unsigned handle; in radv_amdgpu_winsys_get_fd() local
|
| /third_party/mesa3d/src/broadcom/simulator/ |
| H A D | v3d_simulator.c | 136 int handle; member 238 v3d_create_simulator_bo_for_gem(int fd, int handle, unsigned size) in v3d_create_simulator_bo_for_gem() argument 360 v3d_simulator_copy_in_handle(struct v3d_simulator_file *file, int handle) v3d_simulator_copy_in_handle() argument 371 v3d_simulator_copy_out_handle(struct v3d_simulator_file *file, int handle) v3d_simulator_copy_out_handle() argument 524 v3d_simulator_open_from_handle(int fd, int handle, uint32_t size) v3d_simulator_open_from_handle() argument [all...] |
| /third_party/libwebsockets/win32port/dirent/ |
| H A D | dirent-win32.h | 254 HANDLE handle; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_surface.c | 196 struct svga_winsys_surface *handle = NULL; in svga_texture_view_surface() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_resource.c | 821 struct winsys_handle handle; in v3d_resource_create_with_modifiers() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 240 static int handle = 1; in virgl_vtest_winsys_resource_create() local
|
| /third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_bo.c | 1187 unsigned handle; radeon_winsys_bo_from_handle() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_ioctl.c | 64 uint32_t handle; member 365 uint32_t handle; in vmw_ioctl_surface_req() local 407 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws, const struct winsys_handle *whandle, SVGA3dSurfaceAllFlags *flags, SVGA3dSurfaceFormat *format, uint32_t *numMipLevels, uint32_t *handle, struct vmw_region **p_region) vmw_ioctl_gb_surface_ref() argument 785 vmw_ioctl_fence_unref(struct vmw_winsys_screen *vws, uint32_t handle) vmw_ioctl_fence_unref() argument 815 vmw_ioctl_fence_signalled(struct vmw_winsys_screen *vws, uint32_t handle, uint32_t flags) vmw_ioctl_fence_signalled() argument 841 vmw_ioctl_fence_finish(struct vmw_winsys_screen *vws, uint32_t handle, uint32_t flags) vmw_ioctl_fence_finish() argument [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | driwindows_glx.c | 284 void *handle; in driwindowsCreateDrawable() local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_util.cc | 444 ByteSource ByteSource::FromSymmetricKeyObjectHandle(Local<Value> handle) { in SetFipsCrypto() argument
|
| /third_party/node/src/ |
| H A D | node.cc | 631 auto handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in PlatformInit() local
|
| H A D | node_binding.cc | 199 int wrapped_dlclose(void* handle) { in wrapped_dlclose() argument 213 void* wrapped_dlsym(void* handle, const char* symbol) { in wrapped_dlsym() argument [all...] |
| H A D | node_platform.cc | 243 void PerIsolatePlatformData::FlushTasks(uv_async_t* handle) { in FlushTasks() argument 444 void PerIsolatePlatformData::RunForegroundTask(uv_timer_t* handle) { in RunForegroundTask() argument [all...] |
| /third_party/node/src/quic/ |
| H A D | tlscontext.cc | 284 crypto::KeyObjectHandle* handle; in SetOption() local 304 crypto::KeyObjectHandle* handle; in SetOption() local
|