Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.h103 void replace_variable(const char *name, ir_variable *v);
Dglsl_symbol_table.cpp287 glsl_symbol_table::replace_variable(const char *name, in replace_variable() function in glsl_symbol_table
Dlinker.cpp1073 variables->replace_variable(existing->name, var); in cross_validate_globals()