TILING_MASK
return obj->tiling_and_stride & TILING_MASK;
#define STRIDE_MASK (~TILING_MASK)
READ_ONCE(obj->tiling_and_stride) & TILING_MASK;