Searched refs:old_deref (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 254 nir_deref_instr *old_deref = nir_src_as_deref(intrin->src[0]); local in function:nir_lower_io_to_vector_impl 255 if (!(old_deref->mode & modes)) 258 if (old_deref->mode == nir_var_shader_out) 261 nir_variable *old_var = nir_deref_instr_get_variable(old_deref); 267 nir_variable *new_var = old_deref->mode == nir_var_shader_in ? 285 build_array_deref_of_new_var(&b, new_var, old_deref); 307 nir_deref_instr *old_deref = nir_src_as_deref(intrin->src[0]); local in function:nir_lower_io_to_vector_impl 308 if (old_deref->mode != nir_var_shader_out) 311 nir_variable *old_var = nir_deref_instr_get_variable(old_deref); 328 build_array_deref_of_new_var(&b, new_var, old_deref); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 464 nir_deref_instr *old_deref = nir_src_as_deref(intrin->src[0]); local in function:nir_lower_io_to_vector_impl 465 if (!nir_deref_mode_is_one_of(old_deref, modes)) 468 if (nir_deref_mode_is(old_deref, nir_var_shader_out)) 471 nir_variable *old_var = nir_deref_instr_get_variable(old_deref); 496 shader, &b, new_var, old_deref, loc - get_slot(new_var)); 499 new_deref = build_array_deref_of_new_var(&b, new_var, old_deref); 522 nir_deref_instr *old_deref = nir_src_as_deref(intrin->src[0]); local in function:nir_lower_io_to_vector_impl 523 if (!nir_deref_mode_is(old_deref, nir_var_shader_out)) 526 nir_variable *old_var = nir_deref_instr_get_variable(old_deref); 543 shader, &b, new_var, old_deref, lo [all...] |
| H A D | nir_lower_multiview.c | 319 nir_deref_instr *old_deref = nir_src_as_deref(intrin->src[0]); local in function:nir_lower_multiview 325 nir_deref_instr_remove_if_unused(old_deref);
|
Completed in 4 milliseconds