Home
last modified time | relevance | path

Searched refs:crocus_bo_alloc_tiled (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h172 struct crocus_bo *crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr,
Dcrocus_screen.c728 crocus_bo_alloc_tiled(screen->bufmgr, "swizzle test", 32768, in crocus_detect_swizzling()
Dcrocus_resource.c600 res->aux.bo = crocus_bo_alloc_tiled(screen->bufmgr, "aux buffer", size, 4096, in crocus_resource_alloc_separate_aux()
715 res->bo = crocus_bo_alloc_tiled(screen->bufmgr, name, bo_size, alignment, in crocus_resource_create_with_modifiers()
Dcrocus_bufmgr.c464 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_alloc_tiled() function