Home
last modified time | relevance | path

Searched refs:foldConstConstructor (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h196 TIntermTyped* foldConstConstructor(TIntermAggregate* aggrNode, const TType& type);
DParseHelper.cpp2181 TIntermTyped *constConstructor = foldConstConstructor(constructor, *type); in addConstructor()
2190 TIntermTyped* TParseContext::foldConstConstructor(TIntermAggregate* aggrNode, const TType& type) in foldConstConstructor() function in TParseContext