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

  /external/mesa3d/src/glsl/
opt_constant_folding.cpp 135 param_rval->replace_with(new_param);
147 ir->replace_with(assignment);
lower_discard.cpp 160 ir->replace_with(assignment);
lower_vec_index_to_swizzle.cpp 142 param->replace_with(new_param);
lower_clip_distance.cpp 110 ir->replace_with(this->new_clip_distance_var);
301 actual_param->replace_with(
opt_function_inlining.cpp 87 ret->replace_with(new(ctx) ir_assignment(lhs, ret->value, NULL));
358 param->replace_with(new_param);
ir_rvalue_visitor.cpp 125 param->replace_with(new_param);
lower_jumps.cpp 341 ir->replace_with(new(ir) ir_loop_jump(ir_loop_jump::jump_break));
368 ir->replace_with(create_lowered_break());
641 jumps[lower]->replace_with(lowered);
677 jumps[lower]->replace_with(new(ir) ir_assignment(new (ir) ir_dereference_variable(execute_flag), new (ir) ir_constant(false), 0));
    [all...]
ast_function.cpp 216 actual->replace_with(converted);
254 actual->replace_with(deref_tmp_2);
648 ir->replace_with(result);
685 node->replace_with(constant);
    [all...]
list.h 173 void replace_with(exec_node *replacement) function in struct:exec_node
lower_vec_index_to_cond_assign.cpp 260 param->replace_with(new_param);
opt_tree_grafting.cpp 221 ir->replace_with(new_ir);
opt_constant_propagation.cpp 292 param->replace_with(new_param);
  /external/selinux/libsemanage/src/
genhomedircon.c 108 const char *replace_with; member in struct:__anon17915
503 repl[i].replace_with, 0);
557 {.search_for = TEMPLATE_SEUSER,.replace_with = seuser},
558 {.search_for = TEMPLATE_HOME_DIR,.replace_with = home},
559 {.search_for = TEMPLATE_ROLE,.replace_with = role_prefix},
560 {.search_for = TEMPLATE_LEVEL,.replace_with = level},
589 {.search_for = TEMPLATE_HOME_ROOT,.replace_with = homedir},
616 {.search_for = TEMPLATE_USER,.replace_with = user},
617 {.search_for = TEMPLATE_ROLE,.replace_with = role_prefix},
618 {.search_for = TEMPLATE_SEUSER,.replace_with = seuser}
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cse.cpp 140 inst->replace_with(copy);

Completed in 2068 milliseconds