Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_render.c112 struct pvr_free_list *global_free_list; member
536 pvr_rt_get_mlist_size(const struct pvr_free_list *global_free_list, in pvr_rt_get_mlist_size() argument
545 assert(global_free_list->size + local_free_list->size <= in pvr_rt_get_mlist_size()
548 total_pages = (global_free_list->size + local_free_list->size) >> in pvr_rt_get_mlist_size()
610 const struct pvr_free_list *global_free_list, in pvr_rt_mta_mlist_data_init() argument
616 pvr_rt_get_mlist_size(global_free_list, local_free_list); in pvr_rt_mta_mlist_data_init()
727 const struct pvr_free_list *global_free_list, in pvr_rt_datas_init() argument
736 global_free_list, in pvr_rt_datas_init()
1060 assert(device->global_free_list); in pvr_render_target_dataset_create()
1079 rt_dataset->global_free_list = device->global_free_list; in pvr_render_target_dataset_create()
[all …]
Dpvr_device.c1635 &device->global_free_list); in pvr_CreateDevice()
1688 pvr_free_list_destroy(device->global_free_list); in pvr_CreateDevice()
1718 pvr_free_list_destroy(device->global_free_list); in pvr_DestroyDevice()
Dpvr_private.h260 struct pvr_free_list *global_free_list; member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_bridge.c1209 void *global_free_list, in pvr_srv_rgx_create_free_list() argument
1221 .global_free_list = global_free_list, in pvr_srv_rgx_create_free_list()
Dpvr_srv_bridge.h680 void *global_free_list; member
1036 void *global_free_list,