Searched refs:brw_bufmgr (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.h | 67 struct brw_bufmgr *bufmgr; 180 struct brw_bo *brw_bo_alloc(struct brw_bufmgr *bufmgr, const char *name, 194 struct brw_bo *brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr, 216 struct brw_bo *brw_bo_alloc_tiled_2d(struct brw_bufmgr *bufmgr, 275 void brw_bufmgr_destroy(struct brw_bufmgr *bufmgr); 316 struct brw_bufmgr *brw_bufmgr_init(struct gen_device_info *devinfo, int fd); 317 struct brw_bo *brw_bo_gem_create_from_name(struct brw_bufmgr *bufmgr, 320 void brw_bufmgr_enable_reuse(struct brw_bufmgr *bufmgr); 324 uint32_t brw_create_hw_context(struct brw_bufmgr *bufmgr); 330 int brw_hw_context_set_priority(struct brw_bufmgr *bufmgr, [all …]
|
D | brw_bufmgr.c | 106 struct brw_bufmgr { struct 149 bo_tile_size(struct brw_bufmgr *bufmgr, uint64_t size, uint32_t tiling) in bo_tile_size() 164 bo_tile_pitch(struct brw_bufmgr *bufmgr, uint32_t pitch, uint32_t tiling) in bo_tile_pitch() 189 bucket_for_size(struct brw_bufmgr *bufmgr, uint64_t size) in bucket_for_size() 226 struct brw_bufmgr *bufmgr = bo->bufmgr; in brw_bo_busy() 253 brw_bo_cache_purge_bucket(struct brw_bufmgr *bufmgr, in brw_bo_cache_purge_bucket() 266 bo_alloc_internal(struct brw_bufmgr *bufmgr, in bo_alloc_internal() 428 brw_bo_alloc(struct brw_bufmgr *bufmgr, in brw_bo_alloc() 435 brw_bo_alloc_tiled(struct brw_bufmgr *bufmgr, const char *name, in brw_bo_alloc_tiled() 443 brw_bo_alloc_tiled_2d(struct brw_bufmgr *bufmgr, const char *name, in brw_bo_alloc_tiled_2d() [all …]
|
D | Makefile.sources | 5 brw_bufmgr.c \ 6 brw_bufmgr.h \
|
D | meson.build | 25 'brw_bufmgr.c', 26 'brw_bufmgr.h',
|
D | intel_screen.h | 85 struct brw_bufmgr *bufmgr;
|
D | intel_batchbuffer.c | 170 struct brw_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer() 319 struct brw_bufmgr *bufmgr = brw->bufmgr; in grow_buffer()
|
D | brw_context.h | 757 struct brw_bufmgr *bufmgr;
|