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

1 2

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp 105 new(mem_ctx) ir_variable(grad_type, "size", ir_var_temporary);
120 new(mem_ctx) ir_variable(grad_type, "dPdx", ir_var_temporary);
124 new(mem_ctx) ir_variable(grad_type, "dPdy", ir_var_temporary);
brw_fs_vector_splitting.cpp 121 case ir_var_temporary:
379 ir_var_temporary);
brw_fs_channel_expressions.cpp 167 ir_var_temporary);
  /external/mesa3d/src/glsl/
ir_expression_flattening.cpp 81 var = new(ctx) ir_variable(ir->type, "flattening_tmp", ir_var_temporary);
lower_vec_index_to_cond_assign.cpp 92 ir_var_temporary);
100 ir_var_temporary);
189 ir_var_temporary);
197 ir_var_temporary);
lower_if_to_cond_assign.cpp 197 ir_var_temporary);
224 ir_var_temporary);
lower_discard.cpp 177 ir_var_temporary);
lower_discard_flow.cpp 137 ir_var_temporary);
opt_array_splitting.cpp 122 var->mode != ir_var_temporary)
310 ir_var_temporary);
388 new(entry->mem_ctx) ir_variable(subtype, name, ir_var_temporary);
lower_variable_index_to_cond_assign.cpp 109 ir_var_temporary);
363 case ir_var_temporary:
410 ir_var_temporary);
422 ir_var_temporary);
429 "dereference_array_index", ir_var_temporary);
ir_function.cpp 72 case ir_var_temporary:
lower_output_reads.cpp 98 ir_var_temporary);
lower_clip_distance.cpp 153 glsl_type::int_type, "clip_distance_index", ir_var_temporary);
299 actual_param->type, "temp_clip_distance", ir_var_temporary);
lower_ubo_reference.cpp 168 ir_var_temporary);
173 ir_var_temporary);
ast_function.cpp 243 ir_var_temporary);
295 ir_var_temporary);
655 ir_var_temporary);
724 ir_variable *var = new(ctx) ir_variable(type, "vec_ctor", ir_var_temporary);
913 ir_variable *var = new(ctx) ir_variable(type, "mat_ctor", ir_var_temporary);
937 ir_var_temporary);
    [all...]
ir_builder.cpp 42 var = new(mem_ctx) ir_variable(type, name, ir_var_temporary);
lower_jumps.cpp 189 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
200 this->break_flag = new(this->signature) ir_variable(glsl_type::bool_type, "break_flag", ir_var_temporary);
229 this->return_flag = new(this->signature) ir_variable(glsl_type::bool_type, "return_flag", ir_var_temporary);
240 return_value = new(this->signature) ir_variable(this->signature->return_type, "return_value", ir_var_temporary);
    [all...]
lower_vector.cpp 137 new(mem_ctx) ir_variable(expr->type, "vecop_tmp", ir_var_temporary);
lower_mat_op_to_vec.cpp 257 ir_var_temporary);
340 ir_var_temporary);
lower_instructions.cpp 240 ir_var_temporary);
opt_structure_splitting.cpp 362 ir_var_temporary);
linker.cpp 376 case ir_var_temporary:
413 if (var->mode == ir_var_temporary)
806 if (ir->var->mode == ir_var_temporary) {
880 if ((var != NULL) && (var->mode != ir_var_temporary))
886 || ((var != NULL) && (var->mode == ir_var_temporary)));
    [all...]
ast_to_hir.cpp 760 ir_var_temporary);
779 ir_var_temporary);
    [all...]
ir.h 273 ir_var_temporary /**< Temporary variable generated during compilation. */ enumerator in enum:ir_variable_mode
    [all...]
ir_reader.cpp 411 var->mode = ir_var_temporary;

Completed in 381 milliseconds

1 2