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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_distance.cpp553 ir_variable *temp_clip_distance = new(ctx) ir_variable( local in function:lower_distance_visitor::visit_leave
554 actual_param->type, "temp_clip_distance", ir_var_temporary);
555 this->base_ir->insert_before(temp_clip_distance);
557 new(ctx) ir_dereference_variable(temp_clip_distance));
566 new(ctx) ir_dereference_variable(temp_clip_distance),
580 new(ctx) ir_dereference_variable(temp_clip_distance));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_distance.cpp553 ir_variable *temp_clip_distance = new(ctx) ir_variable( local in function:lower_distance_visitor::visit_leave
554 actual_param->type, "temp_clip_distance", ir_var_temporary);
555 this->base_ir->insert_before(temp_clip_distance);
557 new(ctx) ir_dereference_variable(temp_clip_distance));
566 new(ctx) ir_dereference_variable(temp_clip_distance),
580 new(ctx) ir_dereference_variable(temp_clip_distance));

Completed in 63 milliseconds