Home
last modified time | relevance | path

Searched refs:crocus_bufmgr (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h53 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 …]
Dcrocus_bufmgr.c135 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 …]
Dmeson.build27 'crocus_bufmgr.c',
28 'crocus_bufmgr.h',
Dcrocus_batch.c461 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()
Dcrocus_screen.h210 struct crocus_bufmgr *bufmgr;
Dcrocus_resource.c801 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_resource_from_user_memory()
830 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_resource_from_handle()
Dcrocus_program.c2669 struct crocus_bufmgr *bufmgr = screen->bufmgr; in crocus_get_scratch_space()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni2009 "../src/gallium/drivers/crocus/crocus_bufmgr.c",
2010 "../src/gallium/drivers/crocus/crocus_bufmgr.h",