Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Demu.h51 #define EMU_NUM_GPU_REGS 0x10000 macro
54 BITSET_DECLARE(written, EMU_NUM_GPU_REGS);
55 uint32_t val[EMU_NUM_GPU_REGS];
Demu-ui.c519 BITSET_FOREACH_SET (i, emu->gpu_regs.written, EMU_NUM_GPU_REGS) { in emu_dump_state_change()