Searched refs:u_mmAllocMem (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/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/mesa/main/ |
D | execmem.c | 104 block = u_mmAllocMem(exec_heap, size, 5, 0); in _mesa_exec_malloc()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_execmem.c | 100 block = u_mmAllocMem( exec_heap, size, 5, 0 ); /* 5 -> 32-byte alignment */ in rtasm_exec_malloc()
|
/external/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 183 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/ |
D | vc4_simulator.c | 151 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/ |
D | pb_bufmgr_mm.c | 204 mm_buf->block = u_mmAllocMem(mm->heap, (int)size, (int)mm->align2, 0); in mm_bufmgr_create_buffer()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1946 - main: Change u_mmAllocMem align2 from bytes (old API) to bits (new
|