HomeSort by relevance Sort by last modified time
    Searched defs:new_var (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/compiler/glsl/
lower_named_interface_blocks.cpp 164 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->data.explicit_xfb_buffer
    [all...]
ir_clone.cpp 174 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);
lower_distance.cpp 140 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)->type = glsl_type::get_array_instance(glsl_type::vec4_type
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_builtin.c 195 nir_variable *new_var = local
200 nir_ssa_def *def = nir_load_var(b, new_var);
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutator.cpp 161 auto *new_var = result.add_arg(); local
162 new_var->Swap(&rand_var_spec);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 319 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);
  /build/kati/
dep.cc 598 Var* new_var = var->v(); local
607 new_var->Eval(ev_, s.get());
608 new_var = new SimpleVar(*s, old_var->Origin());
618 n->depfile_var = new_var;
620 n->ninja_pool_var = new_var;
622 sv.emplace_back(new ScopedVar(cur_rule_vars_.get(), name, new_var));
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 17368 offsetT new_var = 4; local
    [all...]

Completed in 351 milliseconds