Searched refs:steal_list (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_sweep.c | 38 #define steal_list(mem_ctx, type, list) \ macro 125 steal_list(nir, nir_variable, &impl->locals); in sweep_impl() 126 steal_list(nir, nir_register, &impl->registers); in sweep_impl() 161 steal_list(nir, nir_variable, &nir->uniforms); in nir_sweep() 162 steal_list(nir, nir_variable, &nir->inputs); in nir_sweep() 163 steal_list(nir, nir_variable, &nir->outputs); in nir_sweep() 164 steal_list(nir, nir_variable, &nir->shared); in nir_sweep() 165 steal_list(nir, nir_variable, &nir->globals); in nir_sweep() 166 steal_list(nir, nir_variable, &nir->system_values); in nir_sweep() 167 steal_list(nir, nir_register, &nir->registers); in nir_sweep()
|