Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLAppendStage.h22 : INHERITED(offset, kAppendStage_Kind, *context.fVoid_Type) in AppendStage()
/third_party/flutter/skia/src/sksl/
DSkSLContext.h23 , fVoid_Type(new Type("void")) in Context()
218 const std::unique_ptr<Type> fVoid_Type; variable
DSkSLIRGenerator.cpp584 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()
594 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()
634 *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.cpp560 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()
DSkSLByteCodeGenerator.cpp110 if (returnType != *fContext.fVoid_Type) { in writeFunction()
DSkSLCompiler.cpp1248 if (f.fDeclaration.fReturnType != *fContext->fVoid_Type) { in scanCFG()
/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp843 return *compiler->context().fVoid_Type; in type_of()
855 return type() != *fCompiler.context().fVoid_Type; in canRead()