| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 2265 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::uvec2_type); 2270 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::uvec3_type); 2275 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::uvec4_type); 2385 KEYWORD_WITH_ALT(120, 300, 120, 300, yyextra->EXT_gpu_shader4_enable, CENTROID); 2395 KEYWORD_WITH_ALT(130, 100, 130, 300, yyextra->EXT_gpu_shader4_enable, FLAT); 2405 KEYWORD_WITH_ALT(130, 300, 130, 0, yyextra->EXT_gpu_shader4_enable, NOPERSPECTIVE); 2435 TYPE_WITH_ALT(130, 300, 130, 0, yyextra->EXT_gpu_shader4_enable && yyextra->ctx->Extensions.EXT_texture_array, glsl_type::sampler1DArray_type); 2440 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable && yyextra->ctx->Extensions.EXT_texture_array, glsl_type::sampler2DArray_type); 2455 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::samplerCubeShadow_type); 2460 TYPE_WITH_ALT(130, 300, 130, 0, yyextra->EXT_gpu_shader4_enable [all...] |
| H A D | glsl_parser.cpp | 4515 if ((!state->has_420pack_or_es31() && !state->EXT_gpu_shader4_enable) && 4537 (!state->EXT_gpu_shader4_enable ||
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 2355 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::uvec2_type); 2360 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::uvec3_type); 2365 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::uvec4_type); 2475 KEYWORD_WITH_ALT(120, 300, 120, 300, yyextra->EXT_gpu_shader4_enable, CENTROID); 2485 KEYWORD_WITH_ALT(130, 100, 130, 300, yyextra->EXT_gpu_shader4_enable, FLAT); 2495 KEYWORD_WITH_ALT(130, 300, 130, 0, yyextra->EXT_gpu_shader4_enable, NOPERSPECTIVE); 2525 TYPE_WITH_ALT(130, 300, 130, 0, yyextra->EXT_gpu_shader4_enable && yyextra->ctx->Extensions.EXT_texture_array, glsl_type::sampler1DArray_type); 2530 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable && yyextra->ctx->Extensions.EXT_texture_array, glsl_type::sampler2DArray_type); 2545 TYPE_WITH_ALT(130, 300, 130, 300, yyextra->EXT_gpu_shader4_enable, glsl_type::samplerCubeShadow_type); 2550 TYPE_WITH_ALT(130, 300, 130, 0, yyextra->EXT_gpu_shader4_enable [all...] |
| H A D | glsl_parser.cpp | 4753 if ((!state->has_420pack_or_es31() && !state->EXT_gpu_shader4_enable) && 4775 (!state->EXT_gpu_shader4_enable ||
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.h | 146 return EXT_gpu_shader4_enable || 839 bool EXT_gpu_shader4_enable; member in struct:_mesa_glsl_parse_state
|
| H A D | builtin_variables.cpp | 1129 if (state->is_version(130, 300) || state->EXT_gpu_shader4_enable) { 1146 state->EXT_gpu_shader4_enable) { 1340 if (state->has_geometry_shader() || state->EXT_gpu_shader4_enable) {
|
| H A D | builtin_types.cpp | 328 if (state->EXT_gpu_shader4_enable) {
|
| H A D | ast_type.cpp | 493 if (state->EXT_gpu_shader4_enable &&
|
| H A D | ast_to_hir.cpp | 612 if (!state->EXT_gpu_shader4_enable && 3085 if ((state->is_version(130, 300) || state->EXT_gpu_shader4_enable) 3166 if ((state->is_version(130, 300) || state->EXT_gpu_shader4_enable) 3206 if (state->is_version(130, 0) && !state->EXT_gpu_shader4_enable 4208 if (state->is_version(130, 300) || state->EXT_gpu_shader4_enable) 5314 (!state->EXT_gpu_shader4_enable || 5429 error = !state->is_version(120, 300) && !state->EXT_gpu_shader4_enable;
|
| H A D | builtin_functions.cpp | 238 state->EXT_gpu_shader4_enable; 308 return state->EXT_gpu_shader4_enable; 314 return state->EXT_gpu_shader4_enable && 321 return state->EXT_gpu_shader4_enable && 335 return state->EXT_gpu_shader4_enable && 349 return state->EXT_gpu_shader4_enable && 363 return state->EXT_gpu_shader4_enable && 391 return state->is_version(130, 300) || state->EXT_gpu_shader4_enable; 467 (state->EXT_gpu_shader4_enable && 475 (state->EXT_gpu_shader4_enable [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.h | 144 return EXT_gpu_shader4_enable || 821 bool EXT_gpu_shader4_enable; member in struct:_mesa_glsl_parse_state
|
| H A D | builtin_variables.cpp | 1027 if (state->is_version(130, 300) || state->EXT_gpu_shader4_enable) 1037 state->EXT_gpu_shader4_enable) 1190 if (state->has_geometry_shader() || state->EXT_gpu_shader4_enable) {
|
| H A D | builtin_types.cpp | 328 if (state->EXT_gpu_shader4_enable) {
|
| H A D | ast_type.cpp | 492 if (state->EXT_gpu_shader4_enable &&
|
| H A D | ast_to_hir.cpp | 612 if (!state->EXT_gpu_shader4_enable && 3016 if ((state->is_version(130, 300) || state->EXT_gpu_shader4_enable) 3097 if ((state->is_version(130, 300) || state->EXT_gpu_shader4_enable) 3137 if (state->is_version(130, 0) && !state->EXT_gpu_shader4_enable 4135 if (state->is_version(130, 300) || state->EXT_gpu_shader4_enable) 5139 (!state->EXT_gpu_shader4_enable || 5255 if (state->is_version(120, 300) || state->EXT_gpu_shader4_enable)
|
| H A D | builtin_functions.cpp | 217 state->EXT_gpu_shader4_enable; 281 return state->EXT_gpu_shader4_enable; 287 return state->EXT_gpu_shader4_enable && 294 return state->EXT_gpu_shader4_enable && 308 return state->EXT_gpu_shader4_enable && 322 return state->EXT_gpu_shader4_enable && 336 return state->EXT_gpu_shader4_enable && 364 return state->is_version(130, 300) || state->EXT_gpu_shader4_enable; 433 (state->EXT_gpu_shader4_enable && 441 (state->EXT_gpu_shader4_enable [all...] |