/third_party/libuv/src/win/ |
H A D | getaddrinfo.c | 345 NET_LUID luid; in uv_if_indextoname() local 352 r = ConvertInterfaceIndexToLuid(ifindex, &luid); in uv_if_indextoname() 357 r = ConvertInterfaceLuidToNameW(&luid, wname, ARRAY_SIZE(wname)); in uv_if_indextoname()
|
/third_party/node/deps/uv/src/win/ |
H A D | getaddrinfo.c | 400 NET_LUID luid; in uv_if_indextoname() local 408 r = ConvertInterfaceIndexToLuid(ifindex, &luid); in uv_if_indextoname() 413 r = ConvertInterfaceLuidToNameW(&luid, wname, ARRAY_SIZE(wname)); in uv_if_indextoname()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | version.h | 62 _mesa_get_device_luid(struct gl_context *ctx, GLint *luid);
|
H A D | version.c | 708 _mesa_get_device_luid(struct gl_context *ctx, GLint *luid) in _mesa_get_device_luid() argument 712 memset(luid, 0, GL_UUID_SIZE_EXT); in _mesa_get_device_luid() 713 screen->get_device_luid(screen, (char *)luid); in _mesa_get_device_luid()
|
/third_party/vulkan-loader/loader/ |
H A D | adapters.h | 28 LUID luid; member
|
H A D | loader_windows.c | 797 LUID luid, uint32_t *icd_phys_devs_array_count, in enumerate_adapter_physical_devices() 800 VkResult res = icd_term->scanned_icd->EnumerateAdapterPhysicalDevices(icd_term->instance, luid, &count, NULL); in enumerate_adapter_physical_devices() 825 } while ((res = icd_term->scanned_icd->EnumerateAdapterPhysicalDevices(icd_term->instance, luid, &count, in enumerate_adapter_physical_devices() 840 // that share a luid the physical device will get queried multiple times. We can prevent that by not adding them if the in enumerate_adapter_physical_devices() 861 next_icd_phys_devs->windows_adapter_luid = luid; in enumerate_adapter_physical_devices() 796 enumerate_adapter_physical_devices(struct loader_instance *inst, struct loader_icd_term *icd_term, uint32_t icd_idx, LUID luid, uint32_t *icd_phys_devs_array_count, struct loader_icd_physical_devices *icd_phys_devs_array) enumerate_adapter_physical_devices() argument
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__iface_ips.c | 366 NET_LUID luid; in ares__iface_ips_enumerate() local 367 ConvertInterfaceIndexToLuid(address->IfIndex, &luid); in ares__iface_ips_enumerate() 368 ConvertInterfaceLuidToNameA(&luid, ifname, sizeof(ifname)); in ares__iface_ips_enumerate()
|
H A D | ares_sysconfig.c | 223 * identified by \a luid, it determines the best route to \a dest and combines 234 static ULONG getBestRouteMetric(IF_LUID * const luid, /* Can't be const :( */ in getBestRouteMetric() argument 255 luid, 0, in getBestRouteMetric()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 546 * Fill @luid with the locally unique identifier of the context 550 * \param luid pointer to a memory region of PIPE_LUID_SIZE bytes 552 void (*get_device_luid)(struct pipe_screen *screen, char *luid);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 678 static void noop_get_device_luid(struct pipe_screen *screen, char *luid) in noop_get_device_luid() argument 683 oscreen->get_device_luid(oscreen, luid); in noop_get_device_luid()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 465 trace_screen_get_device_luid(struct pipe_screen *_screen, char *luid) in trace_screen_get_device_luid() argument 472 screen->get_device_luid(screen, luid); in trace_screen_get_device_luid() 474 trace_dump_ret(string, luid); in trace_screen_get_device_luid()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_screen.cpp | 1099 d3d12_get_adapter_luid(struct pipe_screen *pscreen, char *luid) in d3d12_get_adapter_luid() argument 1102 memcpy(luid, &screen->adapter_luid, PIPE_LUID_SIZE); in d3d12_get_adapter_luid()
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | windows_shim.cpp | 63 adapters->adapters[i].luid = platform_shim.d3dkmt_adapters[i].adapter_luid; in ShimEnumAdapters2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 151 zink_get_device_luid(struct pipe_screen *pscreen, char *luid) in zink_get_device_luid() argument 155 memcpy(luid, screen->info.props11.deviceLUID, VK_LUID_SIZE); in zink_get_device_luid() 157 memcpy(luid, screen->info.deviceid_props.deviceLUID, VK_LUID_SIZE); in zink_get_device_luid()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_regression_tests.cpp | 4216 void add_dxgi_adapter(FrameworkEnvironment& env, const char* name, LUID luid, uint32_t vendor_id) { in add_dxgi_adapter() argument 4228 desc.AdapterLuid = luid; in add_dxgi_adapter()
|