Searched refs:new_fog (Results 1 – 1 of 1) sorted by relevance
283 : shader(sha), info(info), new_fog(NULL) in replace_varyings_visitor()346 this->new_fog = new (ctx) ir_variable(glsl_type::float_type, name, in replace_varyings_visitor()421 if (var == this->info->fog && this->new_fog) { in visit()422 var->replace_with(this->new_fog); in visit()483 if (var == this->info->fog && this->new_fog) { in handle_rvalue()484 *rvalue = new(ctx) ir_dereference_variable(this->new_fog); in handle_rvalue()511 ir_variable *new_fog; member in __anon734023bf0111::replace_varyings_visitor