Searched refs:general_vma (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
H A D | pvr_winsys_helper.c | 274 struct pvr_winsys_vma *general_vma; in pvr_winsys_helper_allocate_static_memory() local 285 &general_vma); in pvr_winsys_helper_allocate_static_memory() 309 *general_vma_out = general_vma; in pvr_winsys_helper_allocate_static_memory() 319 pvr_buffer_destroy_and_unmap(general_vma); in pvr_winsys_helper_allocate_static_memory() 325 struct pvr_winsys_vma *const general_vma, in pvr_winsys_helper_free_static_memory() 331 pvr_buffer_destroy_and_unmap(general_vma); in pvr_winsys_helper_free_static_memory() 376 struct pvr_winsys_vma *const general_vma, in pvr_winsys_helper_fill_static_memory() 383 general_ptr = ws->ops->buffer_map(general_vma->bo); in pvr_winsys_helper_fill_static_memory() 411 ws->ops->buffer_unmap(general_vma->bo); in pvr_winsys_helper_fill_static_memory() 419 ws->ops->buffer_unmap(general_vma in pvr_winsys_helper_fill_static_memory() 324 pvr_winsys_helper_free_static_memory( struct pvr_winsys_vma *const general_vma, struct pvr_winsys_vma *const pds_vma, struct pvr_winsys_vma *const usc_vma) pvr_winsys_helper_free_static_memory() argument 375 pvr_winsys_helper_fill_static_memory(struct pvr_winsys *const ws, struct pvr_winsys_vma *const general_vma, struct pvr_winsys_vma *const pds_vma, struct pvr_winsys_vma *const usc_vma) pvr_winsys_helper_fill_static_memory() argument [all...] |
H A D | pvr_winsys_helper.h | 75 struct pvr_winsys_vma *const general_vma, 81 struct pvr_winsys_vma *const general_vma,
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv.c | 266 &srv_ws->general_vma, in pvr_srv_memctx_init() 273 srv_ws->general_vma, in pvr_srv_memctx_init() 282 pvr_winsys_helper_free_static_memory(srv_ws->general_vma, in pvr_srv_memctx_init() 313 pvr_winsys_helper_free_static_memory(srv_ws->general_vma, in pvr_srv_memctx_finish()
|
H A D | pvr_srv.h | 96 struct pvr_winsys_vma *general_vma; member
|
Completed in 3 milliseconds