Searched refs:mmInit (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libdrm/dist/intel/
H A Dmm.h47 drm_private extern struct mem_block *mmInit(int ofs, int size);
73 drm_private extern void mmDestroy(struct mem_block *mmInit);
78 drm_private extern void mmDumpMemInfo(const struct mem_block *mmInit);
H A Dmm.c58 drm_private struct mem_block *mmInit(int ofs, int size) function in typeref:typename:drm_private struct mem_block *
H A Dintel_bufmgr_fake.c1602 bufmgr_fake->heap = mmInit(low_offset, size);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmm.h51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
83 extern void mmDestroy(struct mem_block *mmInit);
88 extern void mmDumpMemInfo(const struct mem_block *mmInit);
H A Dexecmem.c81 exec_heap = mmInit( 0, EXEC_HEAP_SIZE );
H A Dmm.c60 mmInit(unsigned ofs, unsigned size) function in typeref:struct:mem_block *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_mm.h84 extern void u_mmDestroy(struct mem_block *mmInit);
89 extern void u_mmDumpMemInfo(const struct mem_block *mmInit);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_mm.h84 extern void u_mmDestroy(struct mem_block *mmInit);
89 extern void u_mmDumpMemInfo(const struct mem_block *mmInit);

Completed in 9 milliseconds