Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h99 virtual void float16Check(const TSourceLoc&, const char* op, bool builtIn = false);
Dglslang.y416 parseContext.float16Check($1.loc, "half float literal");
2298 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2304 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2310 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2316 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2322 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2328 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2334 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2340 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
2346 … parseContext.float16Check($1.loc, "half float matrix", parseContext.symbolTable.atBuiltInLevel());
[all …]
Dglslang_tab.cpp5340 parseContext.float16Check((yyvsp[0].lex).loc, "half float literal"); in yyparse()
8506 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8517 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8528 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8539 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8550 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8561 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8572 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8583 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
8594 …parseContext.float16Check((yyvsp[0].lex).loc, "half float matrix", parseContext.symbolTable.atBuil… in yyparse()
[all …]
DVersions.cpp1146 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()