anv/pipeline: Refactor setup of the prog_data::param array
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 29 Sep 2017 18:18:04 +0000 (11:18 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 13 Oct 2017 05:39:31 +0000 (22:39 -0700)
commit2e317a4b6d77ab078bdc9b21765f6051c4577c5e
tree947d3c320be2a2a3fe607c7afa7e6bdae41722d0
parent6b31229592df76eefc1aa41d5b936ad2bb6b5598
anv/pipeline: Refactor setup of the prog_data::param array

Now that the only thing we put in the array up-front are client push
constants, we can simplify anv_pipeline_compile a bit.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/vulkan/anv_pipeline.c