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; 158 struct crocus_bo *crocus_bo_alloc(struct crocus_bufmgr *bufmgr, 172 struct crocus_bo *crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, 178 struct crocus_bo *crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr, 256 void crocus_bufmgr_unref(struct crocus_bufmgr *bufmgr); 305 struct crocus_bufmgr * 308 int crocus_bufmgr_get_fd(struct crocus_bufmgr *bufmgr); 310 struct crocus_bo *crocus_bo_gem_create_from_name(struct crocus_bufmgr *bufmgr, 316 uint32_t crocus_create_hw_context(struct crocus_bufmgr *bufmgr); 317 uint32_t crocus_clone_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id); [all …]
|
D | crocus_bufmgr.c | 136 struct crocus_bufmgr { struct 221 bucket_for_size(struct crocus_bufmgr *bufmgr, uint64_t size) in bucket_for_size() 259 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_busy() 297 alloc_bo_from_cache(struct crocus_bufmgr *bufmgr, in alloc_bo_from_cache() 347 alloc_fresh_bo(struct crocus_bufmgr *bufmgr, uint64_t bo_size) in alloc_fresh_bo() 390 bo_alloc_internal(struct crocus_bufmgr *bufmgr, in bo_alloc_internal() 455 crocus_bo_alloc(struct crocus_bufmgr *bufmgr, in crocus_bo_alloc() 464 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_alloc_tiled() 473 crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_create_userptr() 527 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 | 452 struct crocus_bufmgr *bufmgr = screen->bufmgr; in recreate_growing_buffer() 536 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_batch_free() 620 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_grow_buffer() 767 struct crocus_bufmgr *bufmgr = screen->bufmgr; in replace_hw_ctx()
|
D | crocus_screen.h | 208 struct crocus_bufmgr *bufmgr;
|
D | crocus_resource.c | 787 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_resource_from_user_memory() 816 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_resource_from_handle()
|
D | crocus_program.c | 2640 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_get_scratch_space()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 2033 ../src/gallium/drivers/crocus/crocus_bufmgr.c 2034 ../src/gallium/drivers/crocus/crocus_bufmgr.h
|