Searched refs:entryPointFunction (Results 1 – 4 of 4) sorted by relevance
430 TFunction* entryPointFunction; variable
65 entryPointFunction(nullptr), in HlslParseContext()2003 entryPointFunction = &userFunction; // needed in finish() in transformEntryPoint()9634 assert(entryPointFunction); in addPatchConstantInvocation()9638 findBuiltIns(*entryPointFunction, epfBuiltIns); in addPatchConstantInvocation()9773 if (entryPointFunction->getType().getBasicType() == EbtVoid) { in addPatchConstantInvocation()9787 const TString origName = entryPointFunction->getName().substr(1); in addPatchConstantInvocation()9791 for (int i = 0; i < entryPointFunction->getParamCount(); i++) { in addPatchConstantInvocation()9792 TParameter& param = (*entryPointFunction)[i]; in addPatchConstantInvocation()9802 if ((*entryPointFunction)[i].getDeclaredBuiltIn() == EbvInvocationId) { in addPatchConstantInvocation()
70 entryPointFunction(0), in Builder()1197 assert(! entryPointFunction); in makeEntryPoint()1203 …entryPointFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, params, decoration… in makeEntryPoint()1205 return entryPointFunction; in makeEntryPoint()
705 Function* entryPointFunction; variable