Home
last modified time | relevance | path

Searched refs:transformations_json_file (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp119 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
120 transformations_json_file << json_string; in DumpTransformationsJson()
121 transformations_json_file.close(); in DumpTransformationsJson()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp119 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
120 transformations_json_file << json_string; in DumpTransformationsJson()
121 transformations_json_file.close(); in DumpTransformationsJson()
/external/angle/third_party/spirv-tools/src/test/fuzz/
Dfuzz_test_util.cpp119 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
120 transformations_json_file << json_string; in DumpTransformationsJson()
121 transformations_json_file.close(); in DumpTransformationsJson()
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp629 std::ofstream transformations_json_file(output_file_prefix + in main() local
631 transformations_json_file << json_string; in main()
632 transformations_json_file.close(); in main()
/external/angle/third_party/spirv-tools/src/tools/fuzz/
Dfuzz.cpp656 std::ofstream transformations_json_file(output_file_prefix + in main() local
658 transformations_json_file << json_string; in main()
659 transformations_json_file.close(); in main()
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp656 std::ofstream transformations_json_file(output_file_prefix + in main() local
658 transformations_json_file << json_string; in main()
659 transformations_json_file.close(); in main()