Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1565 iris_get_heap_max(struct iris_bufmgr *bufmgr) in iris_get_heap_max() function
1585 for (int h = 0; h < iris_get_heap_max(bufmgr); h++) { in cleanup_bo_cache()
1851 for (int h = 0; h < iris_get_heap_max(bufmgr); h++) { in iris_bufmgr_destroy()
2423 bufmgr->bucket_cache = calloc(iris_get_heap_max(bufmgr), in iris_bufmgr_create()
2427 for (int h = 0; h < iris_get_heap_max(bufmgr); h++) in iris_bufmgr_create()
2442 iris_get_heap_max(bufmgr), true, bufmgr, in iris_bufmgr_create()