Home
last modified time | relevance | path

Searched refs:atBuiltInLevel (Results 1 – 11 of 11) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dglslang.y449 if (! parseContext.symbolTable.atBuiltInLevel())
1921 if (! parseContext.symbolTable.atBuiltInLevel())
1927 …seContext.float16ScalarVectorCheck($1.loc, "float16_t", parseContext.symbolTable.atBuiltInLevel());
1932 … parseContext.explicitFloat32Check($1.loc, "float32_t", parseContext.symbolTable.atBuiltInLevel());
1937 … parseContext.explicitFloat64Check($1.loc, "float64_t", parseContext.symbolTable.atBuiltInLevel());
1942 …t.int8ScalarVectorCheck($1.loc, "8-bit signed integer", parseContext.symbolTable.atBuiltInLevel());
1947 …int8ScalarVectorCheck($1.loc, "8-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel());
1952 …int16ScalarVectorCheck($1.loc, "16-bit signed integer", parseContext.symbolTable.atBuiltInLevel());
1957 …t16ScalarVectorCheck($1.loc, "16-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel());
1962 …ext.explicitInt32Check($1.loc, "32-bit signed integer", parseContext.symbolTable.atBuiltInLevel());
[all …]
Dglslang.m4449 if (! parseContext.symbolTable.atBuiltInLevel())
1921 if (! parseContext.symbolTable.atBuiltInLevel())
1927 …seContext.float16ScalarVectorCheck($1.loc, "float16_t", parseContext.symbolTable.atBuiltInLevel());
1932 … parseContext.explicitFloat32Check($1.loc, "float32_t", parseContext.symbolTable.atBuiltInLevel());
1937 … parseContext.explicitFloat64Check($1.loc, "float64_t", parseContext.symbolTable.atBuiltInLevel());
1942 …t.int8ScalarVectorCheck($1.loc, "8-bit signed integer", parseContext.symbolTable.atBuiltInLevel());
1947 …int8ScalarVectorCheck($1.loc, "8-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel());
1952 …int16ScalarVectorCheck($1.loc, "16-bit signed integer", parseContext.symbolTable.atBuiltInLevel());
1957 …t16ScalarVectorCheck($1.loc, "16-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel());
1962 …ext.explicitInt32Check($1.loc, "32-bit signed integer", parseContext.symbolTable.atBuiltInLevel());
[all …]
DScan.cpp1074 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1084 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1090 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1117 if (! parseContext.symbolTable.atBuiltInLevel() && (parseContext.isEsProfile() || in tokenizeIdentifier()
1122 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1208 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1226 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1259 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1276 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
1299 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier()
[all …]
Dglslang_tab.cpp5318 if (! parseContext.symbolTable.atBuiltInLevel()) in yyparse()
7748 if (! parseContext.symbolTable.atBuiltInLevel()) in yyparse()
7759 …oat16ScalarVectorCheck((yyvsp[0].lex).loc, "float16_t", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
7769 …t.explicitFloat32Check((yyvsp[0].lex).loc, "float32_t", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
7779 …t.explicitFloat64Check((yyvsp[0].lex).loc, "float64_t", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
7789 …VectorCheck((yyvsp[0].lex).loc, "8-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
7799 …ctorCheck((yyvsp[0].lex).loc, "8-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
7809 …ectorCheck((yyvsp[0].lex).loc, "16-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
7819 …torCheck((yyvsp[0].lex).loc, "16-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
7829 …Int32Check((yyvsp[0].lex).loc, "32-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse()
[all …]
DParseHelper.cpp737 if (! type.isArray() || type.getQualifier().patch || symbolTable.atBuiltInLevel()) in fixIoArraySize()
759 if (! type.isArray() && ! symbolTable.atBuiltInLevel()) { in ioArrayCheck()
1194 if (symbolTable.atBuiltInLevel()) in handleFunctionDeclarator()
3103 if (! symbolTable.atBuiltInLevel()) { in reservedErrorCheck()
3886 if (! symbolTable.atBuiltInLevel()) in globalQualifierTypeCheck()
4412 if (symbol && builtInName(identifier) && ! symbolTable.atBuiltInLevel()) { in declareArray()
4428 if (! symbolTable.atBuiltInLevel()) { in declareArray()
4619 if (! builtInName(identifier) || symbolTable.atBuiltInLevel() || ! symbolTable.atGlobalLevel()) in redeclareBuiltinVariable()
7150 if (parsingBuiltins || symbolTable.atBuiltInLevel() || !symbolTable.atGlobalLevel() || in vkRelaxedRemapUniformVariable()
8309 if (! symbolTable.atBuiltInLevel() && builtInName(*blockName)) { in declareBlock()
DSymbolTable.h655 bool atBuiltInLevel() { return isBuiltInLevel(currentLevel()); } in atBuiltInLevel() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCompiler.cpp159 while (!symbolTable.atBuiltInLevel()) in compile()
DSymbolTable.h321 bool atBuiltInLevel() { return currentLevel() <= LAST_BUILTIN_LEVEL; } in atBuiltInLevel() function
DParseHelper.cpp476 if (!symbolTable.atBuiltInLevel()) { in reservedErrorCheck()
/third_party/glslang/glslang/HLSL/
DhlslScanContext.cpp897 if (! parseContext.symbolTable.atBuiltInLevel()) in reservedWord()
DhlslParseHelper.cpp1604 if (symbolTable.atBuiltInLevel()) in handleFunctionDeclarator()
6895 if (symbol && builtInName(identifier) && ! symbolTable.atBuiltInLevel()) { in declareArray()
6971 if (! builtInName(identifier) || symbolTable.atBuiltInLevel() || ! symbolTable.atGlobalLevel()) in redeclareBuiltinVariable()