Home
last modified time | relevance | path

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

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