Searched refs:float16Check (Results 1 – 6 of 6) sorted by relevance
454 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 …]
148 virtual void float16Check(const TSourceLoc&, const char* op, bool builtIn = false);
5328 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 …]
1128 void TParseVersions::float16Check(const TSourceLoc& loc, const char* op, bool builtIn) in float16Check() function in glslang::TParseVersions
284 parseContext.float16Check(ppToken->loc, "half floating-point suffix"); in lFloatConst()