Update structs and defines for 64-bit.

Also adds RS_FIND_OFFSETS, which prints address info for various types that allow us to easily update __pad.

Change-Id: I4d57248e155d113c83ff69f4f8f64160aa24fb9b
diff --git a/driver/rsdAllocation.cpp b/driver/rsdAllocation.cpp
index f488b55..05951b9 100644
--- a/driver/rsdAllocation.cpp
+++ b/driver/rsdAllocation.cpp
@@ -463,6 +463,13 @@
         rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
     }
 
+
+#ifdef RS_FIND_OFFSETS
+    ALOGE("pointer for allocation: %p", alloc);
+    ALOGE("pointer for allocation.drv: %p", &alloc->mHal.drv);
+#endif
+
+
     return true;
 }