/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 221 bucket_for_size(struct crocus_bufmgr *bufmgr, uint64_t size) in bucket_for_size() 259 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_busy() local 297 alloc_bo_from_cache(struct crocus_bufmgr *bufmgr, in alloc_bo_from_cache() 347 alloc_fresh_bo(struct crocus_bufmgr *bufmgr, uint64_t bo_size) in alloc_fresh_bo() 390 bo_alloc_internal(struct crocus_bufmgr *bufmgr, in bo_alloc_internal() 455 crocus_bo_alloc(struct crocus_bufmgr *bufmgr, in crocus_bo_alloc() 464 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_alloc_tiled() 473 crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_create_userptr() 527 crocus_bo_gem_create_from_name(struct crocus_bufmgr *bufmgr, in crocus_bo_gem_create_from_name() 601 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_close() local [all …]
|
D | crocus_batch.c | 452 struct crocus_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer() local 536 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_batch_free() local 620 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_grow_buffer() local 767 struct crocus_bufmgr *bufmgr = screen->bufmgr; in replace_hw_ctx() local
|
D | crocus_bufmgr.h | 53 struct crocus_bufmgr *bufmgr; member
|
D | crocus_monitor.c | 113 crocus_oa_bo_alloc(void *bufmgr, const char *name, uint64_t size) in crocus_oa_bo_alloc()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 215 bo_tile_size(struct brw_bufmgr *bufmgr, uint64_t size, uint32_t tiling) in bo_tile_size() 230 bo_tile_pitch(struct brw_bufmgr *bufmgr, uint32_t pitch, uint32_t tiling) in bo_tile_pitch() 255 bucket_for_size(struct brw_bufmgr *bufmgr, uint64_t size) in bucket_for_size() 301 bucket_vma_alloc(struct brw_bufmgr *bufmgr, in bucket_vma_alloc() 397 get_bucket_allocator(struct brw_bufmgr *bufmgr, uint64_t size) in get_bucket_allocator() 420 vma_alloc(struct brw_bufmgr *bufmgr, in vma_alloc() 450 vma_free(struct brw_bufmgr *bufmgr, in vma_free() 475 struct brw_bufmgr *bufmgr = bo->bufmgr; in brw_bo_busy() local 502 brw_bo_cache_purge_bucket(struct brw_bufmgr *bufmgr, in brw_bo_cache_purge_bucket() 527 bo_alloc_internal(struct brw_bufmgr *bufmgr, in bo_alloc_internal() [all …]
|
D | brw_upload.c | 126 struct brw_bufmgr *bufmgr, in brw_upload_init()
|
D | brw_screen.h | 88 struct brw_bufmgr *bufmgr; member
|
D | brw_bufmgr.h | 99 struct brw_bufmgr *bufmgr; member
|
D | brw_batch.c | 239 struct brw_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer() local 411 struct brw_bufmgr *bufmgr = brw->bufmgr; in grow_buffer() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 283 bucket_for_size(struct iris_bufmgr *bufmgr, uint64_t size, bool local) in bucket_for_size() 358 vma_alloc(struct iris_bufmgr *bufmgr, in vma_alloc() 384 vma_free(struct iris_bufmgr *bufmgr, in vma_free() 413 struct iris_bufmgr *bufmgr = bo->bufmgr; in iris_bo_busy_gem() local 428 struct iris_bufmgr *bufmgr = bo->bufmgr; in iris_bo_wait_syncobj() local 546 get_slabs(struct iris_bufmgr *bufmgr, uint64_t size) in get_slabs() 560 get_slab_pot_entry_size(struct iris_bufmgr *bufmgr, unsigned size) in get_slab_pot_entry_size() 570 get_slab_entry_alignment(struct iris_bufmgr *bufmgr, unsigned size) in get_slab_entry_alignment() 591 struct iris_bufmgr *bufmgr = priv; in iris_slab_free() local 624 struct iris_bufmgr *bufmgr = priv; in iris_slab_alloc() local [all …]
|
D | iris_border_color.c | 67 struct iris_bufmgr *bufmgr) in iris_reset_border_color_pool() 86 struct iris_bufmgr *bufmgr = screen->bufmgr; in iris_init_border_color_pool() local
|
D | iris_batch.c | 376 struct iris_bufmgr *bufmgr = screen->bufmgr; in create_batch() local 412 struct iris_bufmgr *bufmgr = screen->bufmgr; in iris_batch_reset() local 447 struct iris_bufmgr *bufmgr = screen->bufmgr; in iris_batch_free() local 595 struct iris_bufmgr *bufmgr = screen->bufmgr; in replace_hw_ctx() local 649 struct iris_bufmgr *bufmgr = batch->screen->bufmgr; in move_syncobj_to_batch() local 672 struct iris_bufmgr *bufmgr = screen->bufmgr; in update_bo_syncobjs() local 743 struct iris_bufmgr *bufmgr = batch->screen->bufmgr; in update_batch_syncobjs() local
|
D | iris_fence.c | 66 iris_create_syncobj(struct iris_bufmgr *bufmgr) in iris_create_syncobj() 83 iris_syncobj_destroy(struct iris_bufmgr *bufmgr, struct iris_syncobj *syncobj) in iris_syncobj_destroy() 91 iris_syncobj_signal(struct iris_bufmgr *bufmgr, struct iris_syncobj *syncobj) in iris_syncobj_signal() 142 struct iris_bufmgr *bufmgr = screen->bufmgr; in clear_stale_syncobjs() local 215 iris_wait_syncobj(struct iris_bufmgr *bufmgr, in iris_wait_syncobj()
|
D | iris_fence.h | 53 iris_syncobj_reference(struct iris_bufmgr *bufmgr, in iris_syncobj_reference()
|
D | iris_perf.c | 27 iris_oa_bo_alloc(void *bufmgr, const char *name, uint64_t size) in iris_oa_bo_alloc()
|
D | iris_binder.c | 71 struct iris_bufmgr *bufmgr = screen->bufmgr; in binder_realloc() local
|
D | iris_measure.c | 89 struct iris_bufmgr *bufmgr = screen->bufmgr; in iris_init_batch_measure() local
|
/third_party/libdrm/intel/ |
D | intel_bufmgr.c | 49 drm_intel_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc() 56 drm_intel_bo_alloc_for_render(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc_for_render() 63 drm_intel_bo_alloc_userptr(drm_intel_bufmgr *bufmgr, in drm_intel_bo_alloc_userptr() 77 drm_intel_bo_alloc_tiled(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc_tiled() 145 drm_intel_bufmgr_destroy(drm_intel_bufmgr *bufmgr) in drm_intel_bufmgr_destroy() 178 drm_intel_bufmgr_set_debug(drm_intel_bufmgr *bufmgr, int enable_debug) in drm_intel_bufmgr_set_debug() 320 drm_intel_get_pipe_from_crtc_id(drm_intel_bufmgr *bufmgr, int crtc_id) in drm_intel_get_pipe_from_crtc_id()
|
D | intel_bufmgr_fake.c | 111 drm_intel_bufmgr bufmgr; member 245 drm_intel_bufmgr_fake_set_fence_callback(drm_intel_bufmgr *bufmgr, in drm_intel_bufmgr_fake_set_fence_callback() 768 drm_intel_bufmgr_fake_contended_lock_take(drm_intel_bufmgr *bufmgr) in drm_intel_bufmgr_fake_contended_lock_take() 799 drm_intel_fake_bo_alloc(drm_intel_bufmgr *bufmgr, in drm_intel_fake_bo_alloc() 838 drm_intel_fake_bo_alloc_tiled(drm_intel_bufmgr * bufmgr, in drm_intel_fake_bo_alloc_tiled() 864 drm_intel_bo_fake_alloc_static(drm_intel_bufmgr *bufmgr, in drm_intel_bo_fake_alloc_static() 1228 drm_intel_fake_fence_validated(drm_intel_bufmgr *bufmgr) in drm_intel_fake_fence_validated() 1240 drm_intel_fake_destroy(drm_intel_bufmgr *bufmgr) in drm_intel_fake_destroy() 1413 drm_intel_bufmgr_fake_set_exec_callback(drm_intel_bufmgr *bufmgr, in drm_intel_bufmgr_fake_set_exec_callback() 1536 drm_intel_bufmgr_fake_evict_all(drm_intel_bufmgr *bufmgr) in drm_intel_bufmgr_fake_evict_all() [all …]
|
D | intel_bufmgr_gem.c | 107 drm_intel_bufmgr bufmgr; member 704 drm_intel_gem_bo_alloc_internal(drm_intel_bufmgr *bufmgr, in drm_intel_gem_bo_alloc_internal() 855 drm_intel_gem_bo_alloc_for_render(drm_intel_bufmgr *bufmgr, in drm_intel_gem_bo_alloc_for_render() 867 drm_intel_gem_bo_alloc(drm_intel_bufmgr *bufmgr, in drm_intel_gem_bo_alloc() 877 drm_intel_gem_bo_alloc_tiled(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_gem_bo_alloc_tiled() 929 drm_intel_gem_bo_alloc_userptr(drm_intel_bufmgr *bufmgr, in drm_intel_gem_bo_alloc_userptr() 1055 check_bo_alloc_userptr(drm_intel_bufmgr *bufmgr, in check_bo_alloc_userptr() 1101 drm_intel_bo_gem_create_from_name(drm_intel_bufmgr *bufmgr, in drm_intel_bo_gem_create_from_name() 1766 drm_intel_gem_get_pipe_from_crtc_id(drm_intel_bufmgr *bufmgr, int crtc_id) in drm_intel_gem_get_pipe_from_crtc_id() 1914 drm_intel_bufmgr_gem_destroy(drm_intel_bufmgr *bufmgr) in drm_intel_bufmgr_gem_destroy() [all …]
|
D | intel_bufmgr.h | 84 drm_intel_bufmgr *bufmgr; member
|
D | intel_bufmgr_priv.h | 318 struct _drm_intel_bufmgr *bufmgr; member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_screen.h | 65 struct pb_manager *bufmgr; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.h | 48 dri_bufmgr *bufmgr; member
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.c | 259 void * bufmgr; member 595 void * bufmgr, /* eg brw_bufmgr */ in intel_perf_init_context()
|