intel/fs: Delete manual 'inst->mlen' calculations from all uses of logical URB writes.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 28 Sep 2022 23:50:41 +0000 (16:50 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 27 Sep 2023 23:57:25 +0000 (23:57 +0000)
commit53d1d793cb22bcf3c945734f73b890462b13e053
treebaae15a266141ef09a0592fe7a4f76e1fecb5417
parent34a2c9ce358017faf2f095e886f7de1ce83cc97c
intel/fs: Delete manual 'inst->mlen' calculations from all uses of logical URB writes.

Rework:
 * Marcin: update emit_urb_indirect_vec4_write

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25195>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs_nir.cpp
src/intel/compiler/brw_fs_validate.cpp
src/intel/compiler/brw_fs_visitor.cpp
src/intel/compiler/brw_lower_logical_sends.cpp
src/intel/compiler/brw_mesh.cpp