Searched refs:ReachedStepLimit (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 29 bool ReachedStepLimit(uint32_t current_step, 76 while (!impl_->ReachedStepLimit(reductions_applied, options) && in Run() 126 } while (!impl_->ReachedStepLimit(reductions_applied, options)); in Run() 134 if (impl_->ReachedStepLimit(reductions_applied, options)) { in Run() 148 bool Reducer::Impl::ReachedStepLimit(uint32_t current_step, in ReachedStepLimit() function in spvtools::reduce::Reducer::Impl
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 29 bool ReachedStepLimit(uint32_t current_step, 76 while (!impl_->ReachedStepLimit(reductions_applied, options) && in Run() 126 } while (!impl_->ReachedStepLimit(reductions_applied, options)); in Run() 134 if (impl_->ReachedStepLimit(reductions_applied, options)) { in Run() 148 bool Reducer::Impl::ReachedStepLimit(uint32_t current_step, in ReachedStepLimit() function in spvtools::reduce::Reducer::Impl
|