Module: Mesa
Branch: main
Commit: bfc953add76c001881b6ed5885f84b9449535f45
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfc953add76c001881b6ed5885f84b9449535f45

Author: Caio Oliveira <caio.olive...@intel.com>
Date:   Tue Dec 12 12:48:34 2023 -0800

intel/compiler: Use C helpers to access builtin types

Remove usage of C++ static members as they are going to be removed.

Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com>
Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26658>

---

 src/intel/compiler/brw_fs.cpp                      |   6 +-
 src/intel/compiler/brw_fs_nir.cpp                  |  30 +-
 src/intel/compiler/brw_fs_visitor.cpp              |  18 +-
 src/intel/compiler/brw_vec4.cpp                    |   4 +-
 src/intel/compiler/brw_vec4_cmod_propagation.cpp   |   2 +-
 src/intel/compiler/brw_vec4_gs_visitor.cpp         |  28 +-
 src/intel/compiler/brw_vec4_nir.cpp                |  64 ++--
 src/intel/compiler/brw_vec4_tcs.cpp                |  18 +-
 src/intel/compiler/brw_vec4_tes.cpp                |  18 +-
 src/intel/compiler/brw_vec4_visitor.cpp            |  68 ++--
 src/intel/compiler/gfx6_gs_visitor.cpp             |  34 +-
 src/intel/compiler/test_fs_cmod_propagation.cpp    | 372 ++++++++++-----------
 src/intel/compiler/test_fs_copy_propagation.cpp    |  14 +-
 .../compiler/test_fs_saturate_propagation.cpp      | 164 ++++-----
 src/intel/compiler/test_fs_scoreboard.cpp          | 104 +++---
 src/intel/compiler/test_vec4_cmod_propagation.cpp  | 158 ++++-----
 src/intel/compiler/test_vec4_copy_propagation.cpp  |  12 +-
 .../compiler/test_vec4_dead_code_eliminate.cpp     |  12 +-
 src/intel/compiler/test_vec4_register_coalesce.cpp |  30 +-
 19 files changed, 578 insertions(+), 578 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=bfc953add76c001881b6ed5885f84b9449535f45

Reply via email to