Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h79 typedef typename HandleTraits::handle_type handle_type; typedef
80 handle_type Handle;
88 explicit ScopedHandle(handle_type h) in ScopedHandle()
96 handle_type take() { in take()
97 handle_type t = Handle; in take()
102 ScopedHandle &operator=(handle_type h) {
114 operator handle_type() const { in handle_type() function
120 typedef HANDLE handle_type; typedef
122 static handle_type GetInvalid() { in GetInvalid()
126 static void Close(handle_type h) { in Close()
[all …]
/external/llvm-project/llvm/include/llvm/Support/Windows/
DWindowsSupport.h79 typedef typename HandleTraits::handle_type handle_type; typedef
80 handle_type Handle;
88 explicit ScopedHandle(handle_type h) in ScopedHandle()
96 handle_type take() { in take()
97 handle_type t = Handle; in take()
102 ScopedHandle &operator=(handle_type h) {
114 operator handle_type() const { in handle_type() function
120 typedef HANDLE handle_type; typedef
122 static handle_type GetInvalid() { in GetInvalid()
126 static void Close(handle_type h) { in Close()
[all …]
/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-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/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp80 typedef typename HandleType::handle_type handle_type; typedef in __anond6cdad920111::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-project/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp79 typedef typename HandleType::handle_type handle_type; typedef in __anon008993c00111::ScopedHandle
81 handle_type Handle;
87 explicit ScopedHandle(handle_type handle) in ScopedHandle()
94 ScopedHandle& operator=(handle_type handle) { in operator =()
106 operator handle_type() { in operator handle_type()
113 typedef HANDLE handle_type; typedef
115 static handle_type GetInvalidHandle() { in GetInvalidHandle()
119 static void Destruct(handle_type Handle) { in Destruct()
123 static bool isValid(handle_type Handle) { in isValid()
129 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…
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs321 let (handle_type, rutabaga_type) = in allocate_memory()
353 .export_info(handle_type) in allocate_memory()
356 let descriptor = device_memory.export_fd(handle_type)?.into(); in allocate_memory()
360 handle_type: rutabaga_type, in allocate_memory()
379 let handle_type = match handle.handle_type { in import_and_map() localVariable
394 .import_info(handle.os_handle.into(), handle_type) in import_and_map()
Dminigbm.rs149 handle_type: RUTABAGA_MEM_HANDLE_TYPE_DMABUF, in allocate_memory()
171 handle_type: RUTABAGA_MEM_HANDLE_TYPE_DMABUF, in allocate_memory()
Dsystem_gralloc.rs50 handle_type: RUTABAGA_MEM_HANDLE_TYPE_OPAQUE_FD, in allocate_memory()
/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()
/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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h29 typedef typename Node::handle_type handle_type; typedef
31 handle_type Put(args_type args, bool *inserted = nullptr);
99 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type
103 if (!Node::is_valid(args)) return handle_type(); in Put()
/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/llvm-project/compiler-rt/test/msan/Linux/
Dname_to_handle_at.cpp22 __msan_check_mem_is_initialized(&handle->handle_type, in main()
23 sizeof(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/crosvm/devices/src/virtio/gpu/
Dudmabuf.rs168 handle_type: RUTABAGA_MEM_HANDLE_TYPE_DMABUF, in create_udmabuf()
251 rutabaga_handle1.handle_type, in test_udmabuf_create()
262 rutabaga_handle2.handle_type, in test_udmabuf_create()
/external/tensorflow/tensorflow/core/ops/
Dfunctional_ops.cc41 const std::vector<shape_inference::ShapeAndType>* handle_type = in __anonb31eee6d0102() local
43 if (handle_type != nullptr) { in __anonb31eee6d0102()
44 c->set_output(i, handle_type->at(0).shape); in __anonb31eee6d0102()

123