Home
last modified time | relevance | path

Searched refs:code_grow_threshold_ (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.h254 code_grow_threshold_ = code_grow_threshold; in SetLoopPeelingThreshold()
258 static size_t GetLoopPeelingThreshold() { return code_grow_threshold_; } in GetLoopPeelingThreshold()
329 static size_t code_grow_threshold_; member in spvtools::LoopPeelingPass
H A Dloop_peeling.cpp32 size_t LoopPeelingPass::code_grow_threshold_ = 1000; member in spvtools::opt::LoopPeelingPass
737 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.h254 code_grow_threshold_ = code_grow_threshold; in SetLoopPeelingThreshold()
258 static size_t GetLoopPeelingThreshold() { return code_grow_threshold_; } in GetLoopPeelingThreshold()
329 static size_t code_grow_threshold_; member in spvtools::LoopPeelingPass
H A Dloop_peeling.cpp32 size_t LoopPeelingPass::code_grow_threshold_ = 1000; member in spvtools::opt::LoopPeelingPass
737 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.h254 code_grow_threshold_ = code_grow_threshold; in SetLoopPeelingThreshold()
258 static size_t GetLoopPeelingThreshold() { return code_grow_threshold_; } in GetLoopPeelingThreshold()
329 static size_t code_grow_threshold_; member in spvtools::LoopPeelingPass
H A Dloop_peeling.cpp46 size_t LoopPeelingPass::code_grow_threshold_ = 1000;
738 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()

Completed in 9 milliseconds