Searched refs:pvr_winsys_heap (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
D | pvr_winsys_helper.h | 33 struct pvr_winsys_heap; 38 struct pvr_winsys_heap *const heap, 56 struct pvr_winsys_heap *const heap); 57 bool pvr_winsys_helper_winsys_heap_finish(struct pvr_winsys_heap *const heap); 59 bool pvr_winsys_helper_heap_alloc(struct pvr_winsys_heap *const heap, 68 struct pvr_winsys_heap *const general_heap, 69 struct pvr_winsys_heap *const pds_heap, 70 struct pvr_winsys_heap *const usc_heap,
|
D | pvr_winsys.h | 48 struct pvr_winsys_heap *general_heap; 49 struct pvr_winsys_heap *pds_heap; 50 struct pvr_winsys_heap *rgn_hdr_heap; 51 struct pvr_winsys_heap *transfer_3d_heap; 52 struct pvr_winsys_heap *usc_heap; 53 struct pvr_winsys_heap *vis_test_heap; 63 struct pvr_winsys_heap { struct 127 struct pvr_winsys_heap *heap; 428 struct pvr_winsys_vma *(*heap_alloc)(struct pvr_winsys_heap *heap,
|
D | pvr_winsys_helper.c | 77 struct pvr_winsys_heap *const heap) in pvr_winsys_helper_winsys_heap_init() 127 bool pvr_winsys_helper_winsys_heap_finish(struct pvr_winsys_heap *const heap) in pvr_winsys_helper_winsys_heap_finish() 138 bool pvr_winsys_helper_heap_alloc(struct pvr_winsys_heap *const heap, in pvr_winsys_helper_heap_alloc() 179 struct pvr_winsys_heap *const heap = vma->heap; in pvr_winsys_helper_heap_free() 198 struct pvr_winsys_heap *heap, in pvr_buffer_create_and_map() 267 struct pvr_winsys_heap *const general_heap, in pvr_winsys_helper_allocate_static_memory() 268 struct pvr_winsys_heap *const pds_heap, in pvr_winsys_helper_allocate_static_memory() 269 struct pvr_winsys_heap *const usc_heap, in pvr_winsys_helper_allocate_static_memory()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_bo.h | 37 struct pvr_winsys_heap; 82 struct pvr_winsys_heap *heap,
|
D | pvr_bo.c | 73 struct pvr_winsys_heap *heap, in pvr_bo_alloc()
|
D | pvr_private.h | 1313 struct pvr_winsys_heap *heap, 1338 struct pvr_winsys_heap *heap,
|
D | pvr_device.c | 2164 struct pvr_winsys_heap *heap, in pvr_gpu_upload()
|
D | pvr_cmd_buffer.c | 1660 struct pvr_winsys_heap *heap, in pvr_cmd_buffer_alloc_mem()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
D | pvr_srv_bo.h | 163 pvr_srv_heap_alloc_reserved(struct pvr_winsys_heap *heap, 167 struct pvr_winsys_vma *pvr_srv_winsys_heap_alloc(struct pvr_winsys_heap *heap,
|
D | pvr_srv.h | 63 struct pvr_winsys_heap base;
|
D | pvr_srv_bo.c | 365 pvr_srv_heap_alloc_reserved(struct pvr_winsys_heap *heap, in pvr_srv_heap_alloc_reserved() 426 struct pvr_winsys_vma *pvr_srv_winsys_heap_alloc(struct pvr_winsys_heap *heap, in pvr_srv_winsys_heap_alloc()
|