Searched refs:AdapterLuid (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | D3DKMT.cpp | 349 pData->AdapterLuid.LowPart = 0; in D3DKMTOpenAdapterFromHdc() 350 pData->AdapterLuid.HighPart = 0; in D3DKMTOpenAdapterFromHdc() 361 pData->AdapterLuid.LowPart = 0; in D3DKMTOpenAdapterFromGdiDisplayName() 362 pData->AdapterLuid.HighPart = 0; in D3DKMTOpenAdapterFromGdiDisplayName() 373 pData->AdapterLuid.LowPart = 0; in D3DKMTOpenAdapterFromDeviceName() 374 pData->AdapterLuid.HighPart = 0; in D3DKMTOpenAdapterFromDeviceName()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 114 desc1.AdapterLuid = _LUID{10, 1000}; in TEST() 117 driver.set_adapterLUID(desc1.AdapterLuid); in TEST() 145 desc1.AdapterLuid = _LUID{10, 1000}; in TEST() 148 driver.set_adapterLUID(desc1.AdapterLuid); in TEST() 151 D3DKMT_Adapter{0, desc1.AdapterLuid}.add_driver_manifest_path(env.get_icd_manifest_path(0))); in TEST() 220 desc1.AdapterLuid = _LUID{10, 1000}; in TEST() 222 driver.set_adapterLUID(desc1.AdapterLuid); in TEST() 270 desc1.AdapterLuid = _LUID{10, 1000}; in TEST() 272 driver.set_adapterLUID(desc1.AdapterLuid); in TEST() 515 desc1.AdapterLuid in TEST() [all...] |
H A D | loader_alloc_callback_tests.cpp | 991 desc1.AdapterLuid = _LUID{10, 1000}; in TEST() 993 env.get_test_icd(0).set_adapterLUID(desc1.AdapterLuid); in TEST()
|
H A D | loader_regression_tests.cpp | 4228 desc.AdapterLuid = luid; in add_dxgi_adapter() 4231 driver.set_adapterLUID(desc.AdapterLuid); in add_dxgi_adapter() 4235 D3DKMT_Adapter{static_cast<UINT>(env.icds.size()) - 1U, desc.AdapterLuid}.add_driver_manifest_path( in add_dxgi_adapter()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_device.h | 64 LUID AdapterLuid; member
|
H A D | stw_device.c | 94 stw_winsys->get_adapter_luid(screen, hdc, &stw_dev->AdapterLuid); in init_screen()
|
H A D | stw_framebuffer.c | 622 data.luidAdapter = stw_dev->AdapterLuid; in stw_framebuffer_present_locked()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_dxgi.c | 41 .adapter_luid = dxgi_desc.AdapterLuid, in dzn_enumerate_physical_devices_dxgi()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 635 mAdapterDescription.AdapterLuid = adapterDesc2.AdapterLuid; in initialize() 715 if (SUCCEEDED(temp->GetDesc(&desc)) && desc.AdapterLuid.HighPart == high && in callD3D11CreateDevice() 716 desc.AdapterLuid.LowPart == low) in callD3D11CreateDevice() 2286 // Don't use the AdapterLuid here, since that doesn't persist across reboot. in getAdapterIdentifier() 3931 *adapterLuid = adapterDesc.AdapterLuid; in getLUID()
|
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 986 res = enumerate_adapter_physical_devices(inst, icd_term, icd_idx, description.AdapterLuid, icd_phys_devs_array_count, in windows_read_sorted_physical_devices()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1304 if (deMemCmp(&desc.AdapterLuid, propertiesId.deviceLUID, VK_LUID_SIZE) == 0) in DX11OperationSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1303 if (deMemCmp(&desc.AdapterLuid, propertiesId.deviceLUID, VK_LUID_SIZE) == 0) in DX11OperationSupport()
|
Completed in 28 milliseconds