Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.h490 tu_get_system_heap_size(struct tu_physical_device *physical_device);
H A Dtu_knl_drm_msm.cc1264 device->heap.size = tu_get_system_heap_size(device); in tu_knl_drm_msm_load()
H A Dtu_knl_drm_virtio.cc1379 device->heap.size = tu_get_system_heap_size(device); in tu_knl_drm_virtio_load()
H A Dtu_knl_kgsl.cc1587 device->heap.size = tu_get_system_heap_size(device); in tu_knl_kgsl_load()
H A Dtu_device.cc1579 tu_get_system_heap_size(struct tu_physical_device *physical_device) in tu_get_system_heap_size() function