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.yy986 if (!state->has_420pack_or_es31() && $2.flags.q.constant)
998 if (!state->has_420pack_or_es31() &&
1781 if ((state->has_420pack_or_es31() ||
2034 if (!state->has_420pack_or_es31() && $2.flags.q.precise)
2069 if (!state->has_420pack_or_es31() &&
2104 if ((!state->has_420pack_or_es31() && !state->EXT_gpu_shader4_enable) &&
2127 if (!state->has_420pack_or_es31() &&
2143 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()