Searched refs:temp_clip_distance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_clip_distance.cpp298 ir_variable *temp_clip_distance = new(ctx) ir_variable( local
299 actual_param->type, "temp_clip_distance", ir_var_temporary);
300 this->base_ir->insert_before(temp_clip_distance);
302 new(ctx) ir_dereference_variable(temp_clip_distance));
311 new(ctx) ir_dereference_variable(temp_clip_distance),
325 new(ctx) ir_dereference_variable(temp_clip_distance));
/external/mesa3d/src/glsl/
H A Dlower_clip_distance.cpp298 ir_variable *temp_clip_distance = new(ctx) ir_variable( local
299 actual_param->type, "temp_clip_distance", ir_var_temporary);
300 this->base_ir->insert_before(temp_clip_distance);
302 new(ctx) ir_dereference_variable(temp_clip_distance));
311 new(ctx) ir_dereference_variable(temp_clip_distance),
325 new(ctx) ir_dereference_variable(temp_clip_distance));

Completed in 39 milliseconds