Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Support/Windows/
DWindowsSupport.h92 typedef typename HandleTraits::handle_type handle_type; typedef
93 handle_type Handle;
101 explicit ScopedHandle(handle_type h) in ScopedHandle()
109 handle_type take() { in take()
110 handle_type t = Handle; in take()
115 ScopedHandle &operator=(handle_type h) {
127 operator handle_type() const { in handle_type() function
133 typedef HANDLE handle_type; typedef
135 static handle_type GetInvalid() { in GetInvalid()
139 static void Close(handle_type h) { in Close()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DWindowsSupport.h95 typedef typename HandleTraits::handle_type handle_type; typedef
96 handle_type Handle;
104 explicit ScopedHandle(handle_type h) in ScopedHandle()
112 handle_type take() { in take()
113 handle_type t = Handle; in take()
118 ScopedHandle &operator=(handle_type h) {
130 operator handle_type() const { in handle_type() function
136 typedef HANDLE handle_type; typedef
138 static handle_type GetInvalid() { in GetInvalid()
142 static void Close(handle_type h) { in Close()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h93 typedef typename HandleTraits::handle_type handle_type; typedef
94 handle_type Handle;
102 explicit ScopedHandle(handle_type h) in ScopedHandle()
110 handle_type take() { in take()
111 handle_type t = Handle; in take()
116 ScopedHandle &operator=(handle_type h) {
128 operator handle_type() const { in handle_type() function
134 typedef HANDLE handle_type; typedef
136 static handle_type GetInvalid() { in GetInvalid()
140 static void Close(handle_type h) { in Close()
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc76 if (arg_shape.handle_type != DT_INVALID) { in PropagateShapes()
84 {handle, arg_shape.handle_type}}); in PropagateShapes()
118 output.handle_type = (*handle_shapes_and_types)[0].dtype; in StoreOutputShapes()
126 << DataTypeString(output.handle_type) << " handle_shape " in StoreOutputShapes()
166 if (a.handle_type == DT_INVALID) { in MergeInferredShapes()
167 result.handle_type = b.handle_type; in MergeInferredShapes()
168 } else if (b.handle_type == DT_INVALID) { in MergeInferredShapes()
169 result.handle_type = a.handle_type; in MergeInferredShapes()
170 } else if (a.handle_type == b.handle_type) { in MergeInferredShapes()
171 result.handle_type = a.handle_type; in MergeInferredShapes()
[all …]
Dshape_inference.h35 DataType handle_type = DT_INVALID; member
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp80 typedef typename HandleType::handle_type handle_type; typedef in __anon169d18b40111::ScopedHandle
82 handle_type Handle;
88 explicit ScopedHandle(handle_type handle) in ScopedHandle()
95 ScopedHandle& operator=(handle_type handle) { in operator =()
107 operator handle_type() { in operator handle_type()
114 typedef HANDLE handle_type; typedef
116 static handle_type GetInvalidHandle() { in GetInvalidHandle()
120 static void Destruct(handle_type Handle) { in Destruct()
124 static bool isValid(handle_type Handle) { in isValid()
130 typedef HANDLE handle_type; typedef
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp80 typedef typename HandleType::handle_type handle_type; typedef in __anon21d0330c0111::ScopedHandle
82 handle_type Handle;
88 explicit ScopedHandle(handle_type handle) in ScopedHandle()
95 ScopedHandle& operator=(handle_type handle) { in operator =()
107 operator handle_type() { in operator handle_type()
114 typedef HANDLE handle_type; typedef
116 static handle_type GetInvalidHandle() { in GetInvalidHandle()
120 static void Destruct(handle_type Handle) { in Destruct()
124 static bool isValid(handle_type Handle) { in isValid()
130 typedef HANDLE handle_type; typedef
[all …]
/external/vulkan-validation-layers/scripts/
Dlayer_dispatch_table_generator.py199 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): argument
200 … handle = self.registry.tree.find("types/type/[name='" + handle_type + "'][@category='handle']")
225 if handle is not None and handle_type != 'VkInstance' and handle_type != 'VkPhysicalDevice':
234 handle_type = handle_type,
244 handle_type = handle_type,
256 handle_type = handle_type,
267 handle_type = handle_type,
305 …le_type = cur_cmd.name in ADD_INST_CMDS or cur_cmd.handle_type == 'VkInstance' or cur_cmd.handle_t…
346 …le_type = cur_cmd.name in ADD_INST_CMDS or cur_cmd.handle_type == 'VkInstance' or cur_cmd.handle_t…
Ddispatch_table_helper_generator.py169 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): argument
170 … handle = self.registry.tree.find("types/type/[name='" + handle_type + "'][@category='handle']")
173 …if handle_type != 'VkInstance' and handle_type != 'VkPhysicalDevice' and name != 'vkGetInstancePro…
Dhelper_file_generator.py302 def TypeContainsObjectHandle(self, handle_type, dispatchable): argument
307 … handle = self.registry.tree.find("types/type/[name='" + handle_type + "'][@category='handle']")
311 if handle_type in self.structNames:
312 … member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == handle_type), None)
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp75 typedef typename HandleType::handle_type handle_type; typedef in __anon74a0a6600111::ScopedHandle
77 handle_type Handle;
83 explicit ScopedHandle(handle_type handle) in ScopedHandle()
90 ScopedHandle& operator=(handle_type handle) { in operator =()
102 operator handle_type() { in operator handle_type()
109 typedef HANDLE handle_type; typedef
111 static handle_type GetInvalidHandle() { in GetInvalidHandle()
115 static void Destruct(handle_type Handle) { in Destruct()
119 static bool isValid(handle_type Handle) { in isValid()
125 typedef HANDLE handle_type; typedef
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h28 typedef typename Node::handle_type handle_type; typedef
30 handle_type Put(args_type args, bool *inserted = nullptr);
97 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type
101 if (!Node::is_valid(args)) return handle_type(); in Put()
Dsanitizer_stackdepot.cc85 typedef StackDepotHandle handle_type; typedef
/external/strace/tests-m32/
Dfile_handle.c56 int handle_type; member
104 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at()
132 fh->handle_type); in do_open_by_handle_at()
299 handle->handle_bytes, handle->handle_type); in main()
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type); in main()
/external/strace/tests-mx32/
Dfile_handle.c56 int handle_type; member
104 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at()
132 fh->handle_type); in do_open_by_handle_at()
299 handle->handle_bytes, handle->handle_type); in main()
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type); in main()
/external/strace/tests/
Dfile_handle.c56 int handle_type; member
104 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at()
132 fh->handle_type); in do_open_by_handle_at()
299 handle->handle_bytes, handle->handle_type); in main()
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type); in main()
/external/strace/
Dfile_handle.c39 int handle_type; member
84 tprintf(", handle_type=%d", h.handle_type); in SYS_FUNC()
121 h.handle_bytes, h.handle_type); in SYS_FUNC()
/external/tensorflow/tensorflow/core/ops/
Dfunctional_ops.cc41 const std::vector<shape_inference::ShapeAndType>* handle_type = in __anon22ceab0f0102() local
43 if (handle_type != nullptr) { in __anon22ceab0f0102()
44 c->set_output(i, handle_type->at(0).shape); in __anon22ceab0f0102()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c310 handle_type(enum xa_handle_type type) in handle_type() function
423 whandle.type = handle_type(type); in xa_surface_from_handle2()
552 whandle.type = handle_type(type); in xa_surface_handle()
/external/skqp/src/compute/skc/platforms/cl_12/
Druntime_cl_12.h125 skc_typed_handle_type_e const handle_type,
Dhandle_pool_cl_12.c425 skc_typed_handle_type_e const handle_type, in skc_runtime_handle_host_validated_retain() argument
439 if (!SKC_TYPED_HANDLE_IS_TYPE(typed_handle,handle_type)) in skc_runtime_handle_host_validated_retain()
/external/skia/src/compute/skc/platforms/cl_12/
Druntime_cl_12.h125 skc_typed_handle_type_e const handle_type,
Dhandle_pool_cl_12.c425 skc_typed_handle_type_e const handle_type, in skc_runtime_handle_host_validated_retain() argument
439 if (!SKC_TYPED_HANDLE_IS_TYPE(typed_handle,handle_type)) in skc_runtime_handle_host_validated_retain()
/external/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc100 typedef Handle handle_type; typedef
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c296 req->handle_type = DRM_VMW_HANDLE_LEGACY; in vmw_ioctl_surface_req()
311 req->handle_type = DRM_VMW_HANDLE_LEGACY; in vmw_ioctl_surface_req()
315 req->handle_type = DRM_VMW_HANDLE_PRIME; in vmw_ioctl_surface_req()

12