Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
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_; variable
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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
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_; variable
Dloop_peeling.cpp46 size_t LoopPeelingPass::code_grow_threshold_ = 1000; member in spvtools::opt::LoopPeelingPass
738 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
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_; variable
Dloop_peeling.cpp47 size_t LoopPeelingPass::code_grow_threshold_ = 1000; member in spvtools::opt::LoopPeelingPass
739 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()