Home
last modified time | relevance | path

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

/external/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);
354 struct brw_bufmgr *brw_bufmgr_get_for_fd(struct gen_device_info *devinfo, int fd,
357 struct brw_bo *brw_bo_gem_create_from_name(struct brw_bufmgr *bufmgr,
363 uint32_t brw_create_hw_context(struct brw_bufmgr *bufmgr);
365 int brw_hw_context_set_priority(struct brw_bufmgr *bufmgr,
369 void brw_destroy_hw_context(struct brw_bufmgr *bufmgr, uint32_t ctx_id);
[all …]
Dbrw_bufmgr.c159 struct brw_bufmgr { struct
197 static uint64_t vma_alloc(struct brw_bufmgr *bufmgr, argument
209 bo_tile_size(struct brw_bufmgr *bufmgr, uint64_t size, uint32_t tiling) in bo_tile_size()
224 bo_tile_pitch(struct brw_bufmgr *bufmgr, uint32_t pitch, uint32_t tiling) in bo_tile_pitch()
249 bucket_for_size(struct brw_bufmgr *bufmgr, uint64_t size) in bucket_for_size()
295 bucket_vma_alloc(struct brw_bufmgr *bufmgr, in bucket_vma_alloc()
391 get_bucket_allocator(struct brw_bufmgr *bufmgr, uint64_t size) in get_bucket_allocator()
414 vma_alloc(struct brw_bufmgr *bufmgr, in vma_alloc()
444 vma_free(struct brw_bufmgr *bufmgr, in vma_free()
469 struct brw_bufmgr *bufmgr = bo->bufmgr; in brw_bo_busy()
[all …]
DMakefile.sources5 brw_bufmgr.c \
6 brw_bufmgr.h \
Dintel_buffer_objects.h117 struct brw_bufmgr *bufmgr,
Dintel_screen.h89 struct brw_bufmgr *bufmgr;
Dmeson.build25 'brw_bufmgr.c',
26 'brw_bufmgr.h',
Dintel_upload.c126 struct brw_bufmgr *bufmgr, in brw_upload_init()
Dbrw_context.h689 struct brw_bufmgr *bufmgr;
723 struct brw_bufmgr *bufmgr;
Dintel_batchbuffer.c230 struct brw_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer()
399 struct brw_bufmgr *bufmgr = brw->bufmgr; in grow_buffer()
/external/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