Home
last modified time | relevance | path

Searched refs:entryPointFunction (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h430 TFunction* entryPointFunction; variable
DhlslParseHelper.cpp65 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()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp70 entryPointFunction(0), in Builder()
1197 assert(! entryPointFunction); in makeEntryPoint()
1203entryPointFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, params, decoration… in makeEntryPoint()
1205 return entryPointFunction; in makeEntryPoint()
DSpvBuilder.h705 Function* entryPointFunction; variable