Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y1543 …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 …]
Dglslang_tab.cpp6185 …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 …]
DScan.cpp961 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 …]
DSymbolTable.h583 bool atBuiltInLevel() { return isBuiltInLevel(currentLevel()); } in atBuiltInLevel() function
DParseHelper.cpp534 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/
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()
/external/deqp-deps/glslang/hlsl/
DhlslScanContext.cpp897 if (! parseContext.symbolTable.atBuiltInLevel()) in reservedWord()
DhlslParseHelper.cpp1597 if (symbolTable.atBuiltInLevel()) in handleFunctionDeclarator()
6639 if (symbol && builtInName(identifier) && ! symbolTable.atBuiltInLevel()) { in declareArray()
6715 if (! builtInName(identifier) || symbolTable.atBuiltInLevel() || ! symbolTable.atGlobalLevel()) in redeclareBuiltinVariable()