Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp106 this->separate_function_namespace = false; in glsl_symbol_table()
137 if (this->separate_function_namespace) { in add_variable()
194 if (this->separate_function_namespace && name_declared_this_scope(f->name)) { in add_function()
Dglsl_symbol_table.h52 bool separate_function_namespace; member
Dast_function.cpp574 if (!state->symbols->separate_function_namespace in match_function_by_name()
Dast_to_hir.cpp128 state->symbols->separate_function_namespace = state->language_version == 110; in _mesa_ast_to_hir()