anv/pipeline: Move wpos and input attachment lowering to lower_nir
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 29 Aug 2018 21:40:05 +0000 (16:40 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Jan 2019 01:15:27 +0000 (19:15 -0600)
commit73ddfbeb858bb6d22da20bc80c6d91cf0a5e776a
treeff2e9237844b3103c9b7f630a3006cea39a87ea5
parent32e266a9a5897bb2bb1560f142ac820e69fdae35
anv/pipeline: Move wpos and input attachment lowering to lower_nir

This lets us make anv_pipeline_compile_to_nir take a device instead of a
pipeline.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_pipeline.c