Home
last modified time | relevance | path

Searched refs:float16Check (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dglslang.y454 parseContext.float16Check($1.loc, "half float literal");
2300 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2306 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2312 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2318 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2324 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2330 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2336 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2342 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2348 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
[all …]
DparseVersions.h148 virtual void float16Check(const TSourceLoc&, const char* op, bool builtIn = false);
Dglslang.m4454 parseContext.float16Check($1.loc, "half float literal");
2300 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2306 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2312 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2318 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2324 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2330 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2336 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2342 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2348 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
[all …]
Dglslang_tab.cpp5328 parseContext.float16Check((yyvsp[0].lex).loc, "half float literal"); in yyparse()
8427 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8438 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8449 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8460 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8471 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8482 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8493 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8504 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8515 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
[all …]
DVersions.cpp1128 void TParseVersions::float16Check(const TSourceLoc& loc, const char* op, bool builtIn) in float16Check() function in glslang::TParseVersions
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp284 parseContext.float16Check(ppToken->loc, "half floating-point suffix"); in lFloatConst()