Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast.h900 bool has_qualifiers(_mesa_glsl_parse_state *state) const;
Dast_type.cpp41 ast_fully_specified_type::has_qualifiers(_mesa_glsl_parse_state *state) const in has_qualifiers() function in ast_fully_specified_type
Dast_to_hir.cpp5829 if (this->return_type->has_qualifiers(state)) { in hir()