Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h99 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 …]
Dbrw_bufmgr.c165 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 …]
Dbrw_buffer_objects.h117 struct brw_bufmgr *bufmgr,
Dmeson.build25 'brw_bufmgr.c',
26 'brw_bufmgr.h',
Dbrw_screen.h88 struct brw_bufmgr *bufmgr;
Dbrw_upload.c126 struct brw_bufmgr *bufmgr, in brw_upload_init()
Dbrw_context.h681 struct brw_bufmgr *bufmgr;
715 struct brw_bufmgr *bufmgr;
Dbrw_batch.c239 struct brw_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer()
411 struct brw_bufmgr *bufmgr = brw->bufmgr; in grow_buffer()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni5381 ../src/mesa/drivers/dri/i965/brw_bufmgr.c
5382 ../src/mesa/drivers/dri/i965/brw_bufmgr.h
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst3197 - i965: initialize bo_reuse when creating brw_bufmgr
D19.1.0.rst2897 - iris: sync bugfixes from brw_bufmgr