Searched refs:fVoid_Type (Results 1 – 8 of 8) sorted by relevance
22 : INHERITED(offset, kAppendStage_Kind, *context.fVoid_Type) in AppendStage()
23 , fVoid_Type(new Type("void")) in Context()218 const std::unique_ptr<Type> fVoid_Type; variable
584 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()594 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()634 *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()
560 if (type == *fContext.fVoid_Type) { in getType()741 if (c.fType != *fContext.fVoid_Type) { in writeIntrinsicCall()2564 if (f.fDeclaration.fReturnType == *fContext.fVoid_Type) { in writeFunction()
110 if (returnType != *fContext.fVoid_Type) { in writeFunction()
1248 if (f.fDeclaration.fReturnType != *fContext->fVoid_Type) { in scanCFG()
843 return *compiler->context().fVoid_Type; in type_of()855 return type() != *fCompiler.context().fVoid_Type; in canRead()