Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/afuc/
H A Demu.h40 #define EMU_NUM_GPU_REGS 0x10000 macro
43 BITSET_DECLARE(written, EMU_NUM_GPU_REGS);
44 uint32_t val[EMU_NUM_GPU_REGS];
H A Demu-ui.c564 BITSET_FOREACH_SET (i, emu->gpu_regs.written, EMU_NUM_GPU_REGS) { in emu_dump_state_change()