Home
last modified time | relevance | path

Searched defs:new_var (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c320 build_array_deref_of_new_var(nir_builder *b, nir_variable *new_var, in build_array_deref_of_new_var()
358 nir_builder *b, nir_variable *new_var, in build_array_deref_of_new_var_flat()
475 nir_variable *new_var = old_var->data.mode == nir_var_shader_in ? in nir_lower_io_to_vector_impl() local
530 nir_variable *new_var = new_outputs[loc][old_frac]; in nir_lower_io_to_vector_impl() local
Dnir_linking_helpers.c1143 nir_variable *new_var = NULL; in get_uniform_var_in_consumer() local
1386 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/mesa3d/src/compiler/glsl/
Dlower_precision.cpp1209 ir_variable *new_var = in visit_enter() local
1268 ir_variable *new_var = in handle_rvalue() local
1307 ir_variable *new_var = in visit_enter() local
1338 ir_variable *new_var = in visit_enter() local
Dlower_distance.cpp141 ir_variable **new_var; in visit() local
338 ir_variable **new_var = NULL; in lower_distance_vec8() local
Dlower_named_interface_blocks.cpp166 ir_variable *new_var; in run() local
Dlower_tess_level.cpp201 ir_variable **new_var = NULL; in lower_tess_level_array() local
Dopt_structure_splitting.cpp341 ir_variable *new_var = in do_structure_splitting() local
Dopt_array_splitting.cpp475 ir_variable *new_var = in optimize_split_arrays() local
Dir_clone.cpp180 ir_variable *new_var; in clone() local
Dopt_dead_builtin_varyings.cpp355 ir_variable **new_var, in prepare_array()
Dlink_varyings.cpp2956 ir_variable *new_var; in assign_varying_locations() local
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c49 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/skia/third_party/externals/tint/src/transform/
Dbinding_remapper.cc133 auto* new_var = ctx.dst->create<ast::Variable>( in Run() local
Dmodule_scope_var_to_entry_point_param.cc322 auto new_var = var_to_newvar[target_var]; in Process() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c319 struct rc_variable * new_var; in get_variable_pair_helper() local
364 struct rc_variable * new_var; in rc_get_variables() local
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c48 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_builtin.c214 nir_variable *new_var = get_variable(state, &path, element); in lower_builtin_block() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp387 insert_uniform_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_uniform_sorted()
413 insert_fsoutput_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_fsoutput_sorted()
Dsfn_nir_lower_fs_out_to_vector.cpp341 nir_variable *new_var = m_vars[loc][var->data.location_frac]; in vec_instr_stack_pop() local
Dsfn_nir_vectorize_vs_inputs.c191 nir_variable *new_var; in r600_vec_instr_stack_pop() local
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c80 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c69 insert_sorted(struct exec_list *var_list, nir_variable *new_var) in insert_sorted()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1136 nir_variable *new_var; member
1154 nir_variable *new_var = params->new_var; in dxil_nir_split_clip_cull_distance_instr() local
1432 nir_variable *new_var; in redirect_sampler_derefs() local
Dnir_to_dxil.c4383 insert_sorted_by_binding(struct exec_list *var_list, nir_variable *new_var) in insert_sorted_by_binding()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y1184 NodeType *new_var(const char *str, int line_number) { in new_var() function