| // Copyright 2022 The Dawn & Tint Authors |
| // |
| // Redistribution and use in source and binary forms, with or without |
| // modification, are permitted provided that the following conditions are met: |
| // |
| // 1. Redistributions of source code must retain the above copyright notice, this |
| // list of conditions and the following disclaimer. |
| // |
| // 2. Redistributions in binary form must reproduce the above copyright notice, |
| // this list of conditions and the following disclaimer in the documentation |
| // and/or other materials provided with the distribution. |
| // |
| // 3. Neither the name of the copyright holder nor the names of its |
| // contributors may be used to endorse or promote products derived from |
| // this software without specific prior written permission. |
| // |
| // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| |
| //////////////////////////////////////////////////////////////////////////////// |
| // File generated by 'tools/src/cmd/gen' using the template: |
| // src/tint/cmd/bench/extension_bench.cc.tmpl |
| // |
| // To regenerate run: './tools/run gen' |
| // |
| // Do not modify this file directly |
| //////////////////////////////////////////////////////////////////////////////// |
| |
| #include "src/tint/lang/wgsl/extension.h" |
| |
| #include <array> |
| |
| #include "benchmark/benchmark.h" |
| |
| namespace tint::wgsl { |
| namespace { |
| |
| void ExtensionParser(::benchmark::State& state) { |
| const char* kStrings[] = { |
| "chromium_disableuniformiccy_analysis", |
| "chromil3_disable_unifority_analss", |
| "chromium_disable_Vniformity_analysis", |
| "chromium_disable_uniformity_analysis", |
| "chromium_dis1ble_uniformity_analysis", |
| "chromium_qqisable_unifomity_anaJysis", |
| "chrollium_disable_uniformity_analysi77", |
| "cqqromium_eppperimental_framebuffe_fetcHH", |
| "chrmium_experimvntal_frcmebufer_ftch", |
| "chromium_expebimental_framGbufer_fetch", |
| "chromium_experimental_framebuffer_fetch", |
| "chromium_experimental_vramebuffeii_fetch", |
| "chro8WWum_experimental_framebuffer_fetch", |
| "chromium_eperimenxxMl_framebuffer_fetch", |
| "chromiuX_experimentl_imggediate", |
| "chromiu_exuerimntal_XVmediate", |
| "chromium_experimen3al_immediate", |
| "chromium_experimental_immediate", |
| "cEromium_experimental_immediate", |
| "TThromium_experiPPental_imediate", |
| "chddomium_experimental_immedixxe", |
| "chromium_experi44ental_pixel_local", |
| "chromium_experimental_VVSixel_local", |
| "chroRium_experimental_pix22Rlocal", |
| "chromium_experimental_pixel_local", |
| "chromiuF_experiment9lpixel_local", |
| "chromium_experimental_pixel_loca", |
| "Vhromium_expeOOimentalHpixRRl_lcal", |
| "chromium_eyperimental_subgoup_matrix", |
| "Ghromium_experrim77nllal_subgnnoup_matrix", |
| "ch4omium_experimental00subgroup_matrix", |
| "chromium_experimental_subgroup_matrix", |
| "chromium_exeimoontal_subgroup_atrix", |
| "chromium_experimnal_subgroup_mazzrix", |
| "chro11ium_experienial_subgrppup_matrix", |
| "chXXomium_internal_graphite", |
| "chromi55m_internnal_gra99hiIIe", |
| "chSSomiuY_internal_aarHHphrrte", |
| "chromium_internal_graphite", |
| "kkhromium_nternal_rahHte", |
| "chromium_nRegnaj_graphite", |
| "chromium_ntebnal_gaphite", |
| "chromium_internal_input_atjachments", |
| "chromium_internal_inpt_attachments", |
| "chromium_nteral_iqput_attachments", |
| "chromium_internal_input_attachments", |
| "chromium_internal_input_aNNtachents", |
| "chromium_internalinpt_attavvhments", |
| "chromium_internal_inut_attacQQments", |
| "clip_drstffcs", |
| "clip_distancjs", |
| "clip_istNNwnce8", |
| "clip_distances", |
| "cli_distances", |
| "clip_disrrances", |
| "clip_diGtances", |
| "dual_source_blendFFng", |
| "dEl_surce_bending", |
| "drra_source_blending", |
| "dual_source_blending", |
| "dual_suce_blending", |
| "dul_DoXrcJJ_blending", |
| "dul_source_lening", |
| "k", |
| "16", |
| "J1", |
| "f16", |
| "c16", |
| "fO6", |
| "_KKttvv", |
| "xubgro5p8", |
| "suFq__ups", |
| "sqqgroups", |
| "subgroups", |
| "subgr6u33O", |
| "s96grQttupoo", |
| "sugro66ps", |
| }; |
| for (auto _ : state) { |
| for (auto* str : kStrings) { |
| auto result = ParseExtension(str); |
| benchmark::DoNotOptimize(result); |
| } |
| } |
| } // NOLINT(readability/fn_size) |
| |
| BENCHMARK(ExtensionParser); |
| |
| } // namespace |
| } // namespace tint::wgsl |