Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 25 of 39) 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.cc87 if (arg_shape.handle_type != DT_INVALID) { in PropagateShapes()
95 {handle, arg_shape.handle_type}}); in PropagateShapes()
229 output.handle_type = (*handle_shapes_and_types)[0].dtype; in StoreOutputShapes()
237 << DataTypeString(output.handle_type) << " handle_shape " in StoreOutputShapes()
278 if (a.handle_type == DT_INVALID) { in MergeInferredShapes()
279 result.handle_type = b.handle_type; in MergeInferredShapes()
280 } else if (b.handle_type == DT_INVALID) { in MergeInferredShapes()
281 result.handle_type = a.handle_type; in MergeInferredShapes()
282 } else if (a.handle_type == b.handle_type) { in MergeInferredShapes()
283 result.handle_type = a.handle_type; in MergeInferredShapes()
[all …]
Dshape_inference.h35 DataType handle_type = DT_INVALID; member
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp80 typedef typename HandleType::handle_type handle_type; typedef in __anon8926e94e0111::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/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp80 typedef typename HandleType::handle_type handle_type; typedef in __anon1a4d86b60111::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.py203 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): argument
227 …if handle_type in self.handle_types and handle_type != 'VkInstance' and handle_type != 'VkPhysical…
236 handle_type = handle_type,
246 handle_type = handle_type,
258 handle_type = handle_type,
269 handle_type = handle_type,
307 …le_type = cur_cmd.name in ADD_INST_CMDS or cur_cmd.handle_type == 'VkInstance' or cur_cmd.handle_t…
348 …le_type = cur_cmd.name in ADD_INST_CMDS or cur_cmd.handle_type == 'VkInstance' or cur_cmd.handle_t…
Dcommon_codegen.py78 def IsDispatchable(self, handle_type): argument
79 return self.get(handle_type) == 'VK_DEFINE_HANDLE'
80 def IsNonDispatchable(self, handle_type): argument
81 return self.get(handle_type) == 'VK_DEFINE_NON_DISPATCHABLE_HANDLE'
Ddispatch_table_helper_generator.py175 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): argument
176 if handle_type not in self.handle_types:
178 …if handle_type != 'VkInstance' and handle_type != 'VkPhysicalDevice' and name != 'vkGetInstancePro…
Dhelper_file_generator.py310 def TypeContainsObjectHandle(self, handle_type, dispatchable): argument
315 if type_check(handle_type):
318 if handle_type in self.structNames:
319 … member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == handle_type), None)
/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/
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/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/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/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify15.c168 } else if (event_file_handle->handle_type != in do_test()
169 event_set[i].handle.handle_type) { in do_test()
174 event_file_handle->handle_type, in do_test()
175 event_set[i].handle.handle_type); in do_test()
Dfanotify13.c241 if (event_file_handle->handle_type != in do_test()
242 event_set[i].handle.handle_type) { in do_test()
247 event_file_handle->handle_type, in do_test()
248 event_set[i].handle.handle_type); in do_test()
/external/tensorflow/tensorflow/core/ops/
Dfunctional_ops.cc41 const std::vector<shape_inference::ShapeAndType>* handle_type = in __anon4a8e12910102() local
43 if (handle_type != nullptr) { in __anon4a8e12910102()
44 c->set_output(i, handle_type->at(0).shape); in __anon4a8e12910102()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c319 handle_type(enum xa_handle_type type) in handle_type() function
432 whandle.type = handle_type(type); in xa_surface_from_handle2()
561 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/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc100 typedef Handle handle_type; typedef
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp5889 const auto handle_type = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR; in TEST_F() local
5892 const auto handle_type = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR; in TEST_F()
5916 handle_type}; in TEST_F()
5933 …oreCreateInfoKHR esci = {VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR, nullptr, handle_type}; in TEST_F()
5950 handle_type}; in TEST_F()
5958 …_IMPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR, nullptr, import_semaphore, 0, handle_type, handle, nullpt… in TEST_F()
5966 …nfoKHR ghi = {VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR, nullptr, export_semaphore, handle_type}; in TEST_F()
5973 … VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR, nullptr, import_semaphore, 0, handle_type, fd}; in TEST_F()
6014 const auto handle_type = VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR; in TEST_F() local
6017 const auto handle_type = VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR; in TEST_F()
[all …]

12