Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/
Dreduce.cpp149 std::string* temp_file_prefix, in ParseFlags() argument
207 *temp_file_prefix = std::string(split_flag.second); in ParseFlags()
271 std::string temp_file_prefix = "temp_"; in main() local
279 &temp_file_prefix, &reducer_options, &validator_options); in main()
301 [interestingness_command_joined, temp_file_prefix]( in main()
304 ss << temp_file_prefix << std::setw(4) << std::setfill('0') in main()
/external/deqp-deps/SPIRV-Tools/tools/reduce/
Dreduce.cpp149 std::string* temp_file_prefix, in ParseFlags() argument
207 *temp_file_prefix = std::string(split_flag.second); in ParseFlags()
271 std::string temp_file_prefix = "temp_"; in main() local
279 &temp_file_prefix, &reducer_options, &validator_options); in main()
301 [interestingness_command_joined, temp_file_prefix]( in main()
304 ss << temp_file_prefix << std::setw(4) << std::setfill('0') in main()