Home
last modified time | relevance | path

Searched defs:luid (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/uv/src/win/
Dgetaddrinfo.c400 NET_LUID luid; in uv_if_indextoname() local
/third_party/libuv/src/win/
Dgetaddrinfo.c345 NET_LUID luid; in uv_if_indextoname() local
/third_party/vulkan-loader/loader/
Dadapters.h28 LUID luid; member
Dloader_windows.c797 LUID luid, uint32_t *icd_phys_devs_array_count, in enumerate_adapter_physical_devices()
/third_party/mesa3d/src/mesa/main/
Dversion.c708 _mesa_get_device_luid(struct gl_context *ctx, GLint *luid) in _mesa_get_device_luid()
/third_party/node/deps/cares/src/lib/
Dares__iface_ips.c366 NET_LUID luid; in ares__iface_ips_enumerate() local
Dares_sysconfig.c234 static ULONG getBestRouteMetric(IF_LUID * const luid, /* Can't be const :( */ in getBestRouteMetric()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp1099 d3d12_get_adapter_luid(struct pipe_screen *pscreen, char *luid) in d3d12_get_adapter_luid()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c151 zink_get_device_luid(struct pipe_screen *pscreen, char *luid) in zink_get_device_luid()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c678 static void noop_get_device_luid(struct pipe_screen *screen, char *luid) in noop_get_device_luid()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c465 trace_screen_get_device_luid(struct pipe_screen *_screen, char *luid) in trace_screen_get_device_luid()
/third_party/vulkan-loader/tests/
Dloader_regression_tests.cpp4216 void add_dxgi_adapter(FrameworkEnvironment& env, const char* name, LUID luid, uint32_t vendor_id) { in add_dxgi_adapter()