Home
last modified time | relevance | path

Searched defs:handle (Results 1001 - 1025 of 3694) sorted by relevance

1...<<41424344454647484950>>...148

/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-gs.c82 void *handle; in set_vertices() local
109 void *handle; in set_vertex_shader() local
126 void *handle; in set_fragment_shader() local
141 void *handle; in set_geometry_shader() local
241 void *handle; init() local
250 void *handle; init() local
258 void *handle; init() local
[all...]
H A Dtex-swizzle.c42 void *handle; in set_vertices() local
69 void *handle; in set_vertex_shader() local
86 void *handle; in set_fragment_shader() local
H A Dtex-srgb.c60 void *handle; in set_vertices() local
87 void *handle; in set_vertex_shader() local
104 void *handle; in set_fragment_shader() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c154 uint32_t handle; in vmw_drm_gb_surface_from_handle() local
224 uint32_t handle = 0; in vmw_drm_surface_from_handle() local
[all...]
/third_party/node/lib/internal/cluster/
H A Dchild.js[all...]
/third_party/node/src/
H A Dfs_event_wrap.cc178 void FSEventWrap::OnEvent(uv_fs_event_t* handle, const char* filename, in OnEvent() argument
H A Dnode_report_utils.cc54 uv_any_handle* handle = reinterpret_cast<uv_any_handle*>(h); in ReportEndpoints() local
85 uv_any_handle* handle = reinterpret_cast<uv_any_handle*>(h); in ReportPipeEndpoints() local
123 uv_any_handle* handle = reinterpret_cast<uv_any_handle*>(h); ReportPath() local
161 uv_any_handle* handle = reinterpret_cast<uv_any_handle*>(h); WalkHandle() local
[all...]
H A Dnode_win32_etw_provider.cc128 void etw_events_change_async(uv_async_t* handle) { in etw_events_change_async() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h19 explicit ZoneHandleSet(Handle<T> handle) in ZoneHandleSet() argument
43 void insert(Handle<T> handle, Zone* zone) { in insert() argument
117 void remove(Handle<T> handle, Zone* zone) { in remove() argument
/third_party/node/src/tracing/
H A Dnode_trace_buffer.cc16 TraceObject* InternalTraceBuffer::AddTraceEvent(uint64_t* handle) { in AddTraceEvent() argument
34 TraceObject* InternalTraceBuffer::GetEventByHandle(uint64_t handle) { in GetEventByHandle() argument
87 ExtractHandle( uint64_t handle, uint32_t* buffer_id, size_t* chunk_index, uint32_t* chunk_seq, size_t* event_index) const ExtractHandle() argument
123 AddTraceEvent(uint64_t* handle) AddTraceEvent() argument
135 GetEventByHandle(uint64_t handle) GetEventByHandle() argument
[all...]
/third_party/musl/porting/linux/user/src/network/
H A Dres_cache.c163 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in dns_get_default_network() local
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c29 void *handle; member
38 void *add_handle_node(void *handle, struct dso *dso) in add_handle_node() argument
51 struct dso *find_dso_by_handle(void *handle) in find_dso_by_handle() argument
75 remove_handle_node(void *handle) remove_handle_node() argument
97 uintptr_t handle = saved_handle; gen_handle() local
109 void *handle = find_handle_by_dso(p); assign_valid_handle() local
[all...]
/third_party/musl/src/network/
H A Dres_cache.c163 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in dns_get_default_network() local
/third_party/mesa3d/include/vulkan/
H A Dvk_android_native_buffer.h68 buffer_handle_t handle; member
/third_party/libdrm/tests/modetest/
H A Dcursor.c80 uint32_t handle = 0; in set_cursor() local
/third_party/libdrm/radeon/
H A Dradeon_bo.c45 radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, in radeon_bo_open() argument
/third_party/libdrm/tegra/
H A Dtegra.c155 drm_tegra_bo_wrap(struct drm_tegra *drm, uint32_t handle, uint32_t flags, in drm_tegra_bo_wrap() argument
187 drm_tegra_bo_get_handle(struct drm_tegra_bo *bo, uint32_t *handle) in drm_tegra_bo_get_handle() argument
100 drm_tegra_bo_alloc(struct drm_tegra *drm, uint32_t handle, uint32_t flags, uint32_t size) drm_tegra_bo_alloc() argument
[all...]
/third_party/libdrm/tests/amdgpu/
H A Dvm_tests.c194 amdgpu_va_handle handle; in amdgpu_vm_unaligned_map() local
/third_party/libdrm/tests/tegra/
H A Ddrm-test.c164 drm_framebuffer_new(struct drm_framebuffer **fbp, struct drm_screen *screen, uint32_t handle, unsigned int width, unsigned int height, unsigned int pitch, uint32_t format, void *data) drm_framebuffer_new() argument
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space.cc128 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
290 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
H A Demulated-virtual-address-subspace.cc108 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
/third_party/node/deps/v8/src/handles/
H A Dhandles-inl.h63 V8_INLINE Handle<T> handle(T object, Isolate* isolate) { in handle() function
68 V8_INLINE Handle<T> handle(T object, LocalIsolate* isolate) { in handle() function
73 V8_INLINE Handle<T> handle(T object, LocalHeap* local_heap) { in handle() function
78 inline std::ostream& operator<<(std::ostream& os, Handle<T> handle) { in operator <<() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing.cc208 IsRoot( const v8::TracedReference<v8::Value>& handle) IsRoot() argument
213 ResetRoot( const v8::TracedReference<v8::Value>& handle) ResetRoot() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dwrite-barrier.cc168 IsMarking(const void* object, HeapHandle** handle) IsMarking() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp117 d3d12_open_fence(struct d3d12_screen *screen, HANDLE handle, const void *name) in d3d12_open_fence() argument

Completed in 12 milliseconds

1...<<41424344454647484950>>...148