Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_atomics_to_ssbo.c109 nir_ssa_def *offset_load = NULL; in lower_instr() local
112 offset_load = nir_load_deref(b, deref_offset); in lower_instr()
153 if (offset_load) in lower_instr()
154 new_instr->src[1].ssa = nir_iadd(b, new_instr->src[1].ssa, offset_load); in lower_instr()