Searched refs:temp_src_val (Results 1 – 1 of 1) sorted by relevance
198 auto temp_src_val = vf.temp_register(); in emit_atomic_op2() local199 shader.emit_instruction(new AluInstr(op1_mov, temp_src_val, src_val, AluInstr::last_write)); in emit_atomic_op2()200 src_as_register = temp_src_val; in emit_atomic_op2()