Searched refs:atBuiltInLevel (Results 1 – 11 of 11) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang.y | 449 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 …]
|
D | glslang.m4 | 449 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 …]
|
D | Scan.cpp | 1074 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 …]
|
D | glslang_tab.cpp | 5318 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 …]
|
D | ParseHelper.cpp | 737 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()
|
D | SymbolTable.h | 655 bool atBuiltInLevel() { return isBuiltInLevel(currentLevel()); } in atBuiltInLevel() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Compiler.cpp | 159 while (!symbolTable.atBuiltInLevel()) in compile()
|
D | SymbolTable.h | 321 bool atBuiltInLevel() { return currentLevel() <= LAST_BUILTIN_LEVEL; } in atBuiltInLevel() function
|
D | ParseHelper.cpp | 476 if (!symbolTable.atBuiltInLevel()) { in reservedErrorCheck()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslScanContext.cpp | 897 if (! parseContext.symbolTable.atBuiltInLevel()) in reservedWord()
|
D | hlslParseHelper.cpp | 1604 if (symbolTable.atBuiltInLevel()) in handleFunctionDeclarator() 6895 if (symbol && builtInName(identifier) && ! symbolTable.atBuiltInLevel()) { in declareArray() 6971 if (! builtInName(identifier) || symbolTable.atBuiltInLevel() || ! symbolTable.atGlobalLevel()) in redeclareBuiltinVariable()
|