Lines Matching refs:makeInternalVariable
1104 TVariable* ioVar = makeInternalVariable(baseName + "." + memberType.getFieldName(), memberType); in splitBuiltIn()
1133 splitNonIoVars[variable.getUniqueId()] = makeInternalVariable(variable.getName(), splitType); in split()
1245 TVariable* memberVariable = makeInternalVariable(memberName, type); in addFlattenedMember()
1625 TVariable *variable = makeInternalVariable(counterBlockName, counterType); in addStructBufferHiddenCounterParam()
1694 symbolTable.makeInternalVariable(*variable); in handleFunctionDefinition()
2078 argVars.push_back(makeInternalVariable(*param.name, *param.type)); in transformEntryPoint()
2115 TVariable* variable = makeInternalVariable(*invocationIdName, invocationIdType); in transformEntryPoint()
2246 TVariable* ioVariable = makeInternalVariable(name, type); in remapEntryPointIO()
2377 rhsTempVar = makeInternalVariable("@position", right->getType()); in assignPosition()
2540 *clipCullVar = makeInternalVariable(sym->getName().c_str(), clipCullType); in assignClipCullDistance()
2760 rhsTempVar = makeInternalVariable("flattenTemp", right->getType()); in handleAssign()
3027 vector = intermediate.addSymbol(*makeInternalVariable("intermVec", vectorType), loc); in handleAssignToMatrixSwizzle()
3142 TVariable* newTexture = makeInternalVariable(texSymbol->getName(), texType); in handleSamplerTextureCombine()
3344 … TVariable* byteAddrSym = makeInternalVariable("byteAddrTemp", TType(EbtInt, EvqTemporary)); in decomposeStructBufferMethods()
3415 … TVariable* byteAddrSym = makeInternalVariable("byteAddrTemp", TType(EbtInt, EvqTemporary)); in decomposeStructBufferMethods()
3665 TVariable* structVar = makeInternalVariable("@sampleStructTemp", retType); in decomposeSampleMethods()
3669 … TVariable* sampleShadow = makeInternalVariable("@sampleResultShadow", result->getType()); in decomposeSampleMethods()
3989 TVariable* tempArg = makeInternalVariable("sizeQueryTemp", sizeQuery->getType()); in decomposeSampleMethods()
4441 TVariable* outSampleCount = makeInternalVariable("@sampleCount", TType(EbtUint)); in decomposeSampleMethods()
5140 TVariable* tempArg = makeInternalVariable("@finitetmp", arg0->getType()); in decomposeIntrinsic()
5574 … TVariable* internalAggregate = makeInternalVariable("aggShadow", *function[param].type); in addInputArgumentConversions()
5716 tempRet = makeInternalVariable("tempReturn", intermNode.getType()); in addOutputArgumentConversions()
5731 TVariable* tempArg = makeInternalVariable("tempArg", *function[i].type); in addOutputArgumentConversions()
5790 TVariable* variable = makeInternalVariable(counterBlockName, counterType); in addStructBuffArguments()
7804 TVariable* HlslParseContext::makeInternalVariable(const char* name, const TType& type) const in makeInternalVariable() function in glslang::HlslParseContext
7808 symbolTable.makeInternalVariable(*variable); in makeInternalVariable()
7817 TVariable* tmpVar = makeInternalVariable(name, type); in makeInternalVariableNode()
9708 perCtrlPtVar = makeInternalVariable(*patchConstantFunction[outPatchParam].name, in addPatchConstantInvocation()
9806 TVariable* argVar = makeInternalVariable(*param.name, *param.type); in addPatchConstantInvocation()
9847 TVariable* pcfOutput = makeInternalVariable("@patchConstantOutput", outType); in addPatchConstantInvocation()
9859 TVariable* pcfCallResult = makeInternalVariable("@patchConstantResult", *retType); in addPatchConstantInvocation()