isl: Remove surf_get_intratile_offset_el
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 30 Mar 2016 23:23:02 +0000 (16:23 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 8 Apr 2016 22:58:01 +0000 (15:58 -0700)
commitb0a5ca5cfc5b65262e834cdfa3cb7c6a1cfa8259
tree7d746176c597320b34c961ac459d952651eaf474
parentb37502b9832f02626b0caca22500b46ebbbe8007
isl: Remove surf_get_intratile_offset_el

The intratile offset may not be a multiple of the element size so this
calculation is invalid.

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