Update XGL_FORMAT.
diff --git a/icd/intel/layout.h b/icd/intel/layout.h
index bf26190..f081e37 100644
--- a/icd/intel/layout.h
+++ b/icd/intel/layout.h
@@ -169,8 +169,7 @@
 
    switch (layout->tiling) {
    case INTEL_TILING_NONE:
-      if (layout->format.numericFormat == XGL_NUM_FMT_DS &&
-          layout->format.channelFormat == XGL_CH_FMT_R8) {
+      if (layout->format == XGL_FMT_S8_UINT) {
          /* W-tile */
          tile_w = 64;
          tile_h = 64;