Searched refs:exec_heap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dexecmem.c65 static struct mem_block *exec_heap = NULL; variable in typeref:struct:mem_block *
80 if (!exec_heap)
81 exec_heap = mmInit( 0, EXEC_HEAP_SIZE );
102 if (exec_heap) {
104 block = mmAllocMem( exec_heap, size, 32, 0 );
124 if (exec_heap) {
125 struct mem_block *block = mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.c68 static struct mem_block *exec_heap = NULL; variable in typeref:struct:mem_block *
75 if (!exec_heap)
76 exec_heap = u_mmInit( 0, EXEC_HEAP_SIZE );
98 if (exec_heap) {
100 block = u_mmAllocMem( exec_heap, size, 5, 0 ); /* 5 -> 32-byte alignment */
120 if (exec_heap) {
121 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.c68 static struct mem_block *exec_heap = NULL; variable in typeref:struct:mem_block *
75 if (!exec_heap)
76 exec_heap = u_mmInit( 0, EXEC_HEAP_SIZE );
98 if (exec_heap) {
100 block = u_mmAllocMem( exec_heap, size, 5, 0 ); /* 5 -> 32-byte alignment */
120 if (exec_heap) {
121 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dexecmem.c65 static struct mem_block *exec_heap = NULL; variable in typeref:struct:mem_block *
80 if (!exec_heap)
81 exec_heap = u_mmInit( 0, EXEC_HEAP_SIZE );
102 if (exec_heap) {
104 block = u_mmAllocMem(exec_heap, size, 5, 0);
124 if (exec_heap) {
125 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem);

Completed in 4 milliseconds