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

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_clip_distance.cpp 55 new_clip_distance_var(NULL)
76 ir_variable *new_clip_distance_var; member in class:lower_clip_distance_visitor
101 this->new_clip_distance_var = ir->clone(ralloc_parent(ir), NULL);
104 this->new_clip_distance_var->name
105 = ralloc_strdup(this->new_clip_distance_var, "gl_ClipDistanceMESA");
106 this->new_clip_distance_var->type
108 this->new_clip_distance_var->max_array_access = ir->max_array_access / 4;
110 ir->replace_with(this->new_clip_distance_var);
197 this->new_clip_distance_var, array_index);
  /external/mesa3d/src/glsl/
lower_clip_distance.cpp 55 new_clip_distance_var(NULL)
76 ir_variable *new_clip_distance_var; member in class:lower_clip_distance_visitor
101 this->new_clip_distance_var = ir->clone(ralloc_parent(ir), NULL);
104 this->new_clip_distance_var->name
105 = ralloc_strdup(this->new_clip_distance_var, "gl_ClipDistanceMESA");
106 this->new_clip_distance_var->type
108 this->new_clip_distance_var->max_array_access = ir->max_array_access / 4;
110 ir->replace_with(this->new_clip_distance_var);
197 this->new_clip_distance_var, array_index);

Completed in 97 milliseconds