Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp198 auto temp_src_val = vf.temp_register(); in emit_atomic_op2() local
199 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()