Searched refs:crocus_bufmgr (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.h | 53 struct crocus_bufmgr *bufmgr; 164 struct crocus_bo *crocus_bo_alloc(struct crocus_bufmgr *bufmgr, 178 struct crocus_bo *crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, 184 struct crocus_bo *crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr, 262 void crocus_bufmgr_unref(struct crocus_bufmgr *bufmgr); 311 struct crocus_bufmgr * 314 int crocus_bufmgr_get_fd(struct crocus_bufmgr *bufmgr); 316 struct crocus_bo *crocus_bo_gem_create_from_name(struct crocus_bufmgr *bufmgr, 322 uint32_t crocus_create_hw_context(struct crocus_bufmgr *bufmgr); 323 uint32_t crocus_clone_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id); [all …]
|
D | crocus_bufmgr.c | 135 struct crocus_bufmgr { struct 220 bucket_for_size(struct crocus_bufmgr *bufmgr, uint64_t size) in bucket_for_size() 258 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_busy() 296 alloc_bo_from_cache(struct crocus_bufmgr *bufmgr, in alloc_bo_from_cache() 346 alloc_fresh_bo(struct crocus_bufmgr *bufmgr, uint64_t bo_size) in alloc_fresh_bo() 389 bo_alloc_internal(struct crocus_bufmgr *bufmgr, in bo_alloc_internal() 457 crocus_bo_alloc(struct crocus_bufmgr *bufmgr, in crocus_bo_alloc() 466 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_alloc_tiled() 475 crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_create_userptr() 529 crocus_bo_gem_create_from_name(struct crocus_bufmgr *bufmgr, in crocus_bo_gem_create_from_name() [all …]
|
D | meson.build | 27 'crocus_bufmgr.c', 28 'crocus_bufmgr.h',
|
D | crocus_batch.c | 461 struct crocus_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer() 545 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_batch_free() 629 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_grow_buffer() 776 struct crocus_bufmgr *bufmgr = screen->bufmgr; in replace_hw_ctx()
|
D | crocus_screen.h | 210 struct crocus_bufmgr *bufmgr;
|
D | crocus_resource.c | 801 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_resource_from_user_memory() 830 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_resource_from_handle()
|
D | crocus_program.c | 2669 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_get_scratch_space()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 2009 "../src/gallium/drivers/crocus/crocus_bufmgr.c", 2010 "../src/gallium/drivers/crocus/crocus_bufmgr.h",
|