Searched refs:EMU_MEMORY_SIZE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu.c407 if ((gpuaddr + sz) >= EMU_MEMORY_SIZE) {
438 emu->gpumem = mmap(NULL, EMU_MEMORY_SIZE,
476 munmap(emu->gpumem, EMU_MEMORY_SIZE);
H A Demu.h137 #define EMU_MEMORY_SIZE 0x200000000 macro

Completed in 3 milliseconds