Searched refs:spv_file (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
D | reduce.cpp | 306 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/ |
D | reduce.cpp | 306 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/ |
D | fuzz.cpp | 521 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/ |
D | fuzz.cpp | 521 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()
|