Searched refs:EMU_INSTR_BASE (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/ |
H A D | emu.c | 528 mem_write_dword(emu, EMU_INSTR_BASE + (4 * i), emu->instrs[i]); in emu_init() 539 emu_set_reg64(emu, &CP_SQE_INSTR_BASE, EMU_INSTR_BASE); in emu_init() 542 emu_set_reg64(emu, &BV_INSTR_BASE, EMU_INSTR_BASE); in emu_init() 546 emu_set_reg64(emu, &LPAC_INSTR_BASE, EMU_INSTR_BASE); in emu_init() 548 emu_set_reg64(emu, &CP_LPAC_SQE_INSTR_BASE, EMU_INSTR_BASE); in emu_init()
|
H A D | emu.h | 145 #define EMU_INSTR_BASE 0x1000 macro
|