Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy964 if (!state->has_420pack_or_es31() && $2.flags.q.constant)
976 if (!state->has_420pack_or_es31() &&
1652 if ((state->has_420pack_or_es31() ||
1905 if (!state->has_420pack_or_es31() && $2.flags.q.precise)
1940 if (!state->has_420pack_or_es31() &&
1975 if (!state->has_420pack_or_es31() &&
1993 if (!state->has_420pack_or_es31() &&
2009 if (!(state->has_420pack_or_es31()) &&
Dglsl_parser_extras.h262 bool has_420pack_or_es31() const in has_420pack_or_es31() function
Dast_type.cpp308 if (is_multiple_layouts_merge && !state->has_420pack_or_es31()) { in merge_qualifier()