Home
last modified time | relevance | path

Searched refs:spv_file (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/
Dreduce.cpp306 const auto spv_file = ss.str(); in main() local
308 interestingness_command_joined + " " + spv_file; in main()
310 WriteFile(spv_file.c_str(), "wb", &binary[0], binary.size()); in main()
/external/deqp-deps/SPIRV-Tools/tools/reduce/
Dreduce.cpp306 const auto spv_file = ss.str(); in main() local
308 interestingness_command_joined + " " + spv_file; in main()
310 WriteFile(spv_file.c_str(), "wb", &binary[0], binary.size()); in main()
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp521 const auto spv_file = ss.str(); in Shrink() local
522 const std::string command = interestingness_command_joined + " " + spv_file; in Shrink()
524 WriteFile(spv_file.c_str(), "wb", &binary[0], binary.size()); in Shrink()
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp521 const auto spv_file = ss.str(); in Shrink() local
522 const std::string command = interestingness_command_joined + " " + spv_file; in Shrink()
524 WriteFile(spv_file.c_str(), "wb", &binary[0], binary.size()); in Shrink()