Home
last modified time | relevance | path

Searched refs:InputFormat (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_all_transforms_fuzzer.cc28 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kSpv); in LLVMFuzzerTestOneInput()
40 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kHLSL); in LLVMFuzzerTestOneInput()
53 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kMSL); in LLVMFuzzerTestOneInput()
65 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kSpv); in LLVMFuzzerTestOneInput()
Dtint_black_box_fuzz_target.cc132 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main()
139 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main()
147 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main()
153 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main()
Dtint_common_fuzzer.h37 enum class InputFormat { kWGSL, kSpv }; enum
43 explicit CommonFuzzer(InputFormat input, OutputFormat output);
87 InputFormat input_;
Dtint_common_fuzzer.cc109 CommonFuzzer::CommonFuzzer(InputFormat input, OutputFormat output) in CommonFuzzer()
137 case InputFormat::kWGSL: { in Run()
151 case InputFormat::kSpv: { in Run()
176 if (input_ == InputFormat::kSpv && in Run()
Dtint_spv_reader_fuzzer.cc24 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kSpv, OutputFormat::kNone); in LLVMFuzzerTestOneInput()
Dtint_spv_reader_hlsl_writer_fuzzer.cc24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
Dtint_wgsl_reader_fuzzer.cc24 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kNone); in LLVMFuzzerTestOneInput()
Dtint_wgsl_reader_hlsl_writer_fuzzer.cc24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
Dtint_spv_reader_wgsl_writer_fuzzer.cc24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
Dtint_wgsl_reader_wgsl_writer_fuzzer.cc24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
Dtint_single_entry_point_fuzzer.cc26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
Dtint_first_index_offset_fuzzer.cc26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
Dtint_binding_remapper_fuzzer.cc26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
Dtint_renamer_fuzzer.cc26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
Dtint_spv_reader_spv_writer_fuzzer.cc27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
Dtint_spv_reader_msl_writer_fuzzer.cc27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
Dtint_vertex_pulling_fuzzer.cc26 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
Dtint_wgsl_reader_msl_writer_fuzzer.cc27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
Dtint_wgsl_reader_spv_writer_fuzzer.cc27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
Dtint_robustness_fuzzer.cc26 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
Dtint_reader_writer_fuzzer.h28 explicit ReaderWriterFuzzer(InputFormat input, OutputFormat output) in ReaderWriterFuzzer()
/third_party/skia/third_party/externals/tint/samples/
Dmain.cc963 enum class InputFormat { in main() enum
969 auto input_format = InputFormat::kUnknown; in main()
974 input_format = InputFormat::kWgsl; in main()
978 input_format = InputFormat::kSpirvBin; in main()
982 input_format = InputFormat::kSpirvAsm; in main()
986 case InputFormat::kUnknown: { in main()
990 case InputFormat::kWgsl: { in main()
1006 case InputFormat::kSpirvBin: { in main()
1020 case InputFormat::kSpirvAsm: { in main()
1054 if (!program->IsValid() && input_format != InputFormat::kWgsl) { in main()
/third_party/node/tools/msvs/install_tools/
Dinstall_tools.bat55InputFormat None -ExecutionPolicy Bypass -Command Start-Process '%SystemRoot%\System32\WindowsPowe…
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dfuzzer.cc226 CommonFuzzer spv_to_wgsl(InputFormat::kSpv, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
248 CommonFuzzer fuzzer(InputFormat::kWGSL, target.second); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavcodec/
Dcfhd.h84 InputFormat = 71, enumerator

12