anv/descriptor_set: Fix descriptor copies
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 3 Feb 2016 10:50:06 +0000 (02:50 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 4 Feb 2016 06:44:33 +0000 (22:44 -0800)
commit1f5d56304f51a09943e72f2b1aad0683d9220482
treef12e1272e1652bc02d5feeb0a0c3298acd005c28
parent6a7e2904e0a2a6f8efbf739a1b3cad7e1e4ab42d
anv/descriptor_set: Fix descriptor copies

We weren't pulling the actual binding location information out of the set
layout.  The new code mirrors the descriptor write code.
src/vulkan/anv_descriptor_set.c