Home
last modified time | relevance | path

Searched refs:new_fog (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp282 : shader(sha), info(info), new_fog(NULL) in replace_varyings_visitor()
345 this->new_fog = new (ctx) ir_variable(glsl_type::float_type, name, in replace_varyings_visitor()
420 if (var == this->info->fog && this->new_fog) { in visit()
421 var->replace_with(this->new_fog); in visit()
482 if (var == this->info->fog && this->new_fog) { in handle_rvalue()
483 *rvalue = new(ctx) ir_dereference_variable(this->new_fog); in handle_rvalue()
510 ir_variable *new_fog; member in __anon252751e10111::replace_varyings_visitor