| commit | ff91c5ca42bc80aa411cb3fd8f550aa6fdd16bdc | [log] [tgz] |
|---|---|---|
| author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | Wed Oct 12 02:00:41 2022 +0300 |
| committer | Marge Bot <emma+marge@anholt.net> | Fri Oct 14 23:03:16 2022 +0000 |
| tree | b97dd873f10db35ae901d0fa1c13302a568547a0 | |
| parent | 01e282f23fe8ef2240b6fde35ad57f7397e0d88a [diff] |
anv: add analysis for push descriptor uses and store it in shader cache We'll use this information to avoid : - binding table emission - allocation of surface states v2: Fix anv_nir_push_desc_ubo_fully_promoted() Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19050>