Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreducer.cpp57 std::vector<uint32_t> current_binary = binary_in; in Run() local
64 if (!impl_->interestingness_function(current_binary, reductions_applied)) { in Run()
94 auto maybe_result = pass->TryApplyReduction(current_binary); in Run()
122 current_binary = std::move(maybe_result); in Run()
130 *binary_out = std::move(current_binary); in Run()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreducer.cpp57 std::vector<uint32_t> current_binary = binary_in; in Run() local
64 if (!impl_->interestingness_function(current_binary, reductions_applied)) { in Run()
94 auto maybe_result = pass->TryApplyReduction(current_binary); in Run()
122 current_binary = std::move(maybe_result); in Run()
130 *binary_out = std::move(current_binary); in Run()