Searched refs:patchConstantFunctionName (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 433 …TString patchConstantFunctionName; // hull shader patch constant function name, from function leve… variable
|
D | hlslParseHelper.cpp | 1768 patchConstantFunctionName = pcfName; in handleEntryPointAttributes() 9511 if (symbolTable.isFunctionNameVariable(patchConstantFunctionName)) { in findPatchConstantFunction() 9512 …error(loc, "can't use variable in patch constant function", patchConstantFunctionName.c_str(), ""); in findPatchConstantFunction() 9516 const TString mangledName = patchConstantFunctionName + "("; in findPatchConstantFunction() 9526 error(loc, "patch constant function not found", patchConstantFunctionName.c_str(), ""); in findPatchConstantFunction() 9534 error(loc, "ambiguous patch constant function", patchConstantFunctionName.c_str(), ""); in findPatchConstantFunction() 9548 if (patchConstantFunctionName.empty() || language != EShLangTessControl) in addPatchConstantInvocation()
|