anv/pipeline: Make the has_push_constants computation more accurate
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 22 Oct 2015 04:45:49 +0000 (21:45 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 22 Oct 2015 04:50:16 +0000 (21:50 -0700)
commit8af2a099569f123776a9556affde23ae66a10ef5
tree403668de42615cd568f4d9cd798e515516253f83
parent0329a252bd7418d778027c361e6a2bee7d69caab
anv/pipeline: Make the has_push_constants computation more accurate

The computation used to only look for uniforms that weren't samplers.  Now
it also filters out arrays of samplers.
src/vulkan/anv_pipeline.c