Searched refs:brw_bufmgr (Results 1 – 11 of 11) sorted by relevance
/external/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); 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 …]
|
D | brw_bufmgr.c | 159 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 …]
|
D | Makefile.sources | 5 brw_bufmgr.c \ 6 brw_bufmgr.h \
|
D | intel_buffer_objects.h | 117 struct brw_bufmgr *bufmgr,
|
D | intel_screen.h | 89 struct brw_bufmgr *bufmgr;
|
D | meson.build | 25 'brw_bufmgr.c', 26 'brw_bufmgr.h',
|
D | intel_upload.c | 126 struct brw_bufmgr *bufmgr, in brw_upload_init()
|
D | brw_context.h | 689 struct brw_bufmgr *bufmgr; 723 struct brw_bufmgr *bufmgr;
|
D | intel_batchbuffer.c | 230 struct brw_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer() 399 struct brw_bufmgr *bufmgr = brw->bufmgr; in grow_buffer()
|
/external/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
|