Searched refs:combined_store (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | pan_lower_writeout.c | 113 nir_intrinsic_instr *combined_store; local in function:pan_nir_lower_zs_store 114 combined_store = nir_intrinsic_instr_create(b.shader, nir_intrinsic_store_combined_output_pan); 116 combined_store->num_components = intr->src[0].ssa->num_components; 118 nir_intrinsic_set_base(combined_store, nir_intrinsic_base(intr)); 119 nir_intrinsic_set_src_type(combined_store, nir_intrinsic_src_type(intr)); 127 nir_intrinsic_set_component(combined_store, writeout); 139 combined_store->src[i] = nir_src_for_ssa(src[i]); 141 nir_builder_instr_insert(&b, &combined_store->instr); 165 nir_intrinsic_instr *combined_store; local in function:pan_nir_lower_zs_store 166 combined_store [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_combine_stores.c | 52 struct combined_store { struct 83 static struct combined_store * 86 struct combined_store *result; 91 struct combined_store, 101 struct combined_store *combo) 110 struct combined_store *combo) 180 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 195 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 203 static struct combined_store * 207 list_for_each_entry(struct combined_store, comb [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_combine_stores.c | 52 struct combined_store { struct 83 static struct combined_store * 86 struct combined_store *result; 91 struct combined_store, 101 struct combined_store *combo) 110 struct combined_store *combo) 180 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 195 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { 203 static struct combined_store * 207 list_for_each_entry(struct combined_store, comb [all...] |
Completed in 2 milliseconds