Home
last modified time | relevance | path

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

/third_party/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp153 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
154 transformations_json_file << json_string; in DumpTransformationsJson()
155 transformations_json_file.close(); in DumpTransformationsJson()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp153 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
154 transformations_json_file << json_string; in DumpTransformationsJson()
155 transformations_json_file.close(); in DumpTransformationsJson()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp153 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
154 transformations_json_file << json_string; in DumpTransformationsJson()
155 transformations_json_file.close(); in DumpTransformationsJson()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp700 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
701 transformations_json_file << json_string; in DumpTransformationsJson()
702 transformations_json_file.close(); in DumpTransformationsJson()
837 std::ofstream transformations_json_file(output_file_prefix + in main() local
839 transformations_json_file << json_string; in main()
840 transformations_json_file.close(); in main()
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp687 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
688 transformations_json_file << json_string; in DumpTransformationsJson()
689 transformations_json_file.close(); in DumpTransformationsJson()
825 std::ofstream transformations_json_file(output_file_prefix + in main() local
827 transformations_json_file << json_string; in main()
828 transformations_json_file.close(); in main()
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp700 std::ofstream transformations_json_file(filename); in DumpTransformationsJson() local
701 transformations_json_file << json_string; in DumpTransformationsJson()
702 transformations_json_file.close(); in DumpTransformationsJson()
837 std::ofstream transformations_json_file(output_file_prefix + in main() local
839 transformations_json_file << json_string; in main()
840 transformations_json_file.close(); in main()