Searched refs:atBuiltInLevel (Results 1 – 10 of 10) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang.y | 1543 …seContext.float16ScalarVectorCheck($1.loc, "float16_t", parseContext.symbolTable.atBuiltInLevel()); 1548 … parseContext.explicitFloat32Check($1.loc, "float32_t", parseContext.symbolTable.atBuiltInLevel()); 1553 … parseContext.explicitFloat64Check($1.loc, "float64_t", parseContext.symbolTable.atBuiltInLevel()); 1567 …t.int8ScalarVectorCheck($1.loc, "8-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); 1572 …int8ScalarVectorCheck($1.loc, "8-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); 1577 …int16ScalarVectorCheck($1.loc, "16-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); 1582 …t16ScalarVectorCheck($1.loc, "16-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); 1587 …ext.explicitInt32Check($1.loc, "32-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); 1592 …t.explicitInt32Check($1.loc, "32-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); 1597 … parseContext.int64Check($1.loc, "64-bit integer", parseContext.symbolTable.atBuiltInLevel()); [all …]
|
D | glslang_tab.cpp | 6185 …oat16ScalarVectorCheck((yyvsp[0].lex).loc, "float16_t", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6195 …t.explicitFloat32Check((yyvsp[0].lex).loc, "float32_t", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6205 …t.explicitFloat64Check((yyvsp[0].lex).loc, "float64_t", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6234 …VectorCheck((yyvsp[0].lex).loc, "8-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6244 …ctorCheck((yyvsp[0].lex).loc, "8-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6254 …ectorCheck((yyvsp[0].lex).loc, "16-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6264 …torCheck((yyvsp[0].lex).loc, "16-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6274 …Int32Check((yyvsp[0].lex).loc, "32-bit signed integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6284 …t32Check((yyvsp[0].lex).loc, "32-bit unsigned integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse() 6294 …ontext.int64Check((yyvsp[0].lex).loc, "64-bit integer", parseContext.symbolTable.atBuiltInLevel()); in yyparse() [all …]
|
D | Scan.cpp | 961 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 990 if (! parseContext.symbolTable.atBuiltInLevel() && (parseContext.profile == EEsProfile || in tokenizeIdentifier() 1013 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 1134 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 1151 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 1168 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 1188 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 1211 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 1235 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() 1247 if (parseContext.symbolTable.atBuiltInLevel() || in tokenizeIdentifier() [all …]
|
D | SymbolTable.h | 583 bool atBuiltInLevel() { return isBuiltInLevel(currentLevel()); } in atBuiltInLevel() function
|
D | ParseHelper.cpp | 534 if (! type.isArray() || type.getQualifier().patch || symbolTable.atBuiltInLevel()) in fixIoArraySize() 556 if (! type.isArray() && ! symbolTable.atBuiltInLevel()) { in ioArrayCheck() 916 if (symbolTable.atBuiltInLevel()) in handleFunctionDeclarator() 2506 if (! symbolTable.atBuiltInLevel()) { in reservedErrorCheck() 3215 if (! symbolTable.atBuiltInLevel()) in globalQualifierTypeCheck() 3699 if (symbol && builtInName(identifier) && ! symbolTable.atBuiltInLevel()) { in declareArray() 3714 if (! symbolTable.atBuiltInLevel()) { in declareArray() 3889 if (! builtInName(identifier) || symbolTable.atBuiltInLevel() || ! symbolTable.atGlobalLevel()) in redeclareBuiltinVariable() 6856 if (! symbolTable.atBuiltInLevel() && builtInName(*blockName)) { in declareBlock()
|
/external/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()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslScanContext.cpp | 897 if (! parseContext.symbolTable.atBuiltInLevel()) in reservedWord()
|
D | hlslParseHelper.cpp | 1597 if (symbolTable.atBuiltInLevel()) in handleFunctionDeclarator() 6639 if (symbol && builtInName(identifier) && ! symbolTable.atBuiltInLevel()) { in declareArray() 6715 if (! builtInName(identifier) || symbolTable.atBuiltInLevel() || ! symbolTable.atGlobalLevel()) in redeclareBuiltinVariable()
|