Searched refs:combined_store (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_combine_stores.c | 52 struct combined_store { struct 83 static struct combined_store * argument 86 struct combined_store *result; in alloc_combined_store() 91 struct combined_store, in alloc_combined_store() 101 struct combined_store *combo) in free_combined_store() 110 struct combined_store *combo) in combine_stores() 178 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { in combine_stores_with_deref() 193 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { in combine_stores_with_modes() 201 static struct combined_store * 205 list_for_each_entry(struct combined_store, combo, &state->pending, link) { in find_matching_combined_store() [all …]
|