Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c1574 iris_get_heap_max(struct iris_bufmgr *bufmgr) in iris_get_heap_max() function
1594 for (int h = 0; h < iris_get_heap_max(bufmgr); h++) { in cleanup_bo_cache()
1859 for (int h = 0; h < iris_get_heap_max(bufmgr); h++) { in iris_bufmgr_destroy()
2430 bufmgr->bucket_cache = calloc(iris_get_heap_max(bufmgr), in iris_bufmgr_create()
2434 for (int h = 0; h < iris_get_heap_max(bufmgr); h++) in iris_bufmgr_create()
2449 iris_get_heap_max(bufmgr), true, bufmgr, in iris_bufmgr_create()