Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys_helper.c274 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() argument
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() argument
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->bo); in pvr_winsys_helper_fill_static_memory()
Dpvr_winsys_helper.h75 struct pvr_winsys_vma *const general_vma,
81 struct pvr_winsys_vma *const general_vma,
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv.c266 &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()
Dpvr_srv.h96 struct pvr_winsys_vma *general_vma; member