/third_party/skia/third_party/externals/tint/fuzzers/ |
D | tint_all_transforms_fuzzer.cc | 28 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()
|
D | tint_black_box_fuzz_target.cc | 132 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()
|
D | tint_common_fuzzer.h | 37 enum class InputFormat { kWGSL, kSpv }; enum 43 explicit CommonFuzzer(InputFormat input, OutputFormat output); 87 InputFormat input_;
|
D | tint_common_fuzzer.cc | 109 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()
|
D | tint_spv_reader_fuzzer.cc | 24 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kSpv, OutputFormat::kNone); in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_hlsl_writer_fuzzer.cc | 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_fuzzer.cc | 24 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kNone); in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_hlsl_writer_fuzzer.cc | 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_wgsl_writer_fuzzer.cc | 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_wgsl_writer_fuzzer.cc | 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_single_entry_point_fuzzer.cc | 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_first_index_offset_fuzzer.cc | 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_binding_remapper_fuzzer.cc | 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_renamer_fuzzer.cc | 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_spv_writer_fuzzer.cc | 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_msl_writer_fuzzer.cc | 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_vertex_pulling_fuzzer.cc | 26 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_msl_writer_fuzzer.cc | 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_spv_writer_fuzzer.cc | 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_robustness_fuzzer.cc | 26 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_reader_writer_fuzzer.h | 28 explicit ReaderWriterFuzzer(InputFormat input, OutputFormat output) in ReaderWriterFuzzer()
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 963 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/ |
D | install_tools.bat | 55 …InputFormat None -ExecutionPolicy Bypass -Command Start-Process '%SystemRoot%\System32\WindowsPowe…
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | fuzzer.cc | 226 CommonFuzzer spv_to_wgsl(InputFormat::kSpv, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput() 248 CommonFuzzer fuzzer(InputFormat::kWGSL, target.second); in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavcodec/ |
D | cfhd.h | 84 InputFormat = 71, enumerator
|