Home
last modified time | relevance | path

Searched refs:low_heap (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_va.c54 PRINT_HEAP(low_heap); in anv_device_print_vas()
105 address = va_add(&device->va.low_heap, address, _1Gb); in anv_physical_device_init_va_ranges()
Danv_device.c453 device->physical->va.low_heap.addr, in anv_CreateDevice()
454 device->physical->va.low_heap.size); in anv_CreateDevice()
Danv_private.h1155 struct anv_va_range low_heap; member