Home
last modified time | relevance | path

Searched refs:defaultPrecision (Results 1 – 7 of 7) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h400 TSymbolTableLevel() : defaultPrecision(0), anonId(0), thisLevel(false) { } in POOL_ALLOCATOR_NEW_DELETE()
533 if (defaultPrecision != 0) in setPreviousDefaultPrecisions()
536 defaultPrecision = new TPrecisionQualifier[EbtNumTypes]; in setPreviousDefaultPrecisions()
538 defaultPrecision[t] = p[t]; in setPreviousDefaultPrecisions()
545 if (defaultPrecision == 0 || p == 0) in getPreviousDefaultPrecisions()
549 p[t] = defaultPrecision[t]; in getPreviousDefaultPrecisions()
572 TPrecisionQualifier *defaultPrecision; variable
DSymbolTable.cpp280 delete [] defaultPrecision; in ~TSymbolTableLevel()
Dglslang.y872 parseContext.symbolTable.setPreviousDefaultPrecisions(&parseContext.defaultPrecision[0]);
3509 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3538 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3652 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3712 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3741 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3858 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3876 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
DParseHelper.cpp125 defaultPrecision[type] = EpqNone; in setPrecisionDefaults()
150 defaultPrecision[EbtInt] = EpqMedium; in setPrecisionDefaults()
151 defaultPrecision[EbtUint] = EpqMedium; in setPrecisionDefaults()
153 defaultPrecision[EbtInt] = EpqHigh; in setPrecisionDefaults()
154 defaultPrecision[EbtUint] = EpqHigh; in setPrecisionDefaults()
155 defaultPrecision[EbtFloat] = EpqHigh; in setPrecisionDefaults()
166 defaultPrecision[EbtSampler] = EpqLow; in setPrecisionDefaults()
167 defaultPrecision[EbtAtomicUint] = EpqHigh; in setPrecisionDefaults()
3689 defaultPrecision[basicType] = qualifier; in setDefaultPrecision()
3691 defaultPrecision[EbtUint] = qualifier; in setDefaultPrecision()
[all …]
Dglslang.m4872 parseContext.symbolTable.setPreviousDefaultPrecisions(&parseContext.defaultPrecision[0]);
3509 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3538 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3652 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3712 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3741 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3858 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3876 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
DParseHelper.h472 TPrecisionQualifier defaultPrecision[EbtNumTypes]; variable
Dglslang_tab.cpp5115 parseContext.symbolTable.setPreviousDefaultPrecisions(&parseContext.defaultPrecision[0]); in yyparse()
9774 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
9832 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
10001 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
10088 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
10137 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
10319 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
10337 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()