HomeSort by relevance Sort by last modified time
    Searched refs:rhs_var (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 320 ir_variable *rhs_var = ir->rhs->whole_variable_referenced(); local
322 if ((lhs_var != NULL) && (rhs_var != NULL)) {
323 if (lhs_var == rhs_var) {
332 entry = new(this->mem_ctx) acp_entry(lhs_var, rhs_var);
ast_function.cpp 935 ir_variable *rhs_var = local
938 instructions->push_tail(rhs_var);
947 new(ctx) ir_assignment(new(ctx) ir_dereference_variable(rhs_var),
948 new(ctx) ir_constant(rhs_var->type, &zero),
952 ir_dereference *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
976 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
988 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
1048 ir_variable *const rhs_var = local
1110 ir_variable *rhs_var = local
    [all...]
lower_clip_distance.cpp 215 ir_dereference_variable *rhs_var = ir->rhs->as_dereference_variable(); local
217 || (rhs_var && rhs_var->var == this->old_clip_distance_var)) {
  /build/kati/
eval.cc 158 Var* rhs_var = EvalRHS(lhs, rhs, StringPiece("*TODO*"), rule_var.op); local
159 if (rhs_var)
160 current_scope_->Assign(lhs, new RuleVar(rhs_var, rule_var.op));

Completed in 725 milliseconds