Searched defs:new_var (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c195 nir_variable *new_var = local
200 nir_ssa_def *def = nir_load_var(b, new_var);
/external/mesa3d/src/compiler/glsl/
H A Dir_clone.cpp174 ir_variable *new_var; local
178 new_var = entry ? (ir_variable *) entry->data : this->var;
180 new_var = this->var;
183 return new(mem_ctx) ir_dereference_variable(new_var);
H A Dlower_named_interface_blocks.cpp164 ir_variable *new_var; local
168 new_var =
175 new_var =
180 new_var->data.location = iface_t->fields.structure[i].location;
181 new_var->data.explicit_location = (new_var->data.location >= 0);
182 new_var->data.offset = iface_t->fields.structure[i].offset;
183 new_var->data.explicit_xfb_offset =
185 new_var->data.xfb_buffer =
187 new_var
[all...]
H A Dlower_distance.cpp140 ir_variable **new_var; local
150 new_var = &new_distance_out_var;
155 new_var = &new_distance_in_var;
164 if (!(*new_var)) {
168 *new_var = ir->clone(ralloc_parent(ir), NULL);
169 (*new_var)->name = ralloc_strdup(*new_var, GLSL_CLIP_VAR_NAME);
170 (*new_var)->data.max_array_access = new_size - 1;
171 (*new_var)->data.location = VARYING_SLOT_CLIP_DIST0;
187 (*new_var)
[all...]
H A Dopt_dead_builtin_varyings.cpp354 ir_variable **new_var,
369 new_var[i] =
375 new_var[i] =
378 new_var[i]->data.location = start_location + i;
379 new_var[i]->data.explicit_location = true;
380 new_var[i]->data.explicit_index = 0;
383 ir->get_head_raw()->insert_before(new_var[i]);
353 prepare_array(exec_list *ir, ir_variable **new_var, int max_elements, unsigned start_location, const char *var_name, const char *mode_str, unsigned usage, unsigned external_usage) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c319 struct rc_variable * new_var; local
343 new_var = rc_variable(c, file, sub_inst->DestIndex, writemask,
345 get_variable_helper(variable_list, new_var);
364 struct rc_variable * new_var; local
372 new_var = rc_variable(c, inst->U.I.DstReg.File,
375 get_variable_helper(&variable_list, new_var);

Completed in 145 milliseconds