isl: Remove duplicate px->sa conversions
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 1 Jul 2016 21:21:44 +0000 (14:21 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commit1e02611276a51f7a555ec901f7e0aca2648ef7cb
tree9fdeb3c9cb6f865090cc541af3d59ec3a1120826
parent603d5f76386dde1922d1251a5832e7ac6c2e6b63
isl: Remove duplicate px->sa conversions

In all three cases, we start with width and height taken from
isl_surf::phys_slice0_extent_sa which is already in samples.  There is no
need to do the conversion and doing so gives us an incorrect value.

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