Lines Matching refs:fIR
59 : fIR(ir) in AutoSymbolTable()
60 , fPrevious(fIR->fSymbolTable) { in AutoSymbolTable()
61 fIR->pushSymbolTable(); in AutoSymbolTable()
65 fIR->popSymbolTable(); in ~AutoSymbolTable()
66 ASSERT(fPrevious == fIR->fSymbolTable); in ~AutoSymbolTable()
69 IRGenerator* fIR; member in SkSL::AutoSymbolTable
76 : fIR(ir) { in AutoLoopLevel()
77 fIR->fLoopLevel++; in AutoLoopLevel()
81 fIR->fLoopLevel--; in ~AutoLoopLevel()
84 IRGenerator* fIR; member in SkSL::AutoLoopLevel
90 : fIR(ir) { in AutoSwitchLevel()
91 fIR->fSwitchLevel++; in AutoSwitchLevel()
95 fIR->fSwitchLevel--; in ~AutoSwitchLevel()
98 IRGenerator* fIR; member in SkSL::AutoSwitchLevel