Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir / tests / load_store_vectorizer_tests.cpp
2020-09-04 Eric Anholtnir/load_store_vectorizer: Add unit tests for alignment...
2020-09-04 Eric Anholtnir/load_store_vectorizer: Use more imm helpers in...
2020-09-04 Rhys Perrynir/load_store_vectorize: rework alignment calculation
2020-08-24 Eric Anholtnir/load_store_vectorizer: Clean up unit test swizzle...
2020-06-29 Boris Brezillonnir: Add new rules to optimize NOOP pack/unpack pairs
2020-05-11 Samuel Pitoisetnir: do not vectorize load/store if offset can overflow...
2020-02-24 Caio Marcelo de... nir/tests: Use nir_scoped_memory_barrier() helper
2020-02-13 Rhys Perrynir: fix nir_const_value_as_uint bit size in load/store...
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2019-12-04 Rhys Perrynir/load_store_vectorize: fix combining stores with...
2019-11-25 Rhys Perrynir: add load/store vectorizer tests