/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tri-gs.c | 82 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 D | tex-swizzle.c | 42 void *handle; in set_vertices() local 69 void *handle; in set_vertex_shader() local 86 void *handle; in set_fragment_shader() local
|
H A D | tex-srgb.c | 60 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 D | vmw_screen_dri.c | 154 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 D | child.js | [all...] |
/third_party/node/src/ |
H A D | fs_event_wrap.cc | 178 void FSEventWrap::OnEvent(uv_fs_event_t* handle, const char* filename, in OnEvent() argument
|
H A D | node_report_utils.cc | 54 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 D | node_win32_etw_provider.cc | 128 void etw_events_change_async(uv_async_t* handle) { in etw_events_change_async() argument
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-handle-set.h | 19 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 D | node_trace_buffer.cc | 16 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 D | res_cache.c | 163 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY);
in dns_get_default_network() local
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink_rand.c | 29 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 D | res_cache.c | 163 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY);
in dns_get_default_network() local
|
/third_party/mesa3d/include/vulkan/ |
H A D | vk_android_native_buffer.h | 68 buffer_handle_t handle; member
|
/third_party/libdrm/tests/modetest/ |
H A D | cursor.c | 80 uint32_t handle = 0; in set_cursor() local
|
/third_party/libdrm/radeon/ |
H A D | radeon_bo.c | 45 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 D | tegra.c | 155 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 D | vm_tests.c | 194 amdgpu_va_handle handle; in amdgpu_vm_unaligned_map() local
|
/third_party/libdrm/tests/tegra/ |
H A D | drm-test.c | 164 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 D | virtual-address-space.cc | 128 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 D | emulated-virtual-address-subspace.cc | 108 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
|
/third_party/node/deps/v8/src/handles/ |
H A D | handles-inl.h | 63 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 D | embedder-tracing.cc | 208 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 D | write-barrier.cc | 168 IsMarking(const void* object, HeapHandle** handle) IsMarking() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_fence.cpp | 117 d3d12_open_fence(struct d3d12_screen *screen, HANDLE handle, const void *name) in d3d12_open_fence() argument
|