| // 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/lang/wgsl/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", |
| "chromium_expeggimeXtal_full_ptr_paraeters", |
| "chromium_expVrimental_full_ptr_puraXeer", |
| "chromium_experimental_full_ptr3parameters", |
| "chromium_experimental_full_ptr_parameters", |
| "chromium_experimentalEfull_ptr_parameters", |
| "chromium_experimentalfull_ptr_PPaTTameters", |
| "chromium_ddxperimental_fullptrxxparameters", |
| "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", |
| "chromiym_experimental_push_contant", |
| "nnhro77ium_experimenGal_push_conrrllant", |
| "chromium_experimental_push_c4nstan00", |
| "chromium_experimental_push_constant", |
| "chooomum_experimental_ush_constat", |
| "chromium_xperimntal_zzush_constant", |
| "chromi11m_experimepptal_psh_ciistant", |
| "chromium_experimental_subgroXXps", |
| "chromium55eIIperimental_subgnno99ps", |
| "chraamiuSS_experimentaHHr_subgrouYs", |
| "chromium_experimental_subgroups", |
| "chkkomium_eperimntal_subgroup", |
| "jhromium_experRmental_subgogps", |
| "chromiubexperiental_subgroups", |
| "chromium_internal_dujl_source_blending", |
| "chromium_intenal_dual_source_blending", |
| "chqomium_internal_dual_source_beding", |
| "chromium_internal_dual_source_blending", |
| "chroium_NNnternal_dual_source_blending", |
| "chovvium_internal_dual_source_lending", |
| "chromium_internQQl_dual_sorce_blending", |
| "chromirm_intenal_rfflaxed_unifrm_layout", |
| "chromium_internal_jelaxed_uniform_layout", |
| "chromium_interna_relNNxed_uwwiform_lay82t", |
| "chromium_internal_relaxed_uniform_layout", |
| "chromium_internal_relaxed_uniform_layut", |
| "chromium_internal_relaxed_rrniform_layout", |
| "chromium_internal_relaxedGuniform_layout", |
| "FF16", |
| "", |
| "rr1", |
| "f16", |
| "1", |
| "DJ1", |
| "", |
| }; |
| for (auto _ : state) { |
| for (auto* str : kStrings) { |
| auto result = ParseExtension(str); |
| benchmark::DoNotOptimize(result); |
| } |
| } |
| } // NOLINT(readability/fn_size) |
| |
| BENCHMARK(ExtensionParser); |
| |
| } // namespace |
| } // namespace tint::wgsl |