Home
last modified time | relevance | path

Searched refs:fVoid_Type (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLAppendStage.h22 : INHERITED(offset, kAppendStage_Kind, *context.fVoid_Type) in AppendStage()
/external/skqp/src/sksl/
DSkSLContext.h23 , fVoid_Type(new Type("void")) in Context()
208 const std::unique_ptr<Type> fVoid_Type; variable
DSkSLIRGenerator.cpp536 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()
546 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()
583 *fContext.fVoid_Type); in applyInvocationIDWorkaround()
DSkSLJIT.cpp1746 return f.fReturnType == *fProgram->fContext->fVoid_Type && in hasStageSignature()
1790 if (f.fDeclaration.fReturnType == *fProgram->fContext->fVoid_Type) { in compileFunction()
DSkSLSPIRVCodeGenerator.cpp540 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()
DSkSLCompiler.cpp1227 if (f.fDeclaration.fReturnType != *fContext->fVoid_Type) { in scanCFG()