Home
last modified time | relevance | path

Searched refs:ReachedStepLimit (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreducer.cpp29 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/
Dreducer.cpp29 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