Searched refs:found_offsets (Results 1 – 1 of 1) sorted by relevance
111 struct set *found_offsets = NULL; in nir_find_inlinable_uniforms() local113 if (src_only_uses_uniforms(cond, &found_offsets) && in nir_find_inlinable_uniforms()114 found_offsets) { in nir_find_inlinable_uniforms()116 set_foreach(found_offsets, entry) { in nir_find_inlinable_uniforms()123 if (found_offsets) in nir_find_inlinable_uniforms()124 _mesa_set_destroy(found_offsets, NULL); in nir_find_inlinable_uniforms()