/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | cfa.h | 143 get_blocks_func pred_func); 151 get_blocks_func succ_func, get_blocks_func pred_func); 311 get_blocks_func pred_func) { in TraversalRoots() argument 329 if (pred_func(block)->empty()) { in TraversalRoots() 353 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG() argument 356 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); in ComputeAugmentedCFG() 371 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG() 377 const auto preds = pred_func(block); in ComputeAugmentedCFG()
|
/external/deqp-deps/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()
|
/external/swiftshader/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); 311 get_blocks_func pred_func) { in TraversalRoots() argument 329 if (pred_func(block)->empty()) { in TraversalRoots() 353 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG() argument 356 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); in ComputeAugmentedCFG() 371 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG() 377 const auto preds = pred_func(block); in ComputeAugmentedCFG()
|
/external/stressapptest/src/ |
D | finelock_queue.cc | 328 bool (*pred_func)(struct page_entry*), in GetRandomWithPredicateTag() 351 if (!(pred_func)(&pages_[index])) in GetRandomWithPredicateTag() 361 if (!(pred_func)(&pages_[index])) { in GetRandomWithPredicateTag() 369 if (pred_func == page_is_valid) { in GetRandomWithPredicateTag() 388 bool (*pred_func)(struct page_entry*)) { in GetRandomWithPredicate() 389 return GetRandomWithPredicateTag(pe, pred_func, kDontCareTag); in GetRandomWithPredicate()
|
D | finelock_queue.h | 76 bool (*pred_func)(struct page_entry*)); 81 bool (*pred_func)(struct page_entry*),
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | filter_dataset_op_test.cc | 27 FunctionDefHelper::AttrValueWrapper pred_func, in FilterDatasetParams() argument 36 pred_func_(std::move(pred_func)), in FilterDatasetParams()
|
D | parallel_filter_dataset_op_test.cc | 34 FunctionDefHelper::AttrValueWrapper pred_func, in ParallelFilterDatasetParams() argument 43 pred_func_(std::move(pred_func)), in ParallelFilterDatasetParams()
|
/external/webp/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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | function.cpp | 291 auto pred_func = [](const BasicBlock* b) { in ComputeAugmentedCFG() local 297 pred_func); in ComputeAugmentedCFG()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | function.cpp | 291 auto pred_func = [](const BasicBlock* b) { in ComputeAugmentedCFG() local 297 pred_func); in ComputeAugmentedCFG()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | function.cpp | 290 auto pred_func = [](const BasicBlock* b) { in ComputeAugmentedCFG() local 296 pred_func); in ComputeAugmentedCFG()
|
/external/webp/src/dsp/ |
D | lossless.c | 242 const VP8LPredictorAddSubFunc pred_func = in GENERATE_PREDICTOR_ADD() local 246 pred_func(in + x, out + x - width, x_end - x, out + x); in GENERATE_PREDICTOR_ADD()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 243 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual() local 253 predict = pred_func(¤t_row[x - 1], upper_row + x); in GetResidual()
|