Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser.yy987 if (!state->has_420pack_or_es31() && $2.flags.q.constant)
999 if (!state->has_420pack_or_es31() &&
1782 if ((state->has_420pack_or_es31() ||
2035 if (!state->has_420pack_or_es31() && $2.flags.q.precise)
2070 if (!state->has_420pack_or_es31() &&
2105 if ((!state->has_420pack_or_es31() && !state->EXT_gpu_shader4_enable) &&
2128 if (!state->has_420pack_or_es31() &&
2144 if (!(state->has_420pack_or_es31()) &&
Dglsl_parser_extras.h271 bool has_420pack_or_es31() const in has_420pack_or_es31() function
Dast_type.cpp310 if (is_multiple_layouts_merge && !state->has_420pack_or_es31()) { in merge_qualifier()