Home
last modified time | relevance | path

Searched refs:makeConstructorCall (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h106 TFunction* makeConstructorCall(const TSourceLoc&, const TType&);
DhlslGrammar.cpp2562 TFunction* constructor = parseContext.makeConstructorCall(token.loc, type); in acceptDefaultParameterDeclaration()
3006 TFunction* constructorFunction = parseContext.makeConstructorCall(loc, castType); in acceptUnaryExpression()
3211 TFunction* constructorFunction = parseContext.makeConstructorCall(token.loc, type); in acceptConstructor()
DhlslParseHelper.cpp5963 TFunction* HlslParseContext::makeConstructorCall(const TSourceLoc& loc, const TType& type) in makeConstructorCall() function in glslang::HlslParseContext