Searched refs:inc0 (Results 1 - 4 of 4) sorted by relevance
/third_party/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 62 // branches. If |then_block| dominates |inc0| or if the true edge in Process() 63 // branches straight to this block and |common| is |inc0|, then |inc0| in Process() 65 BasicBlock* inc0 = GetIncomingBlock(phi, 0u); in Process() 71 if ((then_block == &block && inc0 == common) || in Process() 72 dominators->Dominates(then_block, inc0)) { in Process() 157 BasicBlock* inc0 = context()->get_instr_block(preds[0]); in CheckBlock() 158 if (dominators->Dominates(block, inc0)) return false; in CheckBlock() 163 if (inc0 == inc1) { in CheckBlock() 171 *common = dominators->CommonDominator(inc0, inc in CheckBlock() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 62 // branches. If |then_block| dominates |inc0| or if the true edge in Process() 63 // branches straight to this block and |common| is |inc0|, then |inc0| in Process() 65 BasicBlock* inc0 = GetIncomingBlock(phi, 0u); in Process() 71 if ((then_block == &block && inc0 == common) || in Process() 72 dominators->Dominates(then_block, inc0)) { in Process() 157 BasicBlock* inc0 = context()->get_instr_block(preds[0]); in CheckBlock() 158 if (dominators->Dominates(block, inc0)) return false; in CheckBlock() 166 *common = dominators->CommonDominator(inc0, inc1); in CheckBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | if_conversion.cpp | 62 // branches. If |then_block| dominates |inc0| or if the true edge in Process() 63 // branches straight to this block and |common| is |inc0|, then |inc0| in Process() 65 BasicBlock* inc0 = GetIncomingBlock(phi, 0u); in Process() 71 if ((then_block == &block && inc0 == common) || in Process() 72 dominators->Dominates(then_block, inc0)) { in Process() 157 BasicBlock* inc0 = context()->get_instr_block(preds[0]); in CheckBlock() 158 if (dominators->Dominates(block, inc0)) return false; in CheckBlock() 166 *common = dominators->CommonDominator(inc0, inc1); in CheckBlock()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 771 JLONG inc0, inc1, inc2; /* initial values for increments */ in find_best_colors() local 793 inc0 = (minc0 - cinfo->colormap[0][icolor]) * C0_SCALE; in find_best_colors() 794 dist0 = inc0 * inc0; in find_best_colors() 800 inc0 = inc0 * (2 * STEP_C0) + STEP_C0 * STEP_C0; in find_best_colors() 806 xx0 = inc0; in find_best_colors()
|
Completed in 5 milliseconds