Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/afuc/
H A Demu.h26 #define EMU_NUM_CONTROL_REGS 0x1000 macro
29 BITSET_DECLARE(written, EMU_NUM_CONTROL_REGS);
30 uint32_t val[EMU_NUM_CONTROL_REGS];
H A Demu-ui.c572 BITSET_FOREACH_SET (i, emu->control_regs.written, EMU_NUM_CONTROL_REGS) { in emu_dump_state_change()