Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_mm.h64 extern struct mem_block *u_mmAllocMem(struct mem_block *heap, int size, int align2,
Du_mm.c177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) in u_mmAllocMem() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_execmem.c96 block = u_mmAllocMem( exec_heap, size, 5, 0 ); /* 5 -> 32-byte alignment */ in rtasm_exec_malloc()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_mm.c204 mm_buf->block = u_mmAllocMem(mm->heap, (int)size, (int)mm->align2, 0); in mm_bufmgr_create_buffer()