Home
last modified time | relevance | path

Searched refs:emu_set_control_reg (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
Demu.c198 emu_set_control_reg(emu, src2 + instr->control.uimm, src1); in emu_instr()
463 emu_set_control_reg(emu, 0, 3 << 28); in emu_init()
465 emu_set_control_reg(emu, 0, 1 << 28); in emu_init()
Demu-regs.c59 emu_set_control_reg(struct emu *emu, unsigned n, uint32_t val) in emu_set_control_reg() function
322 .set = emu_set_control_reg,
Demu.h249 void emu_set_control_reg(struct emu *emu, unsigned n, uint32_t val);
Demu-ui.c257 emu_set_control_reg(emu, offset, val); in emu_write_control_prompt()