Lines Matching full:branch
187 struct Branch {
188 Branch() {
191 Branch(Op op, int depth, unsigned offset) : fOffset(offset), fOpStackDepth(depth), fOperator(op),
205 unsigned fOffset : 16; // offset in generated stream where branch needs to go
207 Op fOperator : 6; // operand which generated branch
208 mutable Primed fPrimed : 1; // mark when next instruction generates branch
209 Done fDone : 1; // mark when branch is complete
249 void resolveBranch(Branch& );
254 SkTDStack<Branch> fBranchStack; // logical operators, slot to store forward branch