Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dast.h944 bool has_qualifiers(_mesa_glsl_parse_state *state) const;
Dast_type.cpp42 ast_fully_specified_type::has_qualifiers(_mesa_glsl_parse_state *state) const in has_qualifiers() function in ast_fully_specified_type
Dast_to_hir.cpp6129 if (this->return_type->has_qualifiers(state)) { in hir()