Home
last modified time | relevance | path

Searched refs:SharedSystemMemory (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/microsoft/vulkan/
Ddzn_dxgi.c46 .shared_system_memory = dxgi_desc.SharedSystemMemory, in dzn_enumerate_physical_devices_dxgi()
Ddzn_dxcore.cpp71 …FAILED(adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &desc.shared_system_memory)… in dzn_enumerate_physical_devices_dxcore()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_dxgi_xbox_screen.cpp111 (adapter_desc.DedicatedSystemMemory >> 20) + (adapter_desc.SharedSystemMemory >> 20); in d3d12_init_dxgi_screen()
Dd3d12_dxgi_screen.cpp191 (adapter_desc.DedicatedSystemMemory >> 20) + (adapter_desc.SharedSystemMemory >> 20); in d3d12_init_dxgi_screen()
Dd3d12_dxcore_screen.cpp208 …FAILED(screen->adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &shared_system_memo… in d3d12_init_dxcore_screen()
/external/intel-media-driver/cmrtlib/linux/share/
Dcm_def_os.h273 SharedSystemMemory, // uint32_t SharedSystemMemory; enumerator
Dcm_rt_api_os.h206 SharedSystemMemory, // uint32_t SharedSystemMemory; enumerator
/external/intel-media-driver/cmrtlib/linux/hardware/
Dcm_device_os.cpp303 case SharedSystemMemory: in QueryAdapterInfo()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp610 mAdapterDescription.SharedSystemMemory = adapterDesc2.SharedSystemMemory; in initialize()