Searched refs:spv_file (Results 1 – 6 of 6) sorted by relevance
/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 543 const auto spv_file = ss.str(); in Shrink() local 544 const std::string command = interestingness_command_joined + " " + spv_file; in Shrink() 546 WriteFile(spv_file.c_str(), "wb", &binary[0], binary.size()); in Shrink()
|
/third_party/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 543 const auto spv_file = ss.str(); in Shrink() local 544 const std::string command = interestingness_command_joined + " " + spv_file; in Shrink() 546 WriteFile(spv_file.c_str(), "wb", &binary[0], binary.size()); in Shrink()
|
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 543 const auto spv_file = ss.str(); in Shrink() local 544 const std::string command = interestingness_command_joined + " " + spv_file; in Shrink() 546 WriteFile(spv_file.c_str(), "wb", &binary[0], binary.size()); in Shrink()
|