Home
last modified time | relevance | path

Searched refs:shared_system_memory (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_dxcore_screen.cpp199 uint64_t dedicated_video_memory, dedicated_system_memory, shared_system_memory; in d3d12_init_dxcore_screen() local
203 …(screen->adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &shared_system_memory)) || in d3d12_init_dxcore_screen()
216 …y_size_megabytes = (dedicated_video_memory + dedicated_system_memory + shared_system_memory) >> 20; in d3d12_init_dxcore_screen()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_physical_device_enum.h44 uint64_t shared_system_memory; member
H A Ddzn_dxgi.c46 .shared_system_memory = dxgi_desc.SharedSystemMemory, in dzn_enumerate_physical_devices_dxgi()
H A Ddzn_dxcore.cpp71 …LED(adapter->GetProperty(DXCoreAdapterProperty::SharedSystemMemory, &desc.shared_system_memory)) || in dzn_enumerate_physical_devices_dxcore()
H A Ddzn_device.c527 .size = pdev->desc.shared_system_memory, in dzn_physical_device_init_memory()
970 pdev->desc.shared_system_memory) / 4, in dzn_physical_device_get_properties()