Home
last modified time | relevance | path

Searched refs:nir_variable_clone (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_scalar.c198 chan_var = nir_variable_clone(var, b->shader); in lower_load_to_scalar_early()
257 chan_var = nir_variable_clone(var, b->shader); in lower_store_output_to_scalar_early()
Dnir_inline_functions.c71 nir_variable *nvar = nir_variable_clone(deref->var, b->shader); in nir_inline_function_impl()
Dnir_lower_io_to_vector.c271 nir_variable *var = nir_variable_clone(old_vars[loc][first], shader); in create_new_io_vars()
297 nir_variable *var = nir_variable_clone(first_var, shader); in create_new_io_vars()
Dnir_clone.c151 nir_variable_clone(const nir_variable *var, nir_shader *shader) in nir_variable_clone() function
184 nir_variable *nvar = nir_variable_clone(var, state->ns); in clone_variable()
Dnir_lower_io_arrays_to_elements.c142 element = nir_variable_clone(var, b->shader); in lower_array()
Dnir.h4117 nir_variable *nir_variable_clone(const nir_variable *c, nir_shader *shader);
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c356 nir_variable *var = nir_variable_clone(vars[location][first_comp], shader); in r600_create_new_io_var()
Dsfn_nir_lower_fs_out_to_vector.cpp213 nir_variable *var = nir_variable_clone(m_vars[location][first_comp], shader); in create_new_io_var()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c936 nir_variable *output = nir_variable_clone(var, shader); in ir3_nir_lower_gs()
946 nir_variable *emit_output = nir_variable_clone(var, shader); in ir3_nir_lower_gs()