Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h23 , fVoid_Type(new Type(String("void"))) in Context()
162 const std::unique_ptr<Type> fVoid_Type; variable
DSkSLIRGenerator.cpp481 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()
491 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()
529 *fContext.fVoid_Type); in applyInvocationIDWorkaround()
DSkSLCompiler.cpp1091 if (f.fDeclaration.fReturnType != *fContext.fVoid_Type) { in scanCFG()
DSkSLSPIRVCodeGenerator.cpp1109 if (type == *fContext.fVoid_Type) { in getType()