Searched refs:ReachedStepLimit (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 155 bool Reducer::ReachedStepLimit(uint32_t current_step, in ReachedStepLimit() function in spvtools::reduce::Reducer 171 while (!ReachedStepLimit(*reductions_applied, options) && in RunPasses() 232 } while (!ReachedStepLimit(*reductions_applied, options)); in RunPasses() 238 if (ReachedStepLimit(*reductions_applied, options)) { in RunPasses()
|
D | reducer.h | 103 static bool ReachedStepLimit(uint32_t current_step,
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | reducer.cpp | 155 bool Reducer::ReachedStepLimit(uint32_t current_step, in ReachedStepLimit() function in spvtools::reduce::Reducer 171 while (!ReachedStepLimit(*reductions_applied, options) && in RunPasses() 232 } while (!ReachedStepLimit(*reductions_applied, options)); in RunPasses() 238 if (ReachedStepLimit(*reductions_applied, options)) { in RunPasses()
|
D | reducer.h | 103 static bool ReachedStepLimit(uint32_t current_step,
|
/third_party/spirv-tools/source/reduce/ |
D | reducer.cpp | 152 bool Reducer::ReachedStepLimit(uint32_t current_step, in ReachedStepLimit() function in spvtools::reduce::Reducer 168 while (!ReachedStepLimit(*reductions_applied, options) && in RunPasses() 229 } while (!ReachedStepLimit(*reductions_applied, options)); in RunPasses() 235 if (ReachedStepLimit(*reductions_applied, options)) { in RunPasses()
|
D | reducer.h | 103 static bool ReachedStepLimit(uint32_t current_step,
|