Searched refs:pred_func (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | cfa.h | 116 get_blocks_func pred_func); 124 get_blocks_func succ_func, get_blocks_func pred_func); 262 get_blocks_func pred_func) { in TraversalRoots() argument 280 if (pred_func(block)->empty()) { in TraversalRoots() 304 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG() argument 307 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); in ComputeAugmentedCFG() 322 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG() 328 const auto preds = pred_func(block); in ComputeAugmentedCFG()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | cfa.h | 116 get_blocks_func pred_func); 124 get_blocks_func succ_func, get_blocks_func pred_func); 262 get_blocks_func pred_func) { in TraversalRoots() argument 280 if (pred_func(block)->empty()) { in TraversalRoots() 304 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG() argument 307 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); in ComputeAugmentedCFG() 322 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG() 328 const auto preds = pred_func(block); in ComputeAugmentedCFG()
|
/third_party/spirv-tools/source/ |
D | cfa.h | 143 get_blocks_func pred_func); 151 get_blocks_func succ_func, get_blocks_func pred_func); 305 get_blocks_func pred_func) { in TraversalRoots() argument 323 if (pred_func(block)->empty()) { in TraversalRoots() 347 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG() argument 350 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); in ComputeAugmentedCFG() 365 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG() 371 const auto preds = pred_func(block); in ComputeAugmentedCFG()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow() local 151 VP8PredLuma16[pred_func](y_dst); in ReconstructRow() 161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow() local 162 VP8PredChroma8[pred_func](u_dst); in ReconstructRow() 163 VP8PredChroma8[pred_func](v_dst); in ReconstructRow()
|
/third_party/spirv-tools/source/val/ |
D | function.cpp | 291 auto pred_func = [](const BasicBlock* b) { in ComputeAugmentedCFG() local 297 pred_func); in ComputeAugmentedCFG()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | function.cpp | 276 auto pred_func = [](const BasicBlock* b) { return b->predecessors(); }; in ComputeAugmentedCFG() local 280 pred_func); in ComputeAugmentedCFG()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | function.cpp | 276 auto pred_func = [](const BasicBlock* b) { return b->predecessors(); }; in ComputeAugmentedCFG() local 280 pred_func); in ComputeAugmentedCFG()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless.c | 228 const VP8LPredictorAddSubFunc pred_func = in GENERATE_PREDICTOR_ADD() local 232 pred_func(in + x, out + x - width, x_end - x, out + x); in GENERATE_PREDICTOR_ADD()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 242 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual() local 252 predict = pred_func(current_row[x - 1], upper_row + x); in GetResidual()
|