anv/cmd_buffer: Use some pre-existing pipeline temporaries
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Dec 2017 17:32:29 +0000 (09:32 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 24 Jan 2018 05:10:24 +0000 (21:10 -0800)
commitddc2d285484a1607f79ffeb2fc6c09367c6aea1f
tree049401e3cab4760c7d0c639b04a5c6c0a5bc1aee
parentcd3feea74582cea2d18306d167609f4fbe681bb3
anv/cmd_buffer: Use some pre-existing pipeline temporaries

There are several places where we'd already saved the pipeline off to a
temporary variable but, due to an artifact of history, weren't actually
using that temporary everywhere.  No functional change.

Tested-by: Józef Kucia <joseph.kucia@gmail.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Cc: "18.0" <mesa-stable@lists.freedesktop.org>
src/intel/vulkan/gen8_cmd_buffer.c
src/intel/vulkan/genX_cmd_buffer.c