Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Demu.h34 #define EMU_NUM_GPR_REGS 32 macro
37 BITSET_DECLARE(written, EMU_NUM_GPR_REGS);
40 uint32_t val[EMU_NUM_GPR_REGS];
Demu-ui.c515 BITSET_FOREACH_SET (i, emu->gpr_regs.written, EMU_NUM_GPR_REGS) { in emu_dump_state_change()