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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp283 : shader(sha), info(info), new_fog(NULL)
346 this->new_fog = new (ctx) ir_variable(glsl_type::float_type, name,
421 if (var == this->info->fog && this->new_fog) {
422 var->replace_with(this->new_fog);
483 if (var == this->info->fog && this->new_fog) {
484 *rvalue = new(ctx) ir_dereference_variable(this->new_fog);
511 ir_variable *new_fog; member in class:__anon112a57600110::replace_varyings_visitor
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp283 : shader(sha), info(info), new_fog(NULL)
346 this->new_fog = new (ctx) ir_variable(glsl_type::float_type, name,
421 if (var == this->info->fog && this->new_fog) {
422 var->replace_with(this->new_fog);
483 if (var == this->info->fog && this->new_fog) {
484 *rvalue = new(ctx) ir_dereference_variable(this->new_fog);
511 ir_variable *new_fog; member in class:__anon4cdfd2ed0110::replace_varyings_visitor

Completed in 10 milliseconds