vk/compiler: Add a NIR pass for pushing dynamic buffer offset
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Sep 2015 22:53:53 +0000 (15:53 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Sep 2015 22:53:56 +0000 (15:53 -0700)
commitc3086c54a832b4c8426cd9f7de6bcf627f26e9b4
tree26b435a079b4fa2223e5a48ea1262150fefb4b59
parent7487371056175406a5408d0c2c1621b64c5bef92
vk/compiler: Add a NIR pass for pushing dynamic buffer offset

This commit just adds the NIR pass but does none of the uniform setup
src/vulkan/Makefile.am
src/vulkan/anv_nir.h [new file with mode: 0644]
src/vulkan/anv_nir_apply_dynamic_offsets.c [new file with mode: 0644]