Searched refs:setDefaultPrecision (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Compiler.cpp | 187 symbolTable.setDefaultPrecision(integer, EbpMedium); in InitBuiltInSymbolTable() 190 symbolTable.setDefaultPrecision(integer, EbpHigh); in InitBuiltInSymbolTable() 191 symbolTable.setDefaultPrecision(floatingPoint, EbpHigh); in InitBuiltInSymbolTable()
|
D | SymbolTable.h | 461 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) in setDefaultPrecision() function
|
D | glslang.y | 617 if (!context->symbolTable.setDefaultPrecision( $3, $2 )) {
|
D | glslang_tab.cpp | 3095 …if (!context->symbolTable.setDefaultPrecision( (yyvsp[-1].interm.type), (yyvsp[-2].interm.precisio… in yyparse()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 359 void setDefaultPrecision(const TSourceLoc&, TPublicType&, TPrecisionQualifier);
|
D | glslang.y | 801 parseContext.setDefaultPrecision($1.loc, $3, $2.qualifier.precision);
|
D | ParseHelper.cpp | 3387 void TParseContext::setDefaultPrecision(const TSourceLoc& loc, TPublicType& publicType, TPrecisionQ… in setDefaultPrecision() function in glslang::TParseContext
|
D | glslang_tab.cpp | 5017 …parseContext.setDefaultPrecision((yyvsp[-3].lex).loc, (yyvsp[-1].interm.type), (yyvsp[-2].interm.t… in yyparse()
|