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

  /external/mesa3d/src/glsl/
ir_expression_flattening.cpp 83 var = new(ctx) ir_variable(ir->type, "flattening_tmp", ir_var_temporary);
ir_mod_to_fract.cpp 64 ir_var_temporary);
lower_vec_index_to_cond_assign.cpp 92 ir_var_temporary);
100 ir_var_temporary);
176 ir_var_temporary);
184 ir_var_temporary);
ir_if_return.cpp 113 ir_var_temporary);
197 ir_var_temporary);
lower_discard.cpp 177 ir_var_temporary);
lower_variable_index_to_cond_assign.cpp 145 ir_var_temporary);
248 case ir_var_temporary:
276 ir_var_temporary);
289 "dereference_array_index", ir_var_temporary);
ir_function.cpp 118 case ir_var_temporary:
lower_if_to_cond_assign.cpp 181 ir_var_temporary);
lower_jumps.cpp 125 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
136 this->break_flag = new(this->signature) ir_variable(glsl_type::bool_type, "break_flag", ir_var_temporary);
164 this->return_flag = new(this->signature) ir_variable(glsl_type::bool_type, "return_flag", ir_var_temporary);
175 return_value = new(this->signature) ir_variable(this->signature->return_type, "return_value", ir_var_temporary);
ast_function.cpp 178 ir_var_temporary);
426 ir_var_temporary);
495 ir_variable *var = new(ctx) ir_variable(type, "vec_ctor", ir_var_temporary);
684 ir_variable *var = new(ctx) ir_variable(type, "mat_ctor", ir_var_temporary);
708 ir_var_temporary);
821 ir_var_temporary);
882 new(ctx) ir_variable(rhs->type, "mat_ctor_vec", ir_var_temporary);
949 new(mem_ctx) ir_variable(type, "record_ctor", ir_var_temporary);
    [all...]
lower_vector.cpp 137 new(mem_ctx) ir_variable(expr->type, "vecop_tmp", ir_var_temporary);
linker.cpp 309 case ir_var_temporary:
346 if (var->mode == ir_var_temporary)
629 if (ir->var->mode == ir_var_temporary) {
703 if ((var != NULL) && (var->mode != ir_var_temporary))
707 || ((var != NULL) && (var->mode == ir_var_temporary)));
906 if ((var->mode != ir_var_auto) && (var->mode != ir_var_temporary))
    [all...]
lower_mat_op_to_vec.cpp 302 ir_var_temporary);
387 ir_var_temporary);
lower_instructions.cpp 218 ir_var_temporary);
opt_structure_splitting.cpp 348 ir_var_temporary);
ast_to_hir.cpp 701 ir_var_temporary);
722 ir_var_temporary);
    [all...]
ir.h 232 ir_var_temporary /**< Temporary variable generated during compilation. */ enumerator in enum:ir_variable_mode
    [all...]
ir_to_llvm.cpp 224 case ir_var_temporary:
242 // if(var->mode == ir_var_auto || var->mode == ir_var_temporary)
    [all...]

Completed in 1837 milliseconds