| /third_party/mesa3d/include/drm-uapi/ |
| H A D | i915_drm.h | 864 __u32 handle; member 870 __u32 handle; member 886 __u32 handle; member 902 __u32 handle; member 930 __u32 handle; member 952 __u32 handle; member 1036 __u32 handle; global() member 1052 __u32 handle; global() member 1130 __u32 handle; global() member 1181 __u32 handle; global() member 1266 __u32 handle; global() member 1512 __u32 handle; global() member 1524 __u32 handle; global() member 1530 __u32 handle; global() member 1623 __u32 handle; global() member 1681 __u32 handle; global() member 1712 __u32 handle; global() member 1758 __u32 handle; global() member 2636 __u32 handle; global() member 3539 __u32 handle; global() member [all...] |
| /third_party/libdrm/include/drm/ |
| H A D | radeon_drm.h | 816 __u32 handle; member 835 __u32 handle; member 858 __u32 handle; member 864 __u32 handle; member 870 __u32 handle; member 878 __u32 handle; member 884 __u32 handle; member 889 __u32 handle; member 895 __u32 handle; member 908 __u32 handle; member 921 __u32 handle; /* buffer */ global() member 943 __u32 handle; global() member 978 __u32 handle; global() member [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_private.h | 3197 uint32_t handle[8]; member
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 690 emit_bufferload_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[2], enum overload_type overload) emit_bufferload_call() argument 707 emit_bufferstore_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[2], const struct dxil_value *value[4], const struct dxil_value *write_mask, enum overload_type overload) emit_bufferstore_call() argument 732 emit_textureload_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[3], enum overload_type overload) emit_textureload_call() argument 754 emit_texturestore_call(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[3], const struct dxil_value *value[4], const struct dxil_value *write_mask, enum overload_type overload) emit_texturestore_call() argument 779 emit_atomic_binop(struct ntd_context *ctx, const struct dxil_value *handle, enum dxil_atomic_op atomic_op, const struct dxil_value *coord[3], const struct dxil_value *value) emit_atomic_binop() argument 803 emit_atomic_cmpxchg(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *coord[3], const struct dxil_value *cmpval, const struct dxil_value *newval) emit_atomic_cmpxchg() argument 2513 load_ubo(struct ntd_context *ctx, const struct dxil_value *handle, const struct dxil_value *offset, enum overload_type overload) load_ubo() argument 2886 const struct dxil_value *handle = emit_createhandle_call(ctx, class, get_resource_handle() local 2906 const struct dxil_value *handle = get_resource_handle(ctx, &intr->src[0], class, DXIL_RESOURCE_KIND_RAW_BUFFER); emit_load_ssbo() local 2937 const struct dxil_value* handle = get_resource_handle(ctx, &intr->src[1], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_RAW_BUFFER); emit_store_ssbo() local 2980 const struct dxil_value* handle = get_resource_handle(ctx, &intr->src[2], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_RAW_BUFFER); emit_store_ssbo_masked() local 3088 const struct dxil_value* handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_CBV, DXIL_RESOURCE_KIND_CBUFFER); emit_load_ubo() local 3124 const struct dxil_value* handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_CBV, DXIL_RESOURCE_KIND_CBUFFER); emit_load_ubo_dxil() local 3644 const struct dxil_value *handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_TEXTURE2D); emit_image_store() local 3704 const struct dxil_value *handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_TEXTURE2D); emit_image_load() local 3770 const struct dxil_value *handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_TEXTURE2D); emit_image_atomic() local 3817 const struct dxil_value *handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_TEXTURE2D); emit_image_atomic_comp_swap() local 3889 const struct dxil_value *handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_TEXTURE2D); emit_image_size() local 3923 const struct dxil_value *handle = get_resource_handle(ctx, &intr->src[0], class, DXIL_RESOURCE_KIND_RAW_BUFFER); emit_get_ssbo_size() local 3947 const struct dxil_value* handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_RAW_BUFFER); emit_ssbo_atomic() local 3977 const struct dxil_value* handle = get_resource_handle(ctx, &intr->src[0], DXIL_RESOURCE_CLASS_UAV, DXIL_RESOURCE_KIND_RAW_BUFFER); emit_ssbo_atomic_comp_swap() local 4124 const struct dxil_value *handle = NULL; emit_load_vulkan_descriptor() local 4515 const struct dxil_value *handle = emit_createhandle_call(ctx, res_class, emit_deref() local [all...] |
| /third_party/node/deps/v8/src/d8/ |
| H A D | d8.cc | 365 i::Handle<i::Object> handle = Utils::OpenHandle(*object->GetInternalField(0)); in GetWorkerFromInternalField() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | FrameCapture.cpp | 6709 gl::Program *GetProgramForCapture(const gl::State &glState, gl::ShaderProgramID handle) in GetProgramForCapture() argument 6715 CaptureGetActiveUniformBlockivParameters(const gl::State &glState, gl::ShaderProgramID handle, gl::UniformBlockIndex uniformBlockIndex, GLenum pname, ParamCapture *paramCapture) CaptureGetActiveUniformBlockivParameters() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_helpers.cpp | 4777 init2DWeakReference(Context *context, VkImage handle, const gl::Extents &glExtents, bool rotatedAspectRatio, angle::FormatID intendedFormatID, angle::FormatID actualFormatID, GLint samples, bool isRobustResourceInitEnabled) init2DWeakReference() argument
|
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 8081 HANDLE handle; in os_kill_impl() local 13375 HANDLE handle; os_get_terminal_size_impl() local 13513 os_get_handle_inheritable_impl(PyObject *module, intptr_t handle) os_get_handle_inheritable_impl() argument 13537 os_set_handle_inheritable_impl(PyObject *module, intptr_t handle, int inheritable) os_set_handle_inheritable_impl() argument 14198 HANDLE handle; global() member 14220 HANDLE handle = iterator->handle; ScandirIterator_closedir() local [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_funcs.hpp | 10715 HANDLE handle; in getMemoryWin32HandleNV() local 11358 HANDLE handle; in getMemoryWin32HandleKHR() local 11384 Device::getMemoryWin32HandlePropertiesKHR( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, Dispatch const & d ) const in getMemoryWin32HandlePropertiesKHR() argument 11530 HANDLE handle; getSemaphoreWin32HandleKHR() local 12535 HANDLE handle; getFenceWin32HandleKHR() local [all...] |
| H A D | vulkan_raii.hpp | 16061 HANDLE handle; in getMemoryWin32HandleNV() local 16426 HANDLE handle; in getMemoryWin32HandleKHR() local 16519 HANDLE handle; in getSemaphoreWin32HandleKHR() local 16998 HANDLE handle; getFenceWin32HandleKHR() local [all...] |
| H A D | vulkan_structs.hpp | 46958 HANDLE handle = {}; global() member 47405 HANDLE handle = {}; global() member 47430 , handle( handle_ ) handle() function 47515 HANDLE handle = {}; global() member 47540 , handle( handle_ ) handle() function 47637 zx_handle_t handle = {}; global() member 48412 HANDLE handle = {}; global() member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_nl80211.c | 81 struct nl_handle *handle; in nl80211_handle_alloc() local 100 static void nl80211_handle_destroy(struct nl_handle *handle) in nl80211_handle_destroy() argument 122 struct nl_handle *handle; in nl_create_handle() local 142 nl_destroy_handles(struct nl_handle **handle) nl_destroy_handles() argument 157 nl80211_register_eloop_read(struct nl_handle **handle, eloop_sock_handler handler, void *eloop_data, int persist) nl80211_register_eloop_read() argument 186 nl80211_destroy_eloop_handle(struct nl_handle **handle, int persist) nl80211_destroy_eloop_handle() argument 693 nl80211_recv_beacons(int sock, void *eloop_ctx, void *handle) nl80211_recv_beacons() argument 1615 wpa_driver_nl80211_event_receive(int sock, void *eloop_ctx, void *handle) wpa_driver_nl80211_event_receive() argument 1792 struct nl_handle *handle; nl80211_check_global() local 1854 wpa_driver_nl80211_handle_eapol_tx_status(int sock, void *eloop_ctx, void *handle) wpa_driver_nl80211_handle_eapol_tx_status() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_nl80211.c | 93 struct nl_sock *handle; in nl_create_handle() local 113 static void nl_destroy_handles(struct nl_sock **handle) in nl_destroy_handles() argument 128 nl80211_register_eloop_read(struct nl_sock **handle, eloop_sock_handler handler, void *eloop_data, int persist) nl80211_register_eloop_read() argument 158 nl80211_destroy_eloop_handle(struct nl_sock **handle, int persist) nl80211_destroy_eloop_handle() argument 531 send_and_recv_msgs_owner(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, struct nl_sock *handle, int set_owner, int (*valid_handler)(struct nl_msg *, void *), void *valid_data, int (*ack_handler_custom)(struct nl_msg *, void *), void *ack_data) send_and_recv_msgs_owner() argument 871 nl80211_recv_beacons(int sock, void *eloop_ctx, void *handle) nl80211_recv_beacons() argument 1941 wpa_driver_nl80211_event_receive(int sock, void *eloop_ctx, void *handle) wpa_driver_nl80211_event_receive() argument 2126 struct nl_sock *handle; nl80211_check_global() local 2188 wpa_driver_nl80211_handle_eapol_tx_status(int sock, void *eloop_ctx, void *handle) wpa_driver_nl80211_handle_eapol_tx_status() argument 12610 struct nl_sock *handle; global() local 12631 struct nl_sock *handle; global() local [all...] |
| /third_party/vulkan-loader/loader/generated/ |
| H A D | vk_loader_extensions.c | 3601 GetMemoryWin32HandlePropertiesKHR( VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32HandlePropertiesKHR* pMemoryWin32HandleProperties) GetMemoryWin32HandlePropertiesKHR() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | null_functions.cpp | 1561 glImportMemoryWin32HandleEXTNULL(GLuint memory, GLuint64 size, GLenum handleType, void *handle) glImportMemoryWin32HandleEXTNULL() argument 1576 glImportSemaphoreWin32HandleEXTNULL(GLuint semaphore, GLenum handleType, void *handle) glImportSemaphoreWin32HandleEXTNULL() argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_linux.c | 2823 dhd_ifadd_event_handler(void *handle, void *event_info, u8 event) dhd_ifadd_event_handler() argument 2935 dhd_ifdel_event_handler(void *handle, void *event_info, u8 event) dhd_ifdel_event_handler() argument 2996 dhd_ifupdate_event_handler(void *handle, void *event_info, u8 event) dhd_ifupdate_event_handler() argument 3076 dhd_set_mac_addr_handler(void *handle, void *event_info, u8 event) dhd_set_mac_addr_handler() argument 3125 dhd_set_mcast_list_handler(void *handle, void *event_info, u8 event) dhd_set_mcast_list_handler() argument 5969 dhd_bus_get(wlan_bt_handle_t handle, bus_owner_t owner) dhd_bus_get() argument 6031 dhd_bus_put(wlan_bt_handle_t handle, bus_owner_t owner) dhd_bus_put() argument 6101 dhd_bus_clk_enable(wlan_bt_handle_t handle, bus_owner_t owner) dhd_bus_clk_enable() argument 6126 dhd_bus_clk_disable(wlan_bt_handle_t handle, bus_owner_t owner) dhd_bus_clk_disable() argument 6150 dhd_bus_reset_bt_use_count(wlan_bt_handle_t handle) dhd_bus_reset_bt_use_count() argument 6161 dhd_bus_retry_hang_recovery(wlan_bt_handle_t handle) dhd_bus_retry_hang_recovery() argument 6326 dhd_deferred_work_rte_log_time_sync(void *handle, void *event_info, u8 event) dhd_deferred_work_rte_log_time_sync() argument 7659 dhd_natoe_ct_event_hanlder(void *handle, void *event_info, u8 event) dhd_natoe_ct_event_hanlder() argument 7718 dhd_natoe_ct_ioctl_handler(void *handle, void *event_info, uint8 event) dhd_natoe_ct_ioctl_handler() argument 9514 dhd_download_btfw(wlan_bt_handle_t handle, char* btfw_path) dhd_download_btfw() argument 17306 dhd_mem_dump(void *handle, void *event_info, u8 event) dhd_mem_dump() argument 17662 dhd_log_dump(void *handle, void *event_info, u8 event) dhd_log_dump() argument 19659 dhd_page_corrupt_cb(void *handle, void *addr_corrupt, size_t len) dhd_page_corrupt_cb() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | mtypes.h | 3053 GLuint64 handle; member 3059 GLuint64 handle; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context.cpp | 871 GLuint handle = mFenceNVHandleAllocator.allocate(); in genFencesNV() local 1206 bindTexture(TextureType target, TextureID handle) bindTexture() argument 1473 getOrCreateQuery(QueryID handle, QueryType type) getOrCreateQuery() argument 7466 QueryID handle = QueryID{mQueryHandleAllocator.allocate()}; genQueries() local 7798 GLuint handle = mState.mSyncManager->createSync(mImplementation.get()); fenceSync() local 8604 importMemoryZirconHandle(MemoryObjectID memory, GLuint64 size, HandleType handleType, GLuint handle) importMemoryZirconHandle() argument 8736 importSemaphoreZirconHandle(SemaphoreID semaphore, HandleType handleType, GLuint handle) importSemaphoreZirconHandle() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | libGLESv2_autogen.cpp | 2960 glImportMemoryZirconHandleANGLE(GLuint memory, GLuint64 size, GLenum handleType, GLuint handle) glImportMemoryZirconHandleANGLE() argument 3668 glImportSemaphoreZirconHandleANGLE(GLuint semaphore, GLenum handleType, GLuint handle) glImportSemaphoreZirconHandleANGLE() argument
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_raii.hpp | 12013 HANDLE handle; in getMemoryWin32HandleNV() local 12393 HANDLE handle; in getMemoryWin32HandleKHR() local 12515 HANDLE handle; in getSemaphoreWin32HandleKHR() local 12958 HANDLE handle; getFenceWin32HandleKHR() local [all...] |
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 1500 i::Handle<i::FunctionTemplateInfo> handle = Utils::OpenHandle(this, true); in InstanceTemplate() local 8353 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); Uint64Value() local 8358 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); Int64Value() local 8363 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); WordCount() local 8369 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); ToWordsArray() local 10367 IsRootForNonTracingGC( const v8::TracedReference<v8::Value>& handle) IsRootForNonTracingGC() argument 10372 ResetHandleInNonTracingGC( const v8::TracedReference<v8::Value>& handle) ResetHandleInNonTracingGC() argument [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 5980 upb_bufhandle handle = UPB_BUFHANDLE_INIT; in upb_bufsrc_putbuf() local 7137 upb_pbdecoder_resume(upb_pbdecoder *d, void *p, const char *buf, size_t size, const upb_bufhandle *handle) upb_pbdecoder_resume() argument 7606 run_decoder_vm(upb_pbdecoder *d, const mgroup *group, const upb_bufhandle* handle) run_decoder_vm() argument 7877 upb_pbdecoder_decode(void *decoder, const void *group, const char *buf, size_t size, const upb_bufhandle *handle) upb_pbdecoder_decode() argument 8766 textprinter_putstr(void *closure, const void *hd, const char *buf, size_t len, const upb_bufhandle *handle) textprinter_putstr() argument 9079 stringsink_string(void *_sink, const void *hd, const char *ptr, size_t len, const upb_bufhandle *handle) stringsink_string() argument 9211 const upb_bufhandle *handle; global() member 9683 const upb_bufhandle *handle = can_alias ? p->handle : NULL; multipart_text() local 11796 parse(void *closure, const void *hd, const char *buf, size_t size, const upb_bufhandle *handle) parse() argument 12831 putstr(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) putstr() argument 12841 putbytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) putbytes() argument 12914 scalar_str(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) scalar_str() argument 12938 repeated_str(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) repeated_str() argument 12961 mapkey_str(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) mapkey_str() argument 12982 scalar_bytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) scalar_bytes() argument 12990 repeated_bytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) repeated_bytes() argument 12999 mapkey_bytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) mapkey_bytes() argument 13142 putstr_nokey(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) putstr_nokey() argument 13188 repeated_str_fieldmask( void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) repeated_str_fieldmask() argument [all...] |
| H A D | upb.h | 4978 IgnoreHandlerDataIgnoreHandle(void *p1, const void *hd, const char *p2, size_t p3, const upb_bufhandle *handle) IgnoreHandlerDataIgnoreHandle() argument 5004 CastHandlerDataIgnoreHandle(void *c, const void *hd, const char *p3, size_t p4, const upb_bufhandle *handle) CastHandlerDataIgnoreHandle() argument 5265 upb_sink_putstring(upb_sink s, upb_selector_t sel, const char *buf, size_t n, const upb_bufhandle *handle) upb_sink_putstring() argument 5538 PutStringBuffer(HandlersPtr::Selector s, const char *buf, size_t len, const upb_bufhandle *handle) PutStringBuffer() argument 5619 upb_bytessink_putbuf(upb_bytessink s, void *subc, const char *buf, size_t size, const upb_bufhandle* handle) upb_bytessink_putbuf() argument 5677 PutBuffer(void *subc, const char *buf, size_t len, const upb_bufhandle *handle) PutBuffer() argument 6146 const upb_bufhandle *handle; global() member [all...] |
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 466 struct nk_image {nk_handle handle;unsigned short w,h;unsigned short region[4];}; member 3995 struct nk_user_font handle; global() member 13007 nk_font_text_width(nk_handle handle, float height, const char *text, int len) nk_font_text_width() argument 13040 nk_font_query_font_glyph(nk_handle handle, float height, struct nk_user_font_glyph *glyph, nk_rune codepoint, nk_rune next_codepoint) nk_font_query_font_glyph() argument 15036 nk_set_user_data(struct nk_context *ctx, nk_handle handle) nk_set_user_data() argument 19554 nk_handle handle = {0}; nk_handle_ptr() local 19561 nk_handle handle; nk_handle_id() local 19593 nk_subimage_handle(nk_handle handle, unsigned short w, unsigned short h, struct nk_rect r) nk_subimage_handle() argument 19607 nk_image_handle(nk_handle handle) nk_image_handle() argument [all...] |
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
| H A D | arkoala_api.h | 4978 ArkUINodeHandle handle; global() member [all...] |