HomeSort by relevance Sort by last modified time
    Searched refs:ir_dereference_variable (Results 26 - 50 of 55) sorted by null

12 3

  /external/mesa3d/src/glsl/
opt_constant_variable.cpp 52 virtual ir_visitor_status visit_enter(ir_dereference_variable *);
88 ir_constant_variable_visitor::visit_enter(ir_dereference_variable *ir)
lower_mat_op_to_vec.cpp 267 new(this->mem_ctx) ir_dereference_variable(tmp_bvec);
275 ir_rvalue *const val = new(this->mem_ctx) ir_dereference_variable(tmp_bvec);
317 ir_dereference_variable *result =
346 op[i] = new(mem_ctx) ir_dereference_variable(var);
lower_instructions.cpp 244 new(ir) ir_assignment(new(ir) ir_dereference_variable(temp),
252 new(ir) ir_dereference_variable(temp));
266 ir->operands[0] = new(ir) ir_dereference_variable(temp);
opt_dead_code_local.cpp 93 virtual ir_visitor_status visit(ir_dereference_variable *ir)
102 ir_dereference_variable *deref = ir->val->as_dereference_variable();
170 ir_dereference_variable *deref_var = ir->lhs->as_dereference_variable();
opt_function_inlining.cpp 152 assign = new(ctx) ir_assignment(new(ctx) ir_dereference_variable(parameters[i]),
210 new(ctx) ir_dereference_variable(parameters[i]),
306 ir_dereference_variable *deref_var = (*deref)->as_dereference_variable();
ir.h 122 virtual class ir_dereference_variable *as_dereference_variable() { return NULL; }
1130 ir_dereference_variable *return_deref,
1532 class ir_dereference_variable : public ir_dereference { class in inherits:ir_dereference
    [all...]
loop_analysis.cpp 111 virtual ir_visitor_status visit(ir_dereference_variable *);
173 loop_analysis::visit(ir_dereference_variable *ir)
411 virtual ir_visitor_status visit(ir_dereference_variable *ir)
ir_clone.cpp 170 ir_dereference_variable *new_return_ref = NULL;
198 ir_dereference_variable *
199 ir_dereference_variable::clone(void *mem_ctx, struct hash_table *ht) const
211 return new(mem_ctx) ir_dereference_variable(new_var);
ast_to_hir.cpp 664 ir_dereference_variable *deref = access->as_dereference_variable();
761 ir_dereference_variable *deref_var = new(ctx) ir_dereference_variable(var);
764 deref_var = new(ctx) ir_dereference_variable(var);
769 return new(ctx) ir_dereference_variable(var);
783 instructions->push_tail(new(ctx) ir_assignment(new(ctx) ir_dereference_variable(var),
786 return new(ctx) ir_dereference_variable(var);
    [all...]
opt_copy_propagation.cpp 85 virtual ir_visitor_status visit(class ir_dereference_variable *);
163 ir_copy_propagation_visitor::visit(ir_dereference_variable *ir)
opt_tree_grafting.cpp 99 ir_dereference_variable *deref = ir->as_dereference_variable();
124 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable();
ir_hierarchical_visitor.cpp 72 ir_hierarchical_visitor::visit(ir_dereference_variable *ir)
link_functions.cpp 176 virtual ir_visitor_status visit(ir_dereference_variable *ir)
opt_constant_propagation.cpp 145 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable();
440 ir_dereference_variable *deref = ir->lhs->as_dereference_variable();
ir_reader.cpp 64 ir_dereference_variable *read_var_ref(s_expression *);
618 ir_dereference_variable *return_deref = NULL;
852 ir_dereference_variable *
864 return new(mem_ctx) ir_dereference_variable(var);
879 ir_dereference_variable *var_ref = read_var_ref(expr);
lower_ubo_reference.cpp 177 deref = new(mem_ctx) ir_dereference_variable(load_var);
ir_validate.cpp 60 virtual ir_visitor_status visit(ir_dereference_variable *ir);
84 ir_validate::visit(ir_dereference_variable *ir)
87 printf("ir_dereference_variable @ %p does not specify a variable %p\n",
93 printf("ir_dereference_variable @ %p specifies undeclared variable "
504 * in the ir_dereference_variable handler to ensure that a variable is
ir.cpp 1190 ir_dereference_variable::ir_dereference_variable(ir_variable *var) function in class:ir_dereference_variable
1216 this->set_array(new(ctx) ir_dereference_variable(var));
1257 this->record = new(ctx) ir_dereference_variable(var);
    [all...]
ir_hv_accept.cpp 257 ir_dereference_variable::accept(ir_hierarchical_visitor *v)
ir_print_visitor.cpp 320 void ir_print_visitor::visit(ir_dereference_variable *ir)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 108 return new(mem_ctx) ir_dereference_variable(var);
111 deref = new(mem_ctx) ir_dereference_variable(var);
170 deref = new(mem_ctx) ir_dereference_variable(op_var[i]);
brw_fs.h 199 void visit(ir_dereference_variable *ir);
brw_vec4.h 280 virtual void visit(ir_dereference_variable *);
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 549 val = new(p->mem_ctx) ir_dereference_variable(current);
560 return new(p->mem_ctx) ir_dereference_variable(var);
575 return new(p->mem_ctx) ir_dereference_variable(p->src_texture[unit]);
586 ir_dereference_variable(p->src_texture[src - SRC_TEXTURE0]);
591 deref = new(p->mem_ctx) ir_dereference_variable(var);
599 return new(p->mem_ctx) ir_dereference_variable(var);
881 deref = new(p->mem_ctx) ir_dereference_variable(temp_var);
925 texcoord = new(p->mem_ctx) ir_dereference_variable(p->texcoord_tex[unit]);
929 texcoord = new(p->mem_ctx) ir_dereference_variable(tc_array);
1022 deref = new(p->mem_ctx) ir_dereference_variable(sampler)
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 259 virtual void visit(ir_dereference_variable *);
758 ir_dereference_variable *counter = NULL;
761 counter = new(mem_ctx) ir_dereference_variable(ir->counter);
1013 ir_dereference_variable *const deref =
1014 (ir_dereference_variable *) op;
1050 ir_dereference_variable *const deref =
1051 new(mem_ctx) ir_dereference_variable(var);
    [all...]

Completed in 270 milliseconds

12 3