Home
last modified time | relevance | path

Searched refs:pvr_winsys_heap (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys_helper.h33 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,
Dpvr_winsys.h48 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,
Dpvr_winsys_helper.c77 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/
Dpvr_bo.h37 struct pvr_winsys_heap;
82 struct pvr_winsys_heap *heap,
Dpvr_bo.c73 struct pvr_winsys_heap *heap, in pvr_bo_alloc()
Dpvr_private.h1313 struct pvr_winsys_heap *heap,
1338 struct pvr_winsys_heap *heap,
Dpvr_device.c2164 struct pvr_winsys_heap *heap, in pvr_gpu_upload()
Dpvr_cmd_buffer.c1660 struct pvr_winsys_heap *heap, in pvr_cmd_buffer_alloc_mem()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_bo.h163 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,
Dpvr_srv.h63 struct pvr_winsys_heap base;
Dpvr_srv_bo.c365 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()