Searched defs:newIsolatedBlock (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A DSkSLCFGGenerator.cpp40 BlockId CFG::newIsolatedBlock() { function in class:SkSL::CFG
505 cfg.fCurrent = cfg.newIsolatedBlock();
514 cfg.fCurrent = cfg.newIsolatedBlock();
521 cfg.fCurrent = cfg.newIsolatedBlock();
527 cfg.fCurrent = cfg.newIsolatedBlock();
533 BlockId loopExit = cfg.newIsolatedBlock();
550 BlockId loopExit = cfg.newIsolatedBlock();
567 BlockId next = cfg.newIsolatedBlock();
569 BlockId loopExit = cfg.newIsolatedBlock();
601 BlockId switchExit = cfg.newIsolatedBlock();
[all...]
/external/skqp/src/sksl/
H A DSkSLCFGGenerator.cpp40 BlockId CFG::newIsolatedBlock() { function in class:SkSL::CFG
505 cfg.fCurrent = cfg.newIsolatedBlock();
514 cfg.fCurrent = cfg.newIsolatedBlock();
521 cfg.fCurrent = cfg.newIsolatedBlock();
527 cfg.fCurrent = cfg.newIsolatedBlock();
533 BlockId loopExit = cfg.newIsolatedBlock();
550 BlockId loopExit = cfg.newIsolatedBlock();
567 BlockId next = cfg.newIsolatedBlock();
569 BlockId loopExit = cfg.newIsolatedBlock();
601 BlockId switchExit = cfg.newIsolatedBlock();
[all...]

Completed in 296 milliseconds