HomeSort by relevance Sort by last modified time
    Searched defs:get_variable_entry (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_variable_refcount.cpp 78 ir_variable_refcount_visitor::get_variable_entry(ir_variable *var) function in class:ir_variable_refcount_visitor
97 ir_variable_refcount_entry *entry = this->get_variable_entry(ir);
109 ir_variable_refcount_entry *entry = this->get_variable_entry(var);
133 entry = this->get_variable_entry(ir->lhs->variable_referenced());
ir_array_refcount.cpp 128 ir_array_refcount_visitor::get_variable_entry(ir_variable *var) function in class:ir_array_refcount_visitor
223 this->get_variable_entry(var_deref->var);
238 ir_array_refcount_entry *entry = this->get_variable_entry(var);
opt_structure_splitting.cpp 93 variable_entry *get_variable_entry(ir_variable *var);
102 ir_structure_reference_visitor::get_variable_entry(ir_variable *var) function in class:__anon29247::ir_structure_reference_visitor
125 variable_entry *entry = this->get_variable_entry(ir);
137 variable_entry *entry = this->get_variable_entry(var);
opt_array_splitting.cpp 113 variable_entry *get_variable_entry(ir_variable *var);
126 ir_array_reference_visitor::get_variable_entry(ir_variable *var) function in class:ir_array_reference_visitor
157 variable_entry *entry = this->get_variable_entry(ir);
185 variable_entry *entry = this->get_variable_entry(ir->var);
211 variable_entry *entry = this->get_variable_entry(deref->var);
260 variable_entry *entry = get_variable_entry(var);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 89 variable_entry *get_variable_entry(ir_variable *var);
98 ir_vector_reference_visitor::get_variable_entry(ir_variable *var) function in class:ir_vector_reference_visitor
138 (void)this->get_variable_entry(ir);
147 variable_entry *entry = this->get_variable_entry(var);

Completed in 208 milliseconds