Home
last modified time | relevance | path

Searched defs:handle (Results 1226 - 1250 of 1953) sorted by relevance

1...<<41424344454647484950>>...79

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h33 unsigned char handle[]; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c443 uint64_t handle = bound_handles->handles[i]; in st_destroy_bound_texture_handles_per_stage() local
483 uint64_t handle = bound_handles->handles[i]; in st_destroy_bound_image_handles_per_stage() local
560 GLuint64 handle; in st_make_bound_samplers_resident() local
607 GLuint64 handle; st_make_bound_images_resident() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexturebindless.c106 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_texture_handle_resident() argument
116 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_image_handle_resident() argument
132 GLuint64 handle = texHandleObj->handle; make_texture_handle_resident() local
181 GLuint64 handle = imgHandleObj->handle; make_image_handle_resident() local
255 GLuint64 handle; get_texture_handle() local
334 GLuint64 handle; get_image_handle() local
729 _mesa_MakeTextureHandleResidentARB_no_error(GLuint64 handle) _mesa_MakeTextureHandleResidentARB_no_error() argument
740 _mesa_MakeTextureHandleResidentARB(GLuint64 handle) _mesa_MakeTextureHandleResidentARB() argument
775 _mesa_MakeTextureHandleNonResidentARB_no_error(GLuint64 handle) _mesa_MakeTextureHandleNonResidentARB_no_error() argument
786 _mesa_MakeTextureHandleNonResidentARB(GLuint64 handle) _mesa_MakeTextureHandleNonResidentARB() argument
910 _mesa_MakeImageHandleResidentARB_no_error(GLuint64 handle, GLenum access) _mesa_MakeImageHandleResidentARB_no_error() argument
921 _mesa_MakeImageHandleResidentARB(GLuint64 handle, GLenum access) _mesa_MakeImageHandleResidentARB() argument
965 _mesa_MakeImageHandleNonResidentARB_no_error(GLuint64 handle) _mesa_MakeImageHandleNonResidentARB_no_error() argument
976 _mesa_MakeImageHandleNonResidentARB(GLuint64 handle) _mesa_MakeImageHandleNonResidentARB() argument
1012 _mesa_IsTextureHandleResidentARB_no_error(GLuint64 handle) _mesa_IsTextureHandleResidentARB_no_error() argument
1019 _mesa_IsTextureHandleResidentARB(GLuint64 handle) _mesa_IsTextureHandleResidentARB() argument
1045 _mesa_IsImageHandleResidentARB_no_error(GLuint64 handle) _mesa_IsImageHandleResidentARB_no_error() argument
1052 _mesa_IsImageHandleResidentARB(GLuint64 handle) _mesa_IsImageHandleResidentARB() argument
[all...]
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp269 static bool CheckShader(GLuint handle, const char* desc) in CheckShader() argument
287 static bool CheckProgram(GLuint handle, const char* desc) in CheckProgram() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android.c297 const native_handle_t *handle = in anv_GetAndroidHardwareBufferPropertiesANDROID() local
385 const native_handle_t *handle = in anv_import_ahw_memory() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h39 offset_cpu_handle(D3D12_CPU_DESCRIPTOR_HANDLE handle, UINT offset) in offset_cpu_handle() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c50 nv30_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *pt, struct winsys_handle *handle, unsigned usage) nv30_miptree_get_handle() argument
507 nv30_miptree_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle) nv30_miptree_from_handle() argument
/third_party/lwip/src/apps/snmp/
H A Dsnmp_msg.h82 void *handle; member
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c43 amdgpu_bo_handle handle; member
[all...]
H A Dvcn_tests.c40 amdgpu_bo_handle handle; member
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.h287 static inline v8::internal::Handle<To> OpenHandle(v8::Local<From> handle) { in OpenHandle() argument
309 v8::internal::Handle<v8::internal::Object> handle; in ToLocal() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-fuchsia.cc339 void OS::DestroySharedMemoryHandle(PlatformSharedMemoryHandle handle) { in DestroySharedMemoryHandle() argument
262 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
422 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.h73 Handle<T> handle; in NewPersistentMaybeHandle() local
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtracing-controller.cc139 uint64_t handle = 0; in AddTraceEventWithTimestamp() local
155 UpdateTraceEventDuration( const uint8_t* category_enabled_flag, const char* name, uint64_t handle) UpdateTraceEventDuration() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c269 rbug_screen_resource_from_handle(struct pipe_screen *_screen, const struct pipe_resource *templ, struct winsys_handle *handle, unsigned usage) rbug_screen_resource_from_handle() argument
299 rbug_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *_resource, struct winsys_handle *handle, unsigned usage) rbug_screen_resource_get_handle() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c272 struct winsys_handle handle; in etna_resource_alloc() local
464 etna_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle, unsigned usage) etna_resource_from_handle() argument
559 etna_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, struct winsys_handle *handle, unsigned usage) etna_resource_get_handle() argument
[all...]
/third_party/musl/include/sys/
H A Dfanotify.h33 unsigned char handle[]; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c103 int handle; member
137 vc4_create_simulator_bo(int fd, int handle, unsigned size) in vc4_create_simulator_bo() argument
441 vc4_simulator_open_from_handle(int fd, int handle, uint32_t size) vc4_simulator_open_from_handle() argument
[all...]
/third_party/mesa3d/src/gbm/main/
H A Dgbm_abi_check.c120 union gbm_bo_handle handle; member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_render.c55 void *handle; member
67 void *handle; member
79 void *handle; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dcontext.c202 OSSL_LIB_CTX *OSSL_LIB_CTX_new_from_dispatch(const OSSL_CORE_HANDLE *handle, in OSSL_LIB_CTX_new_from_dispatch() argument
218 OSSL_LIB_CTX *OSSL_LIB_CTX_new_child(const OSSL_CORE_HANDLE *handle, in OSSL_LIB_CTX_new_child() argument
/third_party/node/deps/uv/src/unix/
H A Dprocess.c78 static void uv__chld(uv_signal_t* handle, int signum) { in uv__chld() argument
1080 void uv__process_close(uv_process_t* handle) { in uv__process_close() argument
/third_party/node/deps/uv/src/win/
H A Dcore.c663 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno() argument
699 uv__socket_sockopt(uv_handle_t* handle, int optname, int* value) uv__socket_sockopt() argument
731 uv__getsockpeername(const uv_handle_t* handle, uv__peersockfunc func, struct sockaddr* name, int* namelen, int delayed_error) uv__getsockpeername() argument
[all...]
H A Dudp.c39 int uv_udp_getpeername(const uv_udp_t* handle, in uv_udp_getpeername() argument
51 int uv_udp_getsockname(const uv_udp_t* handle, in uv_udp_getsockname() argument
63 static int uv__udp_set_socket(uv_loop_t* loop, uv_udp_t* handle, SOCKET socket, in uv__udp_set_socket() argument
128 uv__udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned flags, int domain) uv__udp_init_ex() argument
170 uv__udp_close(uv_loop_t* loop, uv_udp_t* handle) uv__udp_close() argument
183 uv__udp_endgame(uv_loop_t* loop, uv_udp_t* handle) uv__udp_endgame() argument
192 uv_udp_using_recvmmsg(const uv_udp_t* handle) uv_udp_using_recvmmsg() argument
197 uv__udp_maybe_bind(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) uv__udp_maybe_bind() argument
267 uv__udp_queue_recv(uv_loop_t* loop, uv_udp_t* handle) uv__udp_queue_recv() argument
361 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv__udp_recv_start() argument
393 uv__udp_recv_stop(uv_udp_t* handle) uv__udp_recv_stop() argument
404 uv__send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb cb) uv__send() argument
453 uv__process_udp_recv_req(uv_loop_t* loop, uv_udp_t* handle, uv_req_t* req) uv__process_udp_recv_req() argument
564 uv__process_udp_send_req(uv_loop_t* loop, uv_udp_t* handle, uv_udp_send_t* req) uv__process_udp_send_req() argument
589 uv__udp_set_membership4(uv_udp_t* handle, const struct sockaddr_in* multicast_addr, const char* interface_addr, uv_membership membership) uv__udp_set_membership4() argument
643 uv__udp_set_membership6(uv_udp_t* handle, const struct sockaddr_in6* multicast_addr, const char* interface_addr, uv_membership membership) uv__udp_set_membership6() argument
698 uv__udp_set_source_membership4(uv_udp_t* handle, const struct sockaddr_in* multicast_addr, const char* interface_addr, const struct sockaddr_in* source_addr, uv_membership membership) uv__udp_set_source_membership4() argument
750 uv__udp_set_source_membership6(uv_udp_t* handle, const struct sockaddr_in6* multicast_addr, const char* interface_addr, const struct sockaddr_in6* source_addr, uv_membership membership) uv__udp_set_source_membership6() argument
807 uv_udp_set_membership(uv_udp_t* handle, const char* multicast_addr, const char* interface_addr, uv_membership membership) uv_udp_set_membership() argument
823 uv_udp_set_source_membership(uv_udp_t* handle, const char* multicast_addr, const char* interface_addr, const char* source_addr, uv_membership membership) uv_udp_set_source_membership() argument
867 uv_udp_set_multicast_interface(uv_udp_t* handle, const char* interface_addr) uv_udp_set_multicast_interface() argument
920 uv_udp_set_broadcast(uv_udp_t* handle, int value) uv_udp_set_broadcast() argument
938 uv__udp_is_bound(uv_udp_t* handle) uv__udp_is_bound() argument
950 uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) uv_udp_open() argument
1055 uv__udp_connect(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen) uv__udp_connect() argument
1084 uv__udp_disconnect(uv_udp_t* handle) uv__udp_disconnect() argument
1102 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument
1133 uv__udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen) uv__udp_try_send() argument
[all...]
/third_party/rust/crates/libloading/src/os/windows/
H A Dmod.rs119 let mut handle: HMODULE = std::ptr::null_mut(); in this() variables
152 let mut handle: HMODULE = std::ptr::null_mut(); in open_already_loaded() variables
[all...]

Completed in 20 milliseconds

1...<<41424344454647484950>>...79