aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_load_store_vectorize.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Replace the scoped_memory barrier by a scoped_barrierBoris Brezillon2020-06-031-1/+4
* nir: replace fnv1a hash function with xxhashDmitriy Nester2020-05-251-7/+6
* nir: do not vectorize load/store if offset can overflow and robustness enabledSamuel Pitoiset2020-05-111-1/+23
* nir: Actually do load/store vectorization beyond vec2Kenneth Graunke2020-04-221-1/+2
* nir/load_store_vectorize: Add support for nir_var_mem_globalJason Ekstrand2020-04-031-4/+53
* nir/load_store_vectorize: Use nir_iadd_imm for offsetsJason Ekstrand2020-04-031-1/+1
* nir/load_store_vectorize: Fix shared atomic infoJason Ekstrand2020-04-031-14/+14
* nir: fix nir_const_value_as_uint bit size in load/store vectorizer testsRhys Perry2020-02-131-0/+2
* nir+vtn: vec8+vec16 supportRob Clark2019-12-211-1/+1
* nir/load_store_vectorize: fix combining stores with aliasing loads betweenRhys Perry2019-12-041-2/+2
* nir: add a load/store vectorization passRhys Perry2019-11-251-0/+1305