Home
last modified time | relevance | path

Searched refs:EMU_INSTR_BASE (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
Demu.c449 mem_write_dword(emu, EMU_INSTR_BASE + (4 * i), emu->instrs[i]); in emu_init()
457 emu_set_reg64(emu, &CP_LPAC_SQE_INSTR_BASE, EMU_INSTR_BASE); in emu_init()
459 emu_set_reg64(emu, &CP_SQE_INSTR_BASE, EMU_INSTR_BASE); in emu_init()
Demu.h146 #define EMU_INSTR_BASE 0x1000 macro