Searched refs:global_free_list (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_render.c | 112 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() 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() 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 in pvr_render_target_dataset_create() 608 pvr_rt_mta_mlist_data_init(struct pvr_device *device, struct pvr_rt_dataset *rt_dataset, const struct pvr_free_list *global_free_list, const struct pvr_free_list *local_free_list, const struct pvr_rt_mtile_info *mtile_info) pvr_rt_mta_mlist_data_init() argument 725 pvr_rt_datas_init(struct pvr_device *device, struct pvr_rt_dataset *rt_dataset, const struct pvr_free_list *global_free_list, const struct pvr_free_list *local_free_list, const struct pvr_rt_mtile_info *mtile_info, uint32_t layers) pvr_rt_datas_init() argument [all...] |
H A D | pvr_device.c | 1635 &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()
|
H A D | pvr_private.h | 260 struct pvr_free_list *global_free_list; member
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bridge.h | 680 void *global_free_list; member 1036 void *global_free_list,
|
H A D | pvr_srv_bridge.c | 1209 void *global_free_list, in pvr_srv_rgx_create_free_list() 1221 .global_free_list = global_free_list, in pvr_srv_rgx_create_free_list() 1203 pvr_srv_rgx_create_free_list(int fd, void *mem_ctx_priv_data, uint32_t max_free_list_pages, uint32_t init_free_list_pages, uint32_t grow_free_list_pages, uint32_t grow_param_threshold, void *global_free_list, enum pvr_srv_bool free_list_check, pvr_dev_addr_t free_list_dev_addr, void *free_list_pmr, uint64_t pmr_offset, void **const cleanup_cookie_out) pvr_srv_rgx_create_free_list() argument
|
Completed in 14 milliseconds