anv/cmd_buffer: Pass a subpass id into begin_subpass
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 21 Nov 2017 20:42:45 +0000 (12:42 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Feb 2018 21:49:24 +0000 (13:49 -0800)
commit6fb9d6c6f5510a9fb594892228fabb831be1d34c
tree54e7084bfcd6cca78808e0c6f3d9ad2445bd62c9
parent01223b8199127c265c6a75b70f75d042decc1169
anv/cmd_buffer: Pass a subpass id into begin_subpass

This is a bit less awkward than passing in the subpass because it means
we don't have to extract the subpass id from the subpass.

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/vulkan/genX_cmd_buffer.c