Searched refs:u_mmAllocMem (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_mm.h | 64 extern struct mem_block *u_mmAllocMem(struct mem_block *heap, int size, int align2,
|
D | u_mm.c | 177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) in u_mmAllocMem() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_execmem.c | 96 block = u_mmAllocMem( exec_heap, size, 5, 0 ); /* 5 -> 32-byte alignment */ in rtasm_exec_malloc()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_mm.c | 204 mm_buf->block = u_mmAllocMem(mm->heap, (int)size, (int)mm->align2, 0); in mm_bufmgr_create_buffer()
|