anv/blorp: Delete a pointless assert
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 Feb 2019 20:36:49 +0000 (14:36 -0600)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 Feb 2019 22:04:42 +0000 (16:04 -0600)
commitcd60c995a6d26b5f1952f21482177f36e7ad5630
treedf56dab0735dd12f3c4865f2f7b4398c3e13e07f
parentb14d7a6b6098f9fdb317f5f647543e5de2550c22
anv/blorp: Delete a pointless assert

Just a little higher up in the function we assert that the aspect masks
are actually equal so there's no reason for the weaker check.  Also, the
temporary variables were causing compiler warnings in release builds.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
src/intel/vulkan/anv_blorp.c