Searched refs:brw_bufmgr (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.h | 99 struct brw_bufmgr *bufmgr; 216 struct brw_bo *brw_bo_alloc(struct brw_bufmgr *bufmgr, const char *name, 230 struct brw_bo *brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr, 253 struct brw_bo *brw_bo_alloc_tiled_2d(struct brw_bufmgr *bufmgr, 313 void brw_bufmgr_unref(struct brw_bufmgr *bufmgr); 353 struct brw_bufmgr *brw_bufmgr_get_for_fd(struct intel_device_info *devinfo, 356 struct brw_bo *brw_bo_gem_create_from_name(struct brw_bufmgr *bufmgr, 362 uint32_t brw_create_hw_context(struct brw_bufmgr *bufmgr); 364 int brw_hw_context_set_priority(struct brw_bufmgr *bufmgr, 368 void brw_destroy_hw_context(struct brw_bufmgr *bufmgr, uint32_t ctx_id); [all …]
|
D | brw_bufmgr.c | 165 struct brw_bufmgr { struct 203 static uint64_t vma_alloc(struct brw_bufmgr *bufmgr, argument 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() [all …]
|
D | brw_buffer_objects.h | 117 struct brw_bufmgr *bufmgr,
|
D | meson.build | 25 'brw_bufmgr.c', 26 'brw_bufmgr.h',
|
D | brw_screen.h | 88 struct brw_bufmgr *bufmgr;
|
D | brw_upload.c | 126 struct brw_bufmgr *bufmgr, in brw_upload_init()
|
D | brw_context.h | 681 struct brw_bufmgr *bufmgr; 715 struct brw_bufmgr *bufmgr;
|
D | brw_batch.c | 239 struct brw_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer() 411 struct brw_bufmgr *bufmgr = brw->bufmgr; in grow_buffer()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 5381 ../src/mesa/drivers/dri/i965/brw_bufmgr.c 5382 ../src/mesa/drivers/dri/i965/brw_bufmgr.h
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 3197 - i965: initialize bo_reuse when creating brw_bufmgr
|
D | 19.1.0.rst | 2897 - iris: sync bugfixes from brw_bufmgr
|