Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h364 TSymbolTableLevel() : defaultPrecision(0), anonId(0), thisLevel(false) { } in POOL_ALLOCATOR_NEW_DELETE()
497 if (defaultPrecision != 0) in setPreviousDefaultPrecisions()
500 defaultPrecision = new TPrecisionQualifier[EbtNumTypes]; in setPreviousDefaultPrecisions()
502 defaultPrecision[t] = p[t]; in setPreviousDefaultPrecisions()
509 if (defaultPrecision == 0 || p == 0) in getPreviousDefaultPrecisions()
513 p[t] = defaultPrecision[t]; in getPreviousDefaultPrecisions()
534 TPrecisionQualifier *defaultPrecision; variable
DSymbolTable.cpp228 delete [] defaultPrecision; in ~TSymbolTableLevel()
DParseHelper.cpp117 defaultPrecision[type] = EpqNone; in setPrecisionDefaults()
142 defaultPrecision[EbtInt] = EpqMedium; in setPrecisionDefaults()
143 defaultPrecision[EbtUint] = EpqMedium; in setPrecisionDefaults()
145 defaultPrecision[EbtInt] = EpqHigh; in setPrecisionDefaults()
146 defaultPrecision[EbtUint] = EpqHigh; in setPrecisionDefaults()
147 defaultPrecision[EbtFloat] = EpqHigh; in setPrecisionDefaults()
158 defaultPrecision[EbtSampler] = EpqLow; in setPrecisionDefaults()
159 defaultPrecision[EbtAtomicUint] = EpqHigh; in setPrecisionDefaults()
3399 defaultPrecision[basicType] = qualifier; in setDefaultPrecision()
3401 defaultPrecision[EbtUint] = qualifier; in setDefaultPrecision()
[all …]
Dglslang.y800 parseContext.symbolTable.setPreviousDefaultPrecisions(&parseContext.defaultPrecision[0]);
3373 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3402 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3512 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3570 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3599 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
3706 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
DParseHelper.h451 TPrecisionQualifier defaultPrecision[EbtNumTypes]; variable
Dglslang_tab.cpp5016 parseContext.symbolTable.setPreviousDefaultPrecisions(&parseContext.defaultPrecision[0]); in yyparse()
9554 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
9612 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
9781 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
9868 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
9917 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()
10091 parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]); in yyparse()