Home
last modified time | relevance | path

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

/external/mesa3d/src/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/mesa/main/
Dexecmem.c104 block = u_mmAllocMem(exec_heap, size, 5, 0); in _mesa_exec_malloc()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_execmem.c100 block = u_mmAllocMem( exec_heap, size, 5, 0 ); /* 5 -> 32-byte alignment */ in rtasm_exec_malloc()
/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c183 sim_bo->block = u_mmAllocMem(sim_state.heap, size + 4, GMP_ALIGN2, 0); in v3d_create_simulator_bo()
617 struct mem_block *b = u_mmAllocMem(sim_state.heap, 4096, GMP_ALIGN2, 0); in v3d_simulator_init_global()
659 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); in v3d_simulator_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c151 sim_bo->block = u_mmAllocMem(sim_state.heap, size + 4, PAGE_ALIGN2, 0); in vc4_create_simulator_bo()
655 sim_state.overflow = u_mmAllocMem(sim_state.heap, 32 * 1024 * 1024, in vc4_simulator_init_global()
/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()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1946 - main: Change u_mmAllocMem align2 from bytes (old API) to bits (new