Lines Matching refs:EbtVoid
298 storeOp->setType(TType(EbtVoid)); in handleLvalue()
700 variable = new TVariable(string, TType(EbtVoid)); in handleVariable()
1661 currentFunctionType = new TType(EbtVoid); in handleFunctionDefinition()
1726 intermediate.setAggregateOperator(paramNodes, EOpParameters, TType(EbtVoid), loc); in handleFunctionDefinition()
2111 TType voidType(EbtVoid); in transformEntryPoint()
2234 if (function.getType().getBasicType() != EbtVoid && ! functionReturnsValue) in handleFunctionBody()
2325 if (function.getType().getBasicType() == EbtVoid) { in remapEntryPointIO()
2369 if (function.getType().getBasicType() != EbtVoid) in remapNonEntryPointIO()
2385 if (currentFunctionType->getBasicType() == EbtVoid) { in handleReturnValue()
4101 compoundStatement->setType(TType(EbtVoid)); in decomposeSampleMethods()
4593 emit->setType(TType(EbtVoid)); in decomposeGeometryMethods()
4603 sequence->setType(TType(EbtVoid)); in decomposeGeometryMethods()
4621 cut->setType(TType(EbtVoid)); in decomposeGeometryMethods()
4769 compoundStatement->setType(TType(EbtVoid)); in decomposeIntrinsic()
5314 TType type(EbtVoid); // use this to get the type back in handleFunctionCall()
5763 if (intermNode.getBasicType() != EbtVoid) { in addOutputArgumentConversions()
6275 if (symbol->getType().getBasicType() == EbtVoid) { in variableCheck()
6540 if (basicType == EbtVoid) { in voidErrorCheck()
9837 if (entryPointFunction->getType().getBasicType() == EbtVoid) { in addPatchConstantInvocation()
9852 TFunction callee(&origName, TType(EbtVoid)); in addPatchConstantInvocation()
9895 if (pcfCall->getBasicType() != EbtVoid) { in addPatchConstantInvocation()
9940 barrier->setType(TType(EbtVoid)); in addPatchConstantInvocation()
9949 intermediate.setAggregateOperator(pcfCallSequence, EOpSequence, TType(EbtVoid), loc); in addPatchConstantInvocation()