Searched refs:SharedSystemMemory (Results 1 – 9 of 9) sorted by relevance
46 .shared_system_memory = dxgi_desc.SharedSystemMemory, in dzn_enumerate_physical_devices_dxgi()
71 …FAILED(adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &desc.shared_system_memory)… in dzn_enumerate_physical_devices_dxcore()
111 (adapter_desc.DedicatedSystemMemory >> 20) + (adapter_desc.SharedSystemMemory >> 20); in d3d12_init_dxgi_screen()
191 (adapter_desc.DedicatedSystemMemory >> 20) + (adapter_desc.SharedSystemMemory >> 20); in d3d12_init_dxgi_screen()
208 …FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &shared_system_memo… in d3d12_init_dxcore_screen()
273 SharedSystemMemory, // uint32_t SharedSystemMemory; enumerator
206 SharedSystemMemory, // uint32_t SharedSystemMemory; enumerator
303 case SharedSystemMemory: in QueryAdapterInfo()
610 mAdapterDescription.SharedSystemMemory = adapterDesc2.SharedSystemMemory; in initialize()