Searched refs:pds_heap (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
D | pvr_winsys_helper.c | 268 struct pvr_winsys_heap *const pds_heap, in pvr_winsys_helper_allocate_static_memory() argument 291 pds_heap, in pvr_winsys_helper_allocate_static_memory() 292 pds_heap->reserved_addr, in pvr_winsys_helper_allocate_static_memory() 293 pds_heap->reserved_size, in pvr_winsys_helper_allocate_static_memory() 294 pds_heap->page_size, in pvr_winsys_helper_allocate_static_memory() 303 pds_heap->reserved_size, in pvr_winsys_helper_allocate_static_memory()
|
D | pvr_winsys_helper.h | 69 struct pvr_winsys_heap *const pds_heap,
|
D | pvr_winsys.h | 49 struct pvr_winsys_heap *pds_heap; member
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
D | pvr_srv.c | 219 &srv_ws->pds_heap, in pvr_srv_memctx_init() 264 &srv_ws->pds_heap.base, in pvr_srv_memctx_init() 300 pvr_srv_heap_finish(srv_ws, &srv_ws->pds_heap); in pvr_srv_memctx_init() 340 if (!pvr_srv_heap_finish(srv_ws, &srv_ws->pds_heap)) in pvr_srv_memctx_finish() 550 heaps->pds_heap = &srv_ws->pds_heap.base; in pvr_srv_winsys_get_heaps_info()
|
D | pvr_srv.h | 84 struct pvr_srv_winsys_heap pds_heap; member
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_job_context.c | 230 device->heaps.pds_heap, in pvr_render_job_pt_programs_setup() 473 device->heaps.pds_heap, in pvr_ctx_sr_programs_setup()
|
D | pvr_device.c | 2271 device->heaps.pds_heap, in pvr_gpu_upload_pds() 2283 device->heaps.pds_heap->base_addr.addr; in pvr_gpu_upload_pds() 2300 device->heaps.pds_heap->base_addr.addr; in pvr_gpu_upload_pds()
|
D | pvr_cmd_buffer.c | 2613 cmd_buffer->device->heaps.pds_heap, in pvr_setup_vertex_buffers() 2702 cmd_buffer->device->heaps.pds_heap->base_addr.addr; in pvr_setup_vertex_buffers() 2730 cmd_buffer->device->heaps.pds_heap, in pvr_setup_descriptor_mappings() 2927 cmd_buffer->device->heaps.pds_heap->base_addr.addr; in pvr_setup_descriptor_mappings()
|