Searched defs:IRGenerator (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/sksl/
H A DSkSLIRGenerator.h60 class IRGenerator { class in namespace:SkSL
62 IRGenerator(const Context* context, std::shared_ptr<SymbolTable> root,
H A DSkSLIRGenerator.cpp61 AutoSymbolTable(IRGenerator* ir)
72 IRGenerator* fIR;
78 AutoLoopLevel(IRGenerator* ir)
87 IRGenerator* fIR;
92 AutoSwitchLevel(IRGenerator* ir)
101 IRGenerator* fIR;
104 IRGenerator::IRGenerator(const Context* context, std::shared_ptr<SymbolTable> symbolTable, function in class:SkSL::IRGenerator
115 void IRGenerator::pushSymbolTable() {
119 void IRGenerator
[all...]
/external/skqp/src/sksl/
H A DSkSLIRGenerator.h60 class IRGenerator { class in namespace:SkSL
62 IRGenerator(const Context* context, std::shared_ptr<SymbolTable> root,
H A DSkSLIRGenerator.cpp61 AutoSymbolTable(IRGenerator* ir)
72 IRGenerator* fIR;
78 AutoLoopLevel(IRGenerator* ir)
87 IRGenerator* fIR;
92 AutoSwitchLevel(IRGenerator* ir)
101 IRGenerator* fIR;
104 IRGenerator::IRGenerator(const Context* context, std::shared_ptr<SymbolTable> symbolTable, function in class:SkSL::IRGenerator
115 void IRGenerator::pushSymbolTable() {
119 void IRGenerator
[all...]

Completed in 131 milliseconds