Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A 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()
H A Dglsl_symbol_table.h52 bool separate_function_namespace; member
H A Dast_function.cpp693 if (!state->symbols->separate_function_namespace in match_function_by_name()
H A Dast_to_hir.cpp134 state->symbols->separate_function_namespace = state->language_version == 110; in _mesa_ast_to_hir()