Home
last modified time | relevance | path

Searched refs:fBody (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/sksl/
DSkSLDehydrator.h61 fBody.write8(i); in writeS8()
65 fCommandBreaks.add(fBody.bytesWritten()); in writeCommand()
66 fBody.write8(c); in writeCommand()
71 fBody.write8(i); in writeU8()
76 fBody.write16(i); in writeS16()
81 fBody.write16(i); in writeU16()
86 fBody.write32(i); in writeS32()
129 StringStream fBody; variable
DSkSLDehydrator.cpp92 fBody.write32(l.fFlags); in write()
244 fCommandBreaks.add(fBody.bytesWritten()); in write()
599 String commandBuffer = fBody.str(); in finish()
/third_party/flutter/skia/src/sksl/ir/
DSkSLFunctionDefinition.h25 , fBody(std::move(body)) {} in FunctionDefinition()
29 fBody->clone())); in clone()
33 return fDeclaration.description() + " " + fBody->description(); in description()
37 std::unique_ptr<Statement> fBody; member
/third_party/skia/src/sksl/ir/
DSkSLFunctionDefinition.h33 , fBody(std::move(body)) in FunctionDefinition()
63 return fBody; in body()
67 return fBody; in body()
95 std::unique_ptr<Statement> fBody; variable
/third_party/flutter/skia/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp194 for (const auto& s : ((Block&) *f.fBody).fStatements) { in writeFunction()
DSkSLJIT.cpp1310 this->compileStatement(builder, *f.fBody); in compileStageFunctionLoop()
1676 bool success = this->compileVectorStatement(builder, *f.fBody); in compileStageFunctionVector()
1788 this->compileStatement(builder, *f.fBody); in compileFunction()
1789 if (!ends_with_branch(*f.fBody)) { in compileFunction()
DSkSLMetalCodeGenerator.cpp960 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()
1663 Requirements reqs = this->requirements(*def.fBody); in requirements()
DSkSLCFGGenerator.cpp658 this->addStatement(result, &f.fBody); in getCFG()
DSkSLCPPCodeGenerator.cpp490 for (const auto& s : ((Block&) *f.fBody).fStatements) { in writeFunction()
DSkSLGLSLCodeGenerator.cpp1077 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunctionCall()
DSkSLByteCodeGenerator.cpp95 this->writeStatement(*f.fBody); in writeFunction()
DSkSLSPIRVCodeGenerator.cpp2557 this->writeBlock((Block&) *f.fBody, bodyBuffer); in writeFunction()