Searched refs:fVoid_Type (Results 1 – 12 of 12) sorted by relevance
22 : INHERITED(offset, kAppendStage_Kind, *context.fVoid_Type) in AppendStage()
23 , fVoid_Type(new Type("void")) in Context()211 const std::unique_ptr<Type> fVoid_Type; variable
542 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()552 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()589 *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()
546 if (type == *fContext.fVoid_Type) { in getType()727 if (c.fType != *fContext.fVoid_Type) { in writeIntrinsicCall()2522 if (f.fDeclaration.fReturnType == *fContext.fVoid_Type) { in writeFunction()
1227 if (f.fDeclaration.fReturnType != *fContext->fVoid_Type) { in scanCFG()
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()
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()