Searched refs:crocus_bo_alloc_tiled (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.h | 172 struct crocus_bo *crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr,
|
D | crocus_screen.c | 728 crocus_bo_alloc_tiled(screen->bufmgr, "swizzle test", 32768, in crocus_detect_swizzling()
|
D | crocus_resource.c | 600 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()
|
D | crocus_bufmgr.c | 464 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_alloc_tiled() function
|