commit | dd9c34a907c7cf3069968b6fd701ba2cdad8a74a | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Tue Oct 06 12:31:52 2020 -0500 |
committer | Marge Bot <eric+marge@anholt.net> | Thu Oct 08 03:56:01 2020 +0000 |
tree | 12c8624555ff994d7c36f389521c86eb5eac6f00 | |
parent | fd04f858b0aa9f688f5dfb041ccb706da96f862a [diff] |
intel/nir: Lower load_global_constant in lower_mem_access_bit_sizes It's identical to nir_intrinsic_load_global except that it works on data that's guaranteed to be constant throughout the shader invocation. Fixes: ff2f44d86585 "intel/fs: Implement nir_intrinsic_load_global_constant" Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6872>