Home
last modified time | relevance | path

Searched refs:call_stack_idx (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
H A Demu.c270 assert(emu->call_stack_idx > 0); in emu_instr()
273 emu->branch_target = emu->call_stack[--emu->call_stack_idx]; in emu_instr()
278 assert(emu->call_stack_idx < ARRAY_SIZE(emu->call_stack)); in emu_instr()
283 emu->call_stack[emu->call_stack_idx++] = emu->gpr_regs.pc + 2; in emu_instr()
H A Demu.h191 int call_stack_idx; member

Completed in 2 milliseconds