Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h323 const TFunction* findPatchConstantFunction(const TSourceLoc& loc);
DhlslParseHelper.cpp9509 const TFunction* HlslParseContext::findPatchConstantFunction(const TSourceLoc& loc) in findPatchConstantFunction() function in glslang::HlslParseContext
9615 TFunction* patchConstantFunctionPtr = const_cast<TFunction*>(findPatchConstantFunction(loc)); in addPatchConstantInvocation()