Searched refs:fVoid_Type (Results 1 – 6 of 6) sorted by relevance
22 : INHERITED(offset, kAppendStage_Kind, *context.fVoid_Type) in AppendStage()
23 , fVoid_Type(new Type("void")) in Context()208 const std::unique_ptr<Type> fVoid_Type; variable
536 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()546 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()583 *fContext.fVoid_Type); in applyInvocationIDWorkaround()
1746 return f.fReturnType == *fProgram->fContext->fVoid_Type && in hasStageSignature()1790 if (f.fDeclaration.fReturnType == *fProgram->fContext->fVoid_Type) { in compileFunction()
540 if (type == *fContext.fVoid_Type) { in getType()721 if (c.fType != *fContext.fVoid_Type) { in writeIntrinsicCall()2534 if (f.fDeclaration.fReturnType == *fContext.fVoid_Type) { in writeFunction()
1227 if (f.fDeclaration.fReturnType != *fContext->fVoid_Type) { in scanCFG()