Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.cpp860 bool uses_retval = !instr->dest.is_ssa || !list_is_empty(&instr->dest.ssa.uses); in emit_atomic_local_shared() local
864 auto dest_value = uses_retval ? vf.dest(instr->dest, 0, pin_free) : nullptr; in emit_atomic_local_shared()
866 auto op = lds_op_from_intrinsic(instr->intrinsic, uses_retval); in emit_atomic_local_shared()