Searched refs:alloc_fresh_bo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c912 alloc_fresh_bo(struct iris_bufmgr *bufmgr, uint64_t bo_size, bool local) function in typeref:struct:iris_bo *
1042 bo = alloc_fresh_bo(bufmgr, bo_size, local);
2163 struct iris_bo *bo = alloc_fresh_bo(bufmgr, size, local);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c347 alloc_fresh_bo(struct crocus_bufmgr *bufmgr, uint64_t bo_size) function in typeref:struct:crocus_bo *
418 bo = alloc_fresh_bo(bufmgr, bo_size);

Completed in 7 milliseconds