)]}'
{
  "commit": "ab77ff404af77aa0cb375c49ddfd831a6c8ff27f",
  "tree": "058ca89410d8bffb824899d8049120c8b633e2dd",
  "parents": [
    "640299ee26352ac63245fafde28247888c90468b"
  ],
  "author": {
    "name": "James Price",
    "email": "jrprice@google.com",
    "time": "Thu Jun 04 13:20:25 2026 -0700"
  },
  "committer": {
    "name": "dawn-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "email": "dawn-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Thu Jun 04 13:20:25 2026 -0700"
  },
  "message": "[tint] Do not inline expressions with multiple uses\n\nIf an instruction has no side-effects, we were inlining it into every\nuse. This can lead to very large generated code size when non-trivial\nexpressions are used multiple times, which happens for some of our\npolyfills.\n\nAdd an extra check to ValueToLet to avoid doing this.\n\nDisable overrides for the ValueToLet fuzzer since it now tries to adds\nlet instructions for override expressions in the root block.\n\nFixed: 477665543, 519471056\nChange-Id: Icdfbdc4eed4aa1e38b0432a475b3adec490ca3fb\nReviewed-on: https://dawn-review.googlesource.com/c/dawn/+/313596\nSLSA-Policy-Verified: SLSA Policy Verification Service \u003cdevtools-gerritcodereview-exitgate@google.com\u003e\nCommit-Queue: James Price \u003cjrprice@google.com\u003e\nReviewed-by: dan sinclair \u003cdsinclair@chromium.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "09c1568effc29c45e2a36ed13feb0b9bcdcc53f0",
      "old_mode": 33188,
      "old_path": "src/tint/lang/core/ir/transform/value_to_let.cc",
      "new_id": "5e465b799f97c83d1be1a5cc895d9206375ab4fc",
      "new_mode": 33188,
      "new_path": "src/tint/lang/core/ir/transform/value_to_let.cc"
    },
    {
      "type": "modify",
      "old_id": "33e5982217f0c76dfca2224e47beaf2db71afb72",
      "old_mode": 33188,
      "old_path": "src/tint/lang/core/ir/transform/value_to_let_fuzz.cc",
      "new_id": "c892059b3101c8ee3d182f09c566732455bbe111",
      "new_mode": 33188,
      "new_path": "src/tint/lang/core/ir/transform/value_to_let_fuzz.cc"
    },
    {
      "type": "modify",
      "old_id": "8ddc7e3a4c9fa993a3351a166bef72d831f8825b",
      "old_mode": 33188,
      "old_path": "src/tint/lang/core/ir/transform/value_to_let_test.cc",
      "new_id": "dc63b8092231a139d1148cfc43fca188dfcc00bc",
      "new_mode": 33188,
      "new_path": "src/tint/lang/core/ir/transform/value_to_let_test.cc"
    },
    {
      "type": "modify",
      "old_id": "953174fdee32b49c581634aeb8038b26d4339819",
      "old_mode": 33188,
      "old_path": "src/tint/lang/glsl/writer/access_test.cc",
      "new_id": "31f479e730d21cc7baac83e03118227f1792c609",
      "new_mode": 33188,
      "new_path": "src/tint/lang/glsl/writer/access_test.cc"
    },
    {
      "type": "modify",
      "old_id": "35c15acca0480b2d0ad10eff85a11af13519effb",
      "old_mode": 33188,
      "old_path": "src/tint/lang/glsl/writer/builtin_test.cc",
      "new_id": "3115ba5e16808c36f58ba80ab093aab7bcdebd6e",
      "new_mode": 33188,
      "new_path": "src/tint/lang/glsl/writer/builtin_test.cc"
    },
    {
      "type": "modify",
      "old_id": "d25a859ae839cd2c65689b41a9f56f5ebff9d831",
      "old_mode": 33188,
      "old_path": "src/tint/lang/hlsl/writer/access_test.cc",
      "new_id": "d3417883ec0466de33a13ade6b069fe5c32c6774",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/access_test.cc"
    },
    {
      "type": "modify",
      "old_id": "a9a45e2347e6241281cf727e40038c4e862cfb04",
      "old_mode": 33188,
      "old_path": "src/tint/lang/hlsl/writer/binary_test.cc",
      "new_id": "63110fe377992a07a3dc218463fd266132599e4f",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/binary_test.cc"
    },
    {
      "type": "modify",
      "old_id": "57c5fb38585c2647b673dd2fd64f59cbe862376c",
      "old_mode": 33188,
      "old_path": "src/tint/lang/hlsl/writer/var_let_test.cc",
      "new_id": "b15a5303bc0b0221e7545d259e76c3c5ac1ff869",
      "new_mode": 33188,
      "new_path": "src/tint/lang/hlsl/writer/var_let_test.cc"
    },
    {
      "type": "modify",
      "old_id": "f1813d99a1a4e9e8e4750324df1290361df3d279",
      "old_mode": 33188,
      "old_path": "src/tint/lang/msl/writer/binary_test.cc",
      "new_id": "e7e0a36fcef124a81d039cf71c04ab5e606e9d9c",
      "new_mode": 33188,
      "new_path": "src/tint/lang/msl/writer/binary_test.cc"
    },
    {
      "type": "modify",
      "old_id": "e8a9f30c9d600b1d44e4e845f0fed4c065df4bee",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.dxc.hlsl",
      "new_id": "eb6c8b1528ec55e058e9c8cd06d6f5c7bf60f8e6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b8694463d16a3d551db6c8d614802371ba59556c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.fxc.hlsl",
      "new_id": "0082858709f760825c6e0ef45f179db30b18f4a6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bafeb746f32bef59d9b55b330d73796b6424cc80",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.glsl",
      "new_id": "0841b58e1d3f1a49b93c08c5deef51790ebc415e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "146ee40c254d97149a1bc077033c41c3eb1f0f7e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.dxc.hlsl",
      "new_id": "373b0eae47800c83b3aca0ccdebfca014414ee13",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "66380343c9a0fbb1d67b8ac4112f69268ef009c5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.glsl",
      "new_id": "b4b568b18b07ab9865f1607ce8171122372c93c4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c91ed0ad7fb7e8749f0a1ac984dfbbd6593059b3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/static_index/read.wgsl.expected.dxc.hlsl",
      "new_id": "e6f29fea05ab9291bbe7e5ed2728846905761c86",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/static_index/read.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "34e9d83f79cad1063351283bd977d4ceca8c8ec7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/static_index/read.wgsl.expected.fxc.hlsl",
      "new_id": "dcbc8e10c05ae549b4f138e4791266f6616ed40e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/static_index/read.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b598e70b03cc972c9eb3665fd3785ac30325e460",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/static_index/read.wgsl.expected.glsl",
      "new_id": "305a424f1c463a8884b71cea26c26cde3bc0a864",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/static_index/read.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8bed69005822d0ac74108085851ac09d56a09172",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/static_index/read_f16.wgsl.expected.dxc.hlsl",
      "new_id": "0a0999bd9c7a1b86a55a3dc4376639ca292fc99f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/static_index/read_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0cd6d87b5c4caa27208d9bdcc1c1416d52ffc2df",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/static_index/read_f16.wgsl.expected.glsl",
      "new_id": "9ff5b6115117ab1fe38676761787db70beef32ad",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/static_index/read_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "fcff5839c284dfc0b22fbf767862503d57b9038b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "0868b07ebce8d7768b029f26fe5a0239a034c6ff",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "53c29e0f6daa8120708d8fcec21679be8c74fa41",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "3de32422bdb7412cd5f85b834edba7447ef302b1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "356f7f849ebe185874021686fa5841e5aa651ba8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "45948d7d92f27bd1442274d5f220e64f05980c1a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "70350cdf52c5f4a3dc8e9f40e3bbab797ffe4039",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "46d78d3be9a099f3334163f0261d7b512f9281db",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "86a76b3016ccf14d6df243e9a00ccbfb086a0eb1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "426491d0c71a9ba958bcb56ff7ffc7bf0e50713a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3ad7ad123f087d7d224b36b11ac10182630d56f5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "e6a41ccb63237ef42c71e20f92a0f92e75e867de",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5a6ec547ba066e6b8ed4e2ce076528711a93f805",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "3ec670a941daadcc74e1698c6fc41dca961ee8d2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a46b808f2fac78804358c5114b57ac1aff388035",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "6189cc929ee43089cdc6733d15e9b5f9534e673d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4376de40e84546b865f500c361945fe5770984c7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "22740d775c081caae223e24fecb3292b68278c50",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c34d35d8cc77612ff32798dbf658b832b292b63a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "228cd2d91ce0c330fea723f716ac3e6d833fae36",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c2e247afc50c3303157944ceff632d62bc88475a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "fc08d392611ef427f3e21dda9d770b28d5b2e0e6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1ffb8133aa40a3b7bdf70d530516984dbc485c73",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "ae8a24157c1a064121a3ddc64570beeff0bae8e0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6a0bb722b3406f3e5265b6e78dbffb11df542467",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "104ca9d87ab9a24bee163de5624b78a31179e421",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bcb95b03f875b45a7488cd195cf0624c4290d6ef",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "dd0404ff1e8a9a38bab1653ddc4383af946ec939",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a6a0b7bd0df63630b2cf22b85a5162809096b59a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "176a571fc972d5b8da4397932d3196dc928cff1c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "16967ae80b120bf56cee0bb96c9dcc9ca2c2dc91",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "15800cee67e264494e5d81b9e9bc609331a4dd10",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cf8f15847c67d24aea3cf4f406222d5ffbf8d2d9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "3e53d19c32d634f7862221c5cf48737387459d7d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bfd0d4daf4407ee047d16ae92b7cb1e9000cf8f2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "3d389261148938f6543ed87ab2c27982eb30bc0a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c10943f1b5e1d4604faaedb54aeee2eaa178e396",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "e03b66f6dadc1e2267fe010cf9da3a7e3f613f90",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d3d2fc07d1b3e841bd25577ed6dc46bc5bfe886e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "c61c2a03bb12601f47d694c12977bcabfa94d066",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "329abcb521de98fbb87e9a067f8aba21c7a8b7f4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "574991f38befd7bd81a8c3a63049ca8856d7b704",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "450ef850b837e900da4fcb062735cd92f2d7301f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "db0f71c01b6f692efd5f51bc5819827d1327d3db",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fe4c45f5d6ebbe9dfa36ec3775eed72c1cd1eeb5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "fa674306644dda8513cddd017b7d58bc7fb67b5d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a60053a14b27176fb7edd3d86b81606022fdc48f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "b5b6a7dae7715f8b6cbb278ef863ad5da55dff45",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f2cfbe9cbc4629350b49f8b42774b8150f9b8202",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "84c8cf54bd40d4be0d6a429d7cfb84816dacef2d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "90bbed095caa6fb898a0c17258ba5dd22a25ab92",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "93e5c4c3625740fc5d2efb39c0d1ea3b408457bb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bd9377dd63a6e02a7ed5eadfd368705d784f0d99",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "538103e98758ba609b7a878ce6328e142d91a89a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8a12ca0bbcedbc2f8675a70a352332d320141549",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "bc38252ac15af1b964c8f114039e888d3f571b14",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "497a65f94e9a7d5ebdb7bf54dc06e7ab5ee3fdf7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "5e750f065722fe391d4d5fe5338a5a5e85e41fe3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a4a9563334f1e49eb8600e769fc175e978505593",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "b3c538f369303a3b49f3825dd62c7173ede8fb69",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d5ef12267e2427e3d422858e176e36a5f7a3b4d6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "b9deaf29de01364c6879a4c17c4234f1374120f3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "795bab1b9e47d5ffa64cc2ada0b96c5b406d68bc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "aa94aea628499592299376acff14334c22689eba",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "50dc3c5484c9a27c95bf9b80caed468f17db081e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "ed421676d6e0c216a4b2e656de1af56571577f2b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "711d3b58355154ff66c32a051ec974a3bfcb2594",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "77ac9fc7b5edfbe577dfac1249917e021eeec5d8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bf014c9b213453c7ac42e213d2b57f2bf4342e4c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "dbed7fe2fc6c85856b08fa1ebb1ff98c37afe78e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2d55f56e4510cfbc7bc0e40997fa529e2fe6d684",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "b9b432e521494e821a304f4c55cc392d9d943360",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2d55f56e4510cfbc7bc0e40997fa529e2fe6d684",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "b9b432e521494e821a304f4c55cc392d9d943360",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "991729f0ada0a3750a884820784fe23d4a8f61e1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "6333e2f88ae58362c64ce0f8f193e47a4150ef3a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b1d4bc5e71ac03f41de3cfc1fed9a87af7499cb2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "7d0f6c38787443135a589657d0720e46acfb0156",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4de5526a534955a0559e3be9164efb886b452dab",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "5ffb901159b958a8a6dce9eed367fead2e76ca39",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8691fd9ce7132732affbcbb8c47266688baa7c06",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "2bf037f779fa91a45ca89fb5ad8a669db112c715",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4595c8b0502d361861297cae84d3000bc3860d99",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "63952df2cedec2bf969bba4b30f50e60889229aa",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f697c7aed7dd3f11752472a4fad8e1e8c373cffa",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "5393adae0d21c1854e2c43f8e49bc0846caf9104",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a1bf80e7aced0d1ec44c8b6e76e9a3f7a504e880",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "0d4c6e7636af285d1eb1899c78f78089faaa5fc1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6b7fa6aac22bfde62605dec60307bdee5b90a1d8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "dbb31416cae4583430e206371ac272d262f89dc5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a4d3bc2b863a0d4102dbb3a10778c9fdbecf894c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "8764e9e5f99c97370805e9371ada97abca3ed518",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a67d77012975dee74f3d3fe4cd3a391e8ccee340",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "67c7ffbb70ed1deead768dde7f4b329e2e845cbe",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8ee1d8b49e4e8f13ab80e22c24420400d452096c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "16ef89a3c37efb1794aeaef0835c3b13846aeede",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c2e3792a1ed7d9df1512440ceb35dc1f928fee7f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "698567a533d6538c5977d26dd2c7b38a45a76534",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a0528d749613b117827a7222bb983c997d8a6b02",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "eea4d48a0d8b5996239f1af90ed65e3e69440df2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f7638b083c136eebf32aa156a739c3238a1f7ad2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "f7b0899552de7c53b6073cdbafe5c4efde5a7fba",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "beb7efe2471a88d5f0b9b6d7833abca672d9f6b7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "7ac84d23309c0edec8076dd3ca420e7ff6327e4c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a7cdf347b07fda09c31825de8a7c01a93e0a5e33",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "71b543368d6fef24dc6ad44a2a6c3357c2b296d9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a7cdf347b07fda09c31825de8a7c01a93e0a5e33",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "71b543368d6fef24dc6ad44a2a6c3357c2b296d9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "93df943cb2c72f2fb36e9b690b56106f43ed2686",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "2321cc722d55a8b14a100b14e03cd3d98fe5042e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6b09d0eda33481bb11ade76d56f7e0c128d7a8cd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "07798427fd4339d9ae322a52b83e418ce50f5aff",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6b09d0eda33481bb11ade76d56f7e0c128d7a8cd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "07798427fd4339d9ae322a52b83e418ce50f5aff",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a362ae38f332eebca1de3f44401815a0c8d35d69",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "a4ca253df08ecc1157d6e2b26a570f5f0807bfd9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "7f46ba3f81eecf02fce8a845b8e619583c2ae367",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "f70e2d2905df52a6cc8c8aba6aff364ca48ea8f4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7f46ba3f81eecf02fce8a845b8e619583c2ae367",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "f70e2d2905df52a6cc8c8aba6aff364ca48ea8f4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2bd927156cb8474da7e78a5e861b8b3fbfd3a628",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "686335ecc88b36330f7a610d1a710d7069852400",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3d9b01973ecea5bdd0adf51147ca7c9f4bef54a1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "4544da7e42db9ac7e9aad0be81bde9d4621c0938",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "64cfd64f8eea31894bdf4fc035f81c08f04546d7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "4c3581e7fb8a36b3c0cd71505dcf5325b9713d78",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "892694a52233e9ff2a22fbd99436b3153b3559e5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "796e976566ba48160ae31f61c1d8d26b10fab79a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8b6332641175b760a89e189ccc9168c6962c0d51",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "e097378dd5a8893eb4377c8b6cd208c14715b362",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3d72b02f1cf17f65b102110c96bc20b7e515d9ba",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "eea2458da8c363fe1dd76c4ed8367cab9f6ebef8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2feeaae263668c9f049c17bb0110cb71ff0d7256",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "14a38031da090b031ac0579c62a87baa315ab80d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d85f5c9b99799f3d879b94e5cae590918b04e896",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "045caefae0b8e7bad9fb4ef99497a53c8c22346f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "88a4fabb4a922fc1b39b31e232fac12c9d677558",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_fn.wgsl.expected.glsl",
      "new_id": "15890970f0bd4550580b348012c5b0a65f9b1549",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1feec4e38889b18bf8ee7842ee0325510def768b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "b13007c18f202b96a0b6086958b9870cfe82734c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5bed762cafc6abaf04b927e2ae86b5c54ea0c0f0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_private.wgsl.expected.glsl",
      "new_id": "3febfc997205d2ba4d5484dcaaca3d3c785e309b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0c9b34a470905e8068e41c063712a67d41e1b2dc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "216157dc26be39aa452c0fefdc9424009cb3b861",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4d052752a3e9cace2b90a85c41b3a4251fda6e07",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_storage.wgsl.expected.glsl",
      "new_id": "ed46d25db5e6965d9343a09787ee4ef1b153a9a0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "36c190b213c77cf1d12be61424df4b4501afba38",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "81f7a059fbd1a63c80f4728d1e2129452410ebf2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "76ab635f44ad0947e3cf5a61cd559853c4a10fbd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "1f7fe59c85b07fa81bbcd87c56c0f695c1ef4c55",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "dd1942e6941157315879ba22cf19446298950893",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "2aab3581526959edbde78ff429bf69f561c803f8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6620c5ba74abbe1cbf5b3b6f9604754bf5f96c1b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "adb34c1f69878e585ebcb76652d6d63fef452ee8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cdeb6b884fe8277b9ecc2a5f9af38645a8fdb363",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "d9d631a6cc99dd4ccacd150b233c4122d06282fd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f94ee95d78bba2de1b0c6235af006062f76146a8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "8774719790007cef0488e55c1326f7de347ab031",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "667c5c8e3dfd06992b58339264f9ef4630dbfe25",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "147fdfaec00680386953c8ad746f713b393b713c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ba70c621adab3ff8d16ee5292493e1687c32e5df",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "6497eeb5678b73c9839feb588c8563ec18dcfae3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d9973bd24bb7cdedabf373f8c865c4d61084b1e9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "d13b3323ffb94e4adf075ce69e8e7f986c42d62a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4937e6e32fb30c379cb73d9ff3d548dfb73c8b70",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "069ad9cb91c08117d8984d12ace4b8df8113f3e0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9177fb5000e319ce84b3318d6f6abd082e3157a0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "0bfe37190fb23cbffdd411036d7e0ecdcedbd01a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a624f7f407fbf7ab894ab6632a4d0ba6fe417a5a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "a633188430870948c0e04d6bbe769de40ea9c952",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6c3aaac2b2a90049404ff2cb69834dfa0002bc3f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "f8c4074d148a8ce167ec9696715cf629734172c5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c49544edfd5ce285a1bdde4367fa860686169529",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "176840e8e4b0c5600389a6def601fa11a9220090",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "77b3ebbff495c7b02a4d424eb6967a4d6509f823",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "3dbdbeac6ec239595e0087f6478407e9e7cf3434",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "78cb1f2c636e93049feeb751ce982f94be41b5ec",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "958888851ebac3be41d53d867d8277f977d5d916",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8da8b6464f5d8be61dd013e8d56fece23111d262",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "f0c46d688014d791299dc2a9e2f7e4a50fa99164",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3d2036eb69eda4df759e95f0adbd19699aee86c1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "73aaf0e8feadf5af5f2a109c6cc73cf9f203e0d7",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a89bf69c7fadc5d41aa17a3f616bc4bf3cbcce6c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "dc1815ec80418166f57be23f99f33195ad36c527",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6d1a68f65db7d0c03965a8b189dd1474371a8dcd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "24486cae93123e164b12561bf50f122ad99aebdb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3a861450aa8249ae841ccdc11b2b4dd36387f32e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "f86b20ad14f559478f250d14d188016946406954",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ec208e44b1e6c9ded3491aea8b7c084c246ee033",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "6e99a6e7ef2059699a131389dedc4f83facfd12a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "14b945427be6f92ec9228d3446967873f07628d5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "a4614938c0b0de13109d608b2cc86ca816f5ca6c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "df95a9b113dc1b1f1869db6466c5604328132669",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "c7f2a84c2ae1f82488a54938bfc9f100bacb93d5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6e2df12c66021ddea8de747f50c876152cbb7f26",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "70c3b2a1004583ecd43450eb8367703cc69963b4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "57b9cc25eafe29080e2cc7ce2406fb109d54481a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "a227f5377b4cc0fcbb24f20be2aaee4a0e93d680",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "533fddd86841230db4301902605e8a28b29e30b7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "d37deaba9005b5794306282cac9a313d8af22101",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e3a5c373d045f23ec458a0a413767244dac2b471",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "fbaf76127a5cb3d5ed4ba991fb10b9893b5bc039",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "38b5aed19c313e0c27be70f9a04cecb58d349e4e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "a19e2b37a347caa9d4fb0d03550797b19404c5e5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "04d1ffdc2018e9cb921e25e1a3f4761d779bf062",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "6a0b6dd6efe217d3e88dbbcbabc0b021474e7b96",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "700aa7483add1cf706cd560e118db9bc333450e1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "b18786822475f4dfba5145926e81ec4515e7351b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "cf6a0b3287b52bb0f62b1677de822f07912ea145",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "e398d97f97bdab13441d70931eaee5b80bcfb7a1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "42ad0b00bf0848b59008a480c68ab22c85a6d9b6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "ddf3c88cd53dab8753ab71f8abc4676c5fd85167",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d0b3dafd5c9e72ebd68781470bcca2a446048552",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "c2c1ee8bec4a96bb6a774fbdd54a7d0caf8bfaf2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "48bb5191137c7027fdfebc29978a3ab3d2b0bf85",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "fb85e60c876eb11d98e1c72896cc51c27eee62ad",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e3d6f83cf50015bac33f52d1eb3d11657ef544b6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "b576ccc86efd67f4a21bb4c33470cb41e9026f4d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "878a1b23d9d4e56d17ee29ff7afefe06cfe5b023",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "2cef802dda8a77b5c1f4253ce7a6f81ffaf7bebb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b7f4e97503a560a6f9bcf580706198a3aa4516e9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "b76fc0e6cfd0dc5c4f93170081946c14248a4861",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b7f4e97503a560a6f9bcf580706198a3aa4516e9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "b76fc0e6cfd0dc5c4f93170081946c14248a4861",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "79fc09c8045d18e45519ad6ff241a8ca5cfa77c6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "5be64c698951afc8769b6cdb0aa45440fb8e22b6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c416763fd2b0d9feaf6093e4e73b8e1a4cc6fdaa",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "024a978fad3699b02f8931884c71fbc951d7a7f2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e563b1495d22d32e6fcf1b29a190f07b26dba545",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "449c95fb3b62f4975420fc76656e4b493ee91407",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f450221add0ee7b440880a3d74876bb805d88b3a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "ed8ca47cb851d754352d833b4c6047ab59485af7",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f1f65c946c127b417ee139cd8f892e84f86484f6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "78ce2b7e8d9b5625fed4ac43605ab8041fa905c6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "96c8e872a57a45a9d062760bb1cee44e9c7f9b37",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "b701c64c7e250007b4b5b3f74c4659d4356660db",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8f3117fab2820d6793f67b17b54cfc7356b357d1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "f5564d4593c1d3027cacbc406c66636e48225634",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "369d66d95f4c9b8a18c9cb54c04917e1fddf55e9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "3e19801964487f0d3210cfd4ad8835d5728181d0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c1f4481ef0358ae5c10eee09754212e923ff9967",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "d62705b71df07c0d8ec82af5284501dac4a76a0b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2d104089fe8e7337d90630a1b083d8ebcbd60e5a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "8e07ad4b7f4ef39c7f44bd5623cc337771d4fc0b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "65ed9c4f53cb425b4f4297033b0b9a1bbc1edbd6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "cf217c58e7b143db5b3584f3d0f1ba09a5a743a5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "816ddeb6faa08e1b864840701798780a4541ce27",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "2e70d3078282c7d1c5b7d72e6ba80a6fbf850937",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ea198c60106bb3fb744470e3b6446ef8a4026436",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "513d8e3d52f3f2cd03c806f20c99ed38602b811f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b1ca911a1003bfe9872fce1bfc6c0e53f5628217",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "9d0d6afb10afc5f92965253becf5f707514f850f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fa83d9ad57a39da70b98638cb63abfa02f080764",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "51f02bb49e09cb38d93edc6cd4848b4d54bbc00b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5c8b02f15a0b067ba9bb588e37570e7e1d68d42e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "cb9805eac85a0fdc607753b3c672aaafbb82aa0f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5c8b02f15a0b067ba9bb588e37570e7e1d68d42e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "cb9805eac85a0fdc607753b3c672aaafbb82aa0f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9e8366a1290f2b8abaca57afd0bcd6f85601c179",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "ddcde210e5d839e2978908c10c17139a4335cd5a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bf3741b132b19f3a69ef0ca4d13c766818aaa425",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "6a56ceef1f229db1f6ea4add7fcf091330e88055",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "11c1d9f3bb7c1ee55fda2740069db0ef6d5f9006",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "33e54791b54c935494ebe10355b035b624c7a41d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "49ab4d5555695f68eacb0f5dccac406474db2e96",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "19f557be9d3217bfb3982c84b4dff2b66de6b729",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a39575e0eab5f456e15667fd27b0568e267a21fd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "934149c1eb5a4d7050d4c74f4521add48c0529ce",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "af2c64a5e378cf5e8348330ec4fc38226e5a228b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "8fd68a4a7b42153c9319305f3ea46d691d635f7a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e53a767c452293b0ebd9e3b78d95178b6000e70b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "319c76e5c5c82210bd2431f92a9c0edd41c88c82",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "cca4d15f277afdcbc025772111bc6810aee5c55b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "c9da45ab682dd35d74931f5ec478d9a986d92436",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "10965dd1d7646976e9299683a09460044f444ae1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_fn.wgsl.expected.glsl",
      "new_id": "9d5c3eb615cc8c28a597e6abacb5d61cc01c3a81",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1a9dba0bea8c424217a0a19de0d1c16d6e3160a5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "d7d4cae02f302748d5412ec787878ca3d079e675",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f8690d0e86831190ea5fb8f30ccc08d57b238077",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_private.wgsl.expected.glsl",
      "new_id": "5d5c0e221da3e2948f8c8a45b3054bcd3591111e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a58264e639ee2d1fa1c189c9cff362d05bab7788",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "07e4042e3f6c0efc85182bbc42bf2e8c18784462",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "95142dbe218e2af049058592699990f035f104e0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_storage.wgsl.expected.glsl",
      "new_id": "4bcddeeb91b2079ae3e49c695528fd2363638c1d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "64f2caebec22708b831e7ea6457f45269693bec2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "86b881af7d027e40572862acb06954346460416a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d9c14eaf2248d3d86f8c17e2458349afe57d8a35",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "d869b59a9754eec8df1e769ef203f23b706d3e52",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bface74aca7a243a46ee2f584efe141c883eb7f5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "f644a386f6e42e72a9e1f394dc467f869e5d8d72",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "621583d16a853d16c1658873c9cf8dc68b5b33d9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "fd2fd649058f62fb3cf99b25e0e7391fbbe844da",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4152a8eccf1eac8463ccff3c8e0d0a27e9d82a1a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "0689bb929347645b1d75c03bfc318368c0eb590f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bd70afbc107ec87e14cce34114d4c68c8ded9f2c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "15b1cbd8a0ec01cdec9918f0e1a741369668042e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5bac62b28799f1f491280d55b9b0c795f70c5a44",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "c8f53b5bc9e45e7caf9fb868390bebaa4debaa5a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a86c41612aba2dc00697a89b721a453b95f33318",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "987c25fec5ddbbaec2a2c1873f74b955e5ca369b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2e88c816d1f20f3ebc30b8a8485675c07975bef1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "6e23929944eee0d204146dd9dcd442a309a0f700",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "099327dd55367c7775e9f8d8d6ee1d9845e26dfd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "6fee2d0190a9cda2bf466dc0048320fb723b6827",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "89af574baaba645e0e97426a0932a2147e0e969a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "1309021ae2cf9c452672f7881d4a2e9e9790da12",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a3afc3e77b88927f7dac9225e1132ee21946a402",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "62d25fbf6c79b357b5d2d8da266ccbc815243908",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5dccaa33187db7455957b6547baa408d45d468ee",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "af7d89f7f53cc01c4c9bd506d3c33756cff3d5d6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0bd0a2b8068afafe1c2ff5cdfefada499c7b7822",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "0d2031dfe90df1bc30a3cbe082845ebf85d63b85",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "467ae9c78442bc36401ef5b39d35665abc489e6c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "977513f4a9da418902b65b35c4eded6614c09ed2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bbe6b6f167b7696fe729508cc556741a6d1208a8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "0d3270efb4e4b7f9b93219edc48de7096320c94b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "be6ed36db87f217f87b7a66eef48d90a8139f232",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "deb0049fc8b051113b0aeee9986e419a9abb4be7",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f9a3ceccfdd3931e663ab565e5c5fe17c4623364",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "657668b552ab1d46d8966fbdaf993b275d2bb4a4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "634e2da1e45a868c7831ee13b4811954cc98f1e1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "a576b9aa6ccf8ba9088f8af959fc102041ed6c47",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "01525b6b80688cbac0986e74f221b5962b708505",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "aba34991c54ce9c69f380907d97c5797388fad62",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "fb13a8ca81d5976bd10479588f1b40006a990764",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "9ffb8afe542e3cc38efd6c4d73e3049e1340823b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "be0dc56c8b98fff4b1bd372bd84b11fdfe23d700",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "1bb9f3ba8709b104ded800bc53ab5963cf80d22f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "958e7a4eb5f842d85a8b0365abb400b2720f5fb6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "ed637600c7c42e950efaa20b855e64bc55dcc702",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e18f826f3ccea355a780fca9d455b92cce566baf",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "b77da9003c4cb6abc84653922e0bb0e1b9d489f3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "87c62b78f116d8e7217300d19a7753fa63ef1a5a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "bbeafdec31a6a486f1a83b0305581558fa11e315",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "474a5f9b5aa5840ae38e5b66c5e94b5246667d98",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "043aad07b6d446d77af4b763f713dfce3bb870fc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "73956030830b21d2fd608914ad31cfbda641e0de",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "bed19f68cfb1a3e23a7d873e404e6ca447b4b58f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "963d60da14032511173ba75a3ce981b0569a6dc5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "e422aee263a3ee048e0ec10822bc471986fc091e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7f08e8c9b2b27674882c8a32b389295f5f66e3d0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "0a25ee455241240ce93a684a2b6365e8b337258f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "aae15063943967376f038f4571575f0debf26290",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "9b1bc024777efe6731f9543895eb412b338c8807",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6e2b550346ff4e4cf719b6690b7a8c0ac2fc73cc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "b50517dc773e37985d81265ef1a074007c6c822a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ffe75712025570cdc0d6108467aff2092c6c8f67",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "7a86269e1be5ba49d81f3c5553cbe018aaec6810",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "612f655cfee0c7265c05752c574ccd0b2ede9858",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "8aa290b55a8a0b3f3402abacd30c3ec62e777f0f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "52d6148fca34dd91fd2fd2538b4f3ee81bd7160d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "d97dde9ff61814a50c3df7e76d4ee1275b9ea7d2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0a00919a0469d6ba800faa3f8143f5795f3028f1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "301df4a7848fa3dae738d4eb37f3e3c39f78c288",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e827915bb3cb551a4936c6aa8be9cb0fac4beadd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "0ac2ff0f6e484f0b2779bbab0001d3a031e59207",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5ed8a2dc73eb496f4f6bd1af851a1f3831af507d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "b255892c42da55f5a776897a65c481ea82d54360",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "76db060fc8b4c2315bedb4c4f6ca1e1a3556298c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "30efe2c3c38e7066c39825f179c8e62c544ea19e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "76db060fc8b4c2315bedb4c4f6ca1e1a3556298c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "30efe2c3c38e7066c39825f179c8e62c544ea19e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fec7480ed96e28c8fe793b424d8c5f57e65e5677",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.glsl",
      "new_id": "4cb26dde5e9c1edd4b08bc4dc902d14e211034c3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9af2c6c025dbe9d9eafe5373095a0a81b612e09c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "40071670ebe8f2e5c68c40e18f637c10cc54f62a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9af2c6c025dbe9d9eafe5373095a0a81b612e09c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "40071670ebe8f2e5c68c40e18f637c10cc54f62a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "51dff88f8fe4008134707608753851c48a6391e6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_private.wgsl.expected.glsl",
      "new_id": "81a39962fd325851abd7968b86d2ff198b851db6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a843f57e582516646914367607a78b6b326fe847",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "6ac8b643bc64508b80abda0d4b7fc998e1a89fd0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a843f57e582516646914367607a78b6b326fe847",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "6ac8b643bc64508b80abda0d4b7fc998e1a89fd0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "be9e33fd8ec4361673546a3bf825bc6fb997420a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.glsl",
      "new_id": "b9556fe3986e838276ee3eba832f8b7bd9f4ea3c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "92e8a2bba36e807e8d55f536bd86c2897ea9b205",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "c53ecbf71fd2a385c59b89ab2d38246dd6dab880",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "92e8a2bba36e807e8d55f536bd86c2897ea9b205",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "c53ecbf71fd2a385c59b89ab2d38246dd6dab880",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b68ac9cf98bc7ecce6e53500b7e92599f4c76f01",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "36fe7148561e1634ef0075d9ceba27159288e514",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6b9cd1f2b241be206215472c19201a4681e31798",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "8e1a7f96669f3a2ac93e532bc6eefa91ac311488",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "603d452e5aeeb425fcf601fee57c8a4f249d16d7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "2cd8787171eb4884282eb5ef865cbc65f4575f5c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a184ab212ff5cbd6e610b006da41946ef7f6b753",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "c39ad4a0e92b1a07d5c9f8e06bbe578a76acc6f6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fcef7a053b699392f4a5b9aa12c2fbdf0ca6f432",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "d31092254a8054b58274180fe1b51a9b40eca09d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "faaa049d280f3ee34fce010867b47f56b7e9321e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "83392fe091dd5ee83c65e09e4f1b3cb3ab286e2a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fe7c8d99ec3c8a1783bee0779642034fbe146411",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "9135a379d69be329bc8181870e6615ad6c186271",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "4509d0965f66cbe2608c36cbd5f018284fdf3c06",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "c8a329276fe085a2c05cc29a1d5bf4edd9624190",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bd0f85b515107aba43a39932c6f852637b26b8aa",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "b19747a7786b7893ea24323e1ce70615abfd1836",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0e252b4a89617d8c8ddf3279e75c3e95cabd8855",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "b27c29365902bb8f5b0701a0b94aab05fa107f4c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "967523204df2b7ba99ac68ddeca7ec2df20c259e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "00517d010538fcc25112026494a2121108811405",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "32bfd5043e7e4f24d319721fdf408b0001c24a14",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "e0288e92bfc4b456412c09c40b4369771ca14072",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c45a2111abfb811f1d24be9c7c657fdb1f9612dd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "b7cef2954afcc393e28f72fe5c873614d00a21e0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a564c591485510e7b2b6cdac7e6359a95834f1ab",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "970d2f0c5b0d2150e4bea34482e4b82c1e5efe3c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ba4bfa1128f8768a60ab1305f41824ee55030560",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "9f3cfb76f166f8e98123e6730f05c5410b933ed2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "78250cb820d85441637c708486c9fa1657725b7a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "90011b3b708542fb38ce2e12bd2c54187a3eabf0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "78250cb820d85441637c708486c9fa1657725b7a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "90011b3b708542fb38ce2e12bd2c54187a3eabf0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e93c856e44f48bd42bcceebe555317e19fe0b170",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.glsl",
      "new_id": "fa2c8fa6e6def75ceb3b9fda602486604d68b40a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e3e049e0384747139c9df98bd0ad4a4797587f60",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "ee0c8047de340e38da10b5ae2efc70c2627eb964",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e3e049e0384747139c9df98bd0ad4a4797587f60",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "ee0c8047de340e38da10b5ae2efc70c2627eb964",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0f97d0af2a1b4e7955f8b5ac023feb524a54dd0d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_private.wgsl.expected.glsl",
      "new_id": "631dc3f10835750841ae556c1daa17073649b219",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "94dee069d519e4ea5d261a6a341c2bddd508dad7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "e72525183230477e20bf4508103243e388468fdb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "94dee069d519e4ea5d261a6a341c2bddd508dad7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "e72525183230477e20bf4508103243e388468fdb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cb22fd7bf7b461481eff2ee5abea1a13291086ba",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.glsl",
      "new_id": "708138067a4327f90591df38fbaf4c678bd9afde",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "27204851a5af452400985caa127ceb486adde82d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "89077bc739a0f805958c6f64f15f53ae5db011f8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "27204851a5af452400985caa127ceb486adde82d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "89077bc739a0f805958c6f64f15f53ae5db011f8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "42c2d05fa18406e7e8decb68a1747f055c16eb81",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "45204dc8bc83694a276e78192f6c681ad5e57810",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "4f914f1365523217f9575e5c40fdd9d348b61305",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "35733f285a69b03fd4d35ad518a84f4a8a4decf0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "23ed637c8594b960ab1c2217df82ce5b3a9e391d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "72fd3376898714e0e35c1ed6f640a1c8a9b6cdd9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "dbb14be3ce71a06ad91320dbb0c053f1a38d4e05",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "902c43419877056963043ee65c85829f8c4d35d1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5cc8cb49d9fcbfdd6142e3c02bfe1fc88c83ff2d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "aa981579445e7f46d407c74bd5836255e16a15e2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f7d7f437e2d1271d48762e2269015aa814ed5a2c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "e0df4387775cac113722849597ce1870614d9aae",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cf19be4a6c89912a148a160b5d4c5095afb7dd2a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "58909356baf754d0d63a4236aa031d0198dc4d3e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "45b2c19138023aa69d77d3f7d57bd7ecc5f08feb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "9cfdc1ffffac92fd60936a0af60d385cc4c58787",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d7bfaf4269e23dc7e5c691db12a452de15139b12",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_fn.wgsl.expected.glsl",
      "new_id": "15084b8c418f269a88b91f78a909f6297d4b027c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "229425a0de6c0d683e313b3e0ef4f737889ac25d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "083b9be29cc125c3c8d342e47ea025251c7508c0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "14ac18691ef738352181e3f15de03e58837fd62a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_private.wgsl.expected.glsl",
      "new_id": "679ce089f3f28f52acde21ec6d797e96b6090653",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "41c44cd4a63c0c407510529eb67f4811609e84f8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "5324c6b0aaaf1faef0e2331b2c9d19596d269cd7",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "11d5cf30fd5e5094ccb5e5bbbf59cbb6bd531444",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_storage.wgsl.expected.glsl",
      "new_id": "da40c69812b5228b75b36fe46d5d76c0f4a5a5d6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "da47e142e7bf4c3e66b789c49b75ac9ad5611ac5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "52f0e7c2b9a6b03db0e43c7f2b887c690ac48cd6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f8ce826a8c72a2494793c12ce8c7226fed2e007b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "7f3fcfc89db30595cbaadb2c0ed0403e0bf24805",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "fa6492e069bd6bfe035418195ce677d57fc40950",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "7b607cf831d09777dccf7fc19d91f208346c5d4a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "df89fe1b190ed655318515b1ee2b1d00e352a4a3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "058e72445781098887aa69c562ec8af9f4a6a718",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3a84ffabf1ea42bdfcf55117f2405d6a9ef2ba25",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "5c0e78445fea972e59f12ba3d2ec4224a702e97a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5d60f2743794dcfa97d5faafc469ec23e93d137b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "8269396b64575a71475222c2072b649006551167",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6f804740e8438b87752100ca0549c20cc157d67f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "a4f4f3b5996e3e60330d38d6ba344756001c7b70",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3a83b641a3db2ec92bd6a703ed8ff8411541bfb0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "744a1f4e2caa129633606c257da8bac92412e9c0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "695240a427034975da7d6aebcd7c01e5265d1ae4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "1e9c04de610966f57cd596984e0c55664cf2d672",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ddea1cccb32ae4a58bcca7af8c10b2dc9e54559b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "bba7f5b9f55b96ef29925f22643fa91abb031002",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fe831c2ec24274efee8ce1784ac5785afb59644e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "5035e533aa8674a03cb51f635b24ce07c59b851a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b48a3d36596825622daa7fd169d402f071bf886a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "a6a26cd79d5492b40b02215b2962570db4d757c4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6c94c30be04e5033126b6b0a97a3efaeaba47448",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "c7429a562516b22db163e12dad8cc38da180ab25",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c1c3dfd316770f67aa4a8aa81f0687edbadc9062",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "1a5804c4325c4b6526542d50205017b64c07f7fd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b90e2ba7a0a99edb2f76ed2ded17bcf84879c219",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "e702a0aaccd4b93a9be07bcafb846544587623cd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e0bd4192755e52428ec557bd0e60b3c618169155",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "7357507d11f2b01ed10a1284a8ef84a60bd236a5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "79a4210d6ebf9b48d06499205ed321fcc6424bac",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "910329105cc7215ef4e6137a0a8b807dcdd6e693",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a1236d252f2032a2249eadd505e98a82db55f44c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "f914052eda6d65906259aae42d3923efe7be9c4f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c328d8d36c50bb3f7b2069f7a8d6263ea63a2497",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "b2e398eda1be00b89280fda7af83e38eb392c3f0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4edb16906a51e94d20265437de231f263e2aa557",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "4a2e68e1365c4324fb80e8d5d01a83c38d47adba",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a085957a3058fa1158bd78b7096395778ba071d9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "065051cc3230a9cc692062717afda783478b4a24",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "44dcd6e2da71a43e01f9a4ba09653b95d857d30d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "fae60b05f489472ec6792df552ba5544210eec5f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6dfdf833f7ce82dd6f28cccd97891dca97461d11",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "535691c5e73d9f507b94770ee8f2901633f37823",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "18ae064a848f3aab30003d9d9d3137895988fbe5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "d25a0837de0c2b65e6b885f678590caeb38d9eb3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ebb613e0eeafd9f19b23a97da658f1be0c2c2900",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "f43813a6fbbb90268d05fd699baa4754454d850e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e936ef3b8776fc95a06bb3f511a832295653e576",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "65f5d27630ded82c3e4848acb6762a3b76c3936d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7ee1263f54797615bcf3819874ae87bc4740e7af",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "8b95965fb30e6b9ec6d841186169320b47b576e2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d03ec98d5919dca04191d10561263ca62b0b2988",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "4984dc2d1bd68c8df2a9bebc5320ff181fb758b0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e1f39e709008564079a320e70c85af6638793095",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "731d164d9a8eb6952f83d274ce0755e113b494fc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2d01884b65423b2d4750387b5f249c1cdd0d9273",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "b65386a76ab7e5ad683642fdd2aa882f856b1433",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "50424a598c867ab7b1424d331ce24492ce660ab8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "e7d0d177822456057d62527cdaf47a6d439a7c9e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "148683aac0ec3cb2c4e96fdc4b1c9fed3e3d38cb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "a38418064a40d076fbc9a67bbdd7d21659338628",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0687a2bb01c772fdb506dd2fd918919362d0c69f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "d8f484b310cbbf52af4f716798920ea00980925d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "28f1c6a1e5a949912b7e17b89862d98d97e90e28",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "0263740fd58d370ea7487183d9c0f14b8d943b4f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d8c0be68e621a239da91358a06053c822d6c035e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "e5638782c6e9f54d618f7fa60795094dd3365659",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3d56e6a438441bfeef24398a1ca478257b757687",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "1903662b03fc7b6b3f419f4519fb1ef185832771",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bfb887f88b64c9f3ceaddab371ecd0381d4619e1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "b2c1106a02027f6fad6c5108959fa4df021e734e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6f85a799c6c72633f3b05c848ee65fe8fa290e6f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "a5ee40249da4b0cf778eab38ba644a1c4d6f7c80",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6f85a799c6c72633f3b05c848ee65fe8fa290e6f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "a5ee40249da4b0cf778eab38ba644a1c4d6f7c80",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "26b19e21976391464dbaadec1fd11ce6d5ebae6e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.glsl",
      "new_id": "0a1bb10b48e25c5d1cfd61770cc32332584a655f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5e4abe6c7a82a582ff8f42b26a1344e0dde72ed4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "f07c9b843e572faccc66d175442c2caeb03d21f0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5e4abe6c7a82a582ff8f42b26a1344e0dde72ed4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "f07c9b843e572faccc66d175442c2caeb03d21f0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7b2d2ffbd2c972d58f4334cb7a974d2444c6a71d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_private.wgsl.expected.glsl",
      "new_id": "7dcab4589ecf3015c1e14d0fa020c37564429ac0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9aa54837ebcda6792e27fc90157103d350e07b69",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "cdec126fd7c1ba23f5208ac122979f05b9edf826",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9aa54837ebcda6792e27fc90157103d350e07b69",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "cdec126fd7c1ba23f5208ac122979f05b9edf826",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "71b8d760e3f76ed5cad7defc306072aa30972234",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.glsl",
      "new_id": "7a3341c03473dd5ab0bb870428649228cfbb1c61",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "536051b8c276191771b39e66bccc9b80a2de88a4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "c4e29fd8a9732dd16363866ada6a67ab222a917f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "536051b8c276191771b39e66bccc9b80a2de88a4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "c4e29fd8a9732dd16363866ada6a67ab222a917f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "582e84421a2a3bbd04ea81290d50fad428252c3d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "1d77f315d2a2bfb9305b86a10e13f933b0f018ff",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "35f9214c050fbefe1427f51739960c2c319c388a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "410d2f934e7719cf1e29b58481be34b2c2150d02",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0a82d6f191697f3315ead2d3e3466a150f994bb9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "e004508c8ec9f8c1a04738ecadf9c318ea5f9e4c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c37b2f3ace54093f01687d00dfdf56a01a5bc995",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "f052d1046213834a347a5d26789a44841456889f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e28865290b6ac1f56a181d500f293de0acaedd98",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "632172ad68b27f484c35b2068b8c8b36e81829a3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "91d388311c0773607131bc84979f428c2912216d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "558e528b44be74412fec87236d5ba0a9e8c99bcf",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4340be8f687ccf89d80853905d4fa708f5f9e2c2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "05e0cf9b99d697d1c04c7511710831baf6a0933c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b97af2b288886cfe9e076d2fd2799a656776d931",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "8bc2cc54c4fd988055d245b43fb046ddff8ad257",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bdb2af695656fb5d47178efea95f6e3cd6ff2ffd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "e727fec8870296c42904856d184e0137cacc467c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f50f9c5bc5d61b18f31a28780f320b038a6049f3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "6c12110719c004ec026cb7c661d22bd73ff1d8d4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8401dcc9e54ed8544391678b8502f88d5532b58b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "f86ae1e02d2060a4e143fe397c06c80755efb073",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ca988987401aa177ab3c0cf5c001886640b9a930",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "742ebb52f1ac13ac6b08c9bb299af2e9654ebc80",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "191c8e990c7646e0c7ea7232b2f40074f913275d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "33a66a2742557e8c66653c0a083adc8ed1ee7f6c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "db463a86b12875bf4283f5c9b19e3925d64bd651",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "00cc12a65b1d09e5e10b674ca4b14100a0e9ff53",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "34c51cdbe09eafc8dd9d4506346c5b7740e487b3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "d5fadbf708c6e103a549025cfb5db98d6e6ee26f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bb8bef915793fcd4dc56012ed5faabeaa4acdcea",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "66f973c0f66a29ae42070efeaf7c3246881659d8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bb8bef915793fcd4dc56012ed5faabeaa4acdcea",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "66f973c0f66a29ae42070efeaf7c3246881659d8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "373fc907e11031082fc8b3e58b40ebd48e85e871",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.glsl",
      "new_id": "a6a1e77f22c7cf3073f28fe0cceafc267e303072",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a5a028ac62b7f1d7c190d9b61fca9f2112c7a95a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "a2f66011ae20c2fe4bbf0bee4c12beb14e1ec715",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a5a028ac62b7f1d7c190d9b61fca9f2112c7a95a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "a2f66011ae20c2fe4bbf0bee4c12beb14e1ec715",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4338d1699f9cfef1a90d9af23886135458758efc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_private.wgsl.expected.glsl",
      "new_id": "ddf2db738894c146f4b0129ae88bead375be6d38",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bf6821f55cdb1ed66329afc3a4b5b229a14d17c9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "99f6e31f4244a1b16f8e9b353ccbd8e468a5dca8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bf6821f55cdb1ed66329afc3a4b5b229a14d17c9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "99f6e31f4244a1b16f8e9b353ccbd8e468a5dca8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e9c6e3e27303ed6b26d663bd84cc9abe5e933500",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.glsl",
      "new_id": "64d9d44b06c350f98fb7e76adac270128fd8b888",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e087cdbc4278e205c22c4449e1f499fe7f4742ed",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "a833e40a771b87764c23ee7d16bbf52c3bd1a431",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e087cdbc4278e205c22c4449e1f499fe7f4742ed",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "a833e40a771b87764c23ee7d16bbf52c3bd1a431",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a5df06aa20e269f3da0cc252980bdedf0475a153",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "568ff5d19b6c81f0c63dcdea8f4671e076c4d608",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e35654115e21308b26265b15ae9e09f5e49d68a4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "1683bdb283a2021622f6c04cd909ccea7de221e4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0a97cc2e88d959cffe4c5f1e5daa14e5b8e350d7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "6a90f9ce20d21d53b47f5b02cf301693e707e29e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2b89b42c0804bfb7b75c9135b886a3a0df2e336a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "75aab1ba0fa1df7be2fe63e9794083c65fa015ed",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "21a5d6dc420753bc38e46aaa54fe4d0f1d17c631",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "2dfcc87a6e490b0e8379ab0d6d7e46cf05d46a44",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8d2de903387f8f5c31190718e3fd6707551fb71a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "524e31c64064887c2663af2085907a8d52e331e9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cf943cff01e03bd67c89250a8aa0dfc268199d83",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "0e3c5cda5daff96ddc4127f986df5236e4651d3f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "84ae960f86a81387ef1df4bbe0240f8aaf2354bb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "a1c50b10dc2d965905357b773c3fe777f45843f4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3100851b7069c82d85fbc71a16c170587b411ede",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_fn.wgsl.expected.glsl",
      "new_id": "9957dc41da6a85ef5ac7f53803213257525d3565",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "af2566a76478a88a3163e8dc10347535ad798fe7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "53390381cce86ed798f73039f59b15dedfbc134e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "eb2b1d9323743b18ed6bc22dd61f726ee5021c8c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_private.wgsl.expected.glsl",
      "new_id": "ce8a2135af535510f8a70462a19b231d2bbb2435",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "119ff47c21e9d461990e4afdffd260e10f3921a7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "3cb44a44692b02e65adc8b0efb8686d1e3fc91a8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2ead927ae63be6d08aefad4f3565913632a0d0fb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_storage.wgsl.expected.glsl",
      "new_id": "edcf193f6768968b6437266aa524158334e3e282",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2ff9bf1bb56e738046cd04223aef956f77bdb311",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "6cfc623737d9f0f256cf0325a2cfc1602c7efc6f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5aa4e89e508a88607246397bce01792d205bdeaf",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "be2d9231e950e5feb95ddee0a7803107773e3f00",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9cf0597ba2c23e011f22da85dffa282b9f33f6e0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "d173e0b6be7eca36ed029791401f21dcee603492",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "84fc471f87d0f7be6272e1a19cf622dcb7b64177",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "49fc059c4511aa27cc185c9b65603892dc1beb17",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "890587b9390363eecf6e80bb3c2a0faf28f6ddb7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "09b6bba47dffd2c92e7fc8c48d70be4f311758b3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "76f233f173a9a293c77f32dac48202dacece91ad",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "8596e5b93b935506a09039924eedd94c42802933",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "35f4265b501ab89df0f5c892e6d22d446a5f34cb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "b6e49b9e66eb4c9974c9bad48636171a3914b532",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1280135c3496078503703772c35ad4e97fbf33b7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "cc730664748aced090ffbc6e1affb7e9307e05ac",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f4c3f43addca418504c7d30f1e8a3b3525dfa26a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "9aef43d638ce868957932c2197029fbffb4e1946",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2239465dba3403dd9f9d2e507b8e001a9dfa3b99",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "27be603e8c2b15c972b0b355b309a5c8989fe8af",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3e5c7a924962a75b8ad88f6a23d4fb7fac62071c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "406ea36f9c80a36a9ae31fc9fdc0e62d12db2862",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c29e42d532f8a66ab735bc88256af906b9c6049b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "9fdf4502afc4c8f51e06e8ffec66c0c375a6f62e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3494d0308c96645147f580ea60bf1f76a58f74e4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "65e36c321d88a067ec49ce5828a60780b6797ee0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "06650f47c0f76f36de0eee0ab0d7a78d231946b5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "5dbc05ce4a5462cd09389bff24f63eb20dfe7d7d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "4cf2751022ea6eda5cc369749ea68243a8b3dd5e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "e228a362454961efa1e708eec9ecdcd16c82bc3a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e6cdb85fe52704396155c13849d2cb78b8081c77",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "5def351cb150350e952a745b235fe84043d8efc3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b451ccec3a59200e077bb32caa9c64d081041d34",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "425ffa62e5582fefc5cc65835c544c1d67d8c783",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "251848c3bdc37eb4e687fdd818789bb976ab8f2b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "2ebdc683cd5a3f0930e68bbf9080cf4d4af939fc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b913bf21fd8091e5fa6a9918c13bcad0b32b708c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "745736d3a950afd354a951ff24f7fa6440f6f0d8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9cc839bdbe2b5c112d821d1464148fd4060ad32c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "ead8a164c8e0e4705c661f5da18fd996c9b63545",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "93d407b8619d64992048c50aa29db5d5c691cde9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "c1231b759efa563868603cf0df759991036564ee",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "444ef21caa20e6d8c0dcfdb1edb6c6e006ab3667",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "7e6f17a1c2715d8e1ec8ef71424240e08ff82bd3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5115e52c077c13ecc6aeb195225b5f04975834e2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "1fb56737b580d5e22a3a01839c78a84d046b3bf4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3185113095dce1b9b9f9f369d0d0ed5cfb9781c9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "d0668400856419a462b2a182440d2fb55bc68c99",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6df634551d7a3440a474dc1034bee89f1cc24362",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "b3ebfc907627e8c91aab4add2d13643f0c0e8cc2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "4a5c628b7d68e87b41ac68e4b76045ceed5cf5f7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "ece0dfb43b0ccbf7e6e64dc01cb631f74f5e2b7a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0f5b2148865617b770e9dd1e745c9ab0ebdbcce8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "a468dbeb422236113326af3d5ab7c96440628838",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1afc594e225dc7f3e75b0684976699934f9925cb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "a23b647902ee47966dd80633a8e4977b3f60a64e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a677c607a75c89386cf912a0d45167d820e3e41b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "97a8d89cd948bb87d04dee32bfee0debdc1bd059",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "84797a8edf3f527d06ecca0847828fd28c9b8d5b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "d2ea2a8f8149448857d52894880085eba05a2573",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d96d4d046ab27f9cb9b31a35a8ff16e154a03e2d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "79368eea34471da3647101765b47034b26d7869c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c4fad45c2c086d510d3eba46919f36fedf045357",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "c3fa54ffadd42f49f459e0b139e0ce3a07bbc516",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a2615896e80179b548ed4435d7cffa06ab70fc01",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "54eed82533db2101d555f17fc8508717516faef8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a0edfa004b436feaa1760a09e945ce2b22615b81",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "40352edfa65946575f0d9b02c244f139d10577ae",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fbc5ed1a73aff06070342c0a2bfc88a231cb3a57",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "66c8b7cd611d0cc315a8474971d9b4a2e9f87b53",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "7d32f62f3bef0d4d0253505b88e2395d00258678",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "fcc533b316aaae30de056c5ec4a7860c93d6181e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "97c586e6cb30a44b21c3f21298ad6671508a34c7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "3ecb2da7713ddab9cd9eb529988f8b545c61a1d0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8f6b39693440c5e3175800fb25813d8d6b722e10",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "dd04e5f667e48c61edcd78b55c151d15335ffd84",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8f6b39693440c5e3175800fb25813d8d6b722e10",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "dd04e5f667e48c61edcd78b55c151d15335ffd84",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "472fa8bbbcf2f3f86674d3d6d0b4daefdb7a0444",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.glsl",
      "new_id": "152f0912557a0ce565fcd4bfff291bd06281c8a2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "41f1437cd585cdb2aa3965910a00dcd366efdbbb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "92603a9cfb547066962eea0d8ae1ff8547785e27",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "41f1437cd585cdb2aa3965910a00dcd366efdbbb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "92603a9cfb547066962eea0d8ae1ff8547785e27",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6a2640f4af1e754c1ea4322d41a39bcfce4358eb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_private.wgsl.expected.glsl",
      "new_id": "2aa4405df524ade8abfbed4e5a51bbaeb401dc83",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "00f587c811f6219719c25e304fb2e03ce90588c6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "6fa3043d1777b85d7c3fc6a88250c66b48f64d68",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "00f587c811f6219719c25e304fb2e03ce90588c6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "6fa3043d1777b85d7c3fc6a88250c66b48f64d68",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5f471f976a9ec3d722c4d935bb72433bd36f630b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.glsl",
      "new_id": "26e20d2bb732338ee513829db39d4a2a33ead505",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "84bc00834463f865bf0de5b3ce86ccc4b4fd2289",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "f65181a7ef66bb9ca11f8556259c0956b8bdf0a0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "84bc00834463f865bf0de5b3ce86ccc4b4fd2289",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "f65181a7ef66bb9ca11f8556259c0956b8bdf0a0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6b2be9bd7575cbca8ef8745cea0f44f4a2a15716",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "26b5581413ab752ae605b346fcfd3963a64b0983",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3ca97c1c15a88144887814b42dedba122565af17",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "a12f08632b7217e16dcc8e28ebef144b1ab5cd47",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "676f72a1acb0e162e4eec3ffdf131a17da18441d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "183f59c0ade45db3ecd007049390a3d26cb8d4fe",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "879797f505511fb57f44868351925d7975e9d311",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "886b8d1396fce7e7da0311c3c8f195278718d12e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "77d1a2bc4bded71c073327d6f5750f65dd755166",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "c6fdeef06e2889ae246e39ebced07c8280ded567",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ec7d8b189b26e134cf3fcfce1d5ceed677a2adf7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "06438225dc8ec66a273bbcbd73f654a1d0c269ea",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7b0d2c1795303778972f1f6c5f756d4d03caf2fd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "b6bea73c12a386f31225207a8d8ec953fecda793",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "86af7018a5f2fa29d332c7f8842d3e0324b96d2b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "84cf01c1257e258ecbaa4812a4b20a7751754e17",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "07d01c6ea151e6908922b8448c43c4bd6dbc460c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "2f15317efe50e02ae6337fbf44c38e25a7e29ed3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6d164912e53cdf3e5c0ced8ecc3b53957b0e5035",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "791513340d71fba5bd17d6a341252ed84016e0c2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "36a0f1eb422c89680aff9fdc95a11da5b963322e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "effff7fece6bf6716ae32091bb9ee5359b61c0be",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "acaf44e0e3eb68d1e31e0546d150394752c41a30",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "764b4242149fbe992e2de38f1317a41bfd850726",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ed9047009afe8fbd41c9cde97af690e0a620a487",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "3990c8321b1afe20d92df8a92f307ba0a531f2ae",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d46c46d032c43163c437d70f3aaae8d6ba9c3261",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "b9ffe59402a8ed225013042ee27c54219103f467",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b53dcb5cef8124829e00a5b73f86a94b1389cd1e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "91dd86e474dcc1d56a1cc04e63485ee9b4f5232c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "52872ebc6eb67868ad9f39968958df876ca8e4a9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "168dbce31a103229c2622134cf711bf6e9e85816",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "52872ebc6eb67868ad9f39968958df876ca8e4a9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "168dbce31a103229c2622134cf711bf6e9e85816",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ea6ee3af2319ddb56e610153f2eed0dab9909f3d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.glsl",
      "new_id": "f5ac96be1be42a3f96cf21766dfcd24ef354087a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "106ca116d17fbed45693180dfeb961cb5e8f25c3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "8412c38ff4c9a0953744549205be35d6b57b76b6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "106ca116d17fbed45693180dfeb961cb5e8f25c3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "8412c38ff4c9a0953744549205be35d6b57b76b6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ada28a666fc9ba11d3a1fa11a4ab4102965fe64b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_private.wgsl.expected.glsl",
      "new_id": "aa389723ee325e41bfa06cc4064892c23847180d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ffb836973e3fd7c6024487f086fe6cd2d96d7b74",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "f01bec66a8ba991910f8caccfabeb891d8537fc9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ffb836973e3fd7c6024487f086fe6cd2d96d7b74",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "f01bec66a8ba991910f8caccfabeb891d8537fc9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e0f16ac137150bcecef2f6977b3f9a614c787aeb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.glsl",
      "new_id": "aa7f9c3ca16a259f247a1264744e88e0bb215b5e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "340d94ad7a5a0e0c5d8b17d01da803bf117bb80f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "c2f0aed022e66a5fd78ce542b4e38797d02cae1a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "340d94ad7a5a0e0c5d8b17d01da803bf117bb80f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "c2f0aed022e66a5fd78ce542b4e38797d02cae1a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7631fd91b2f79a56b8bd232d0fbdd878e38a072d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "ab64d05e5913a878b32848b97618c478072feb4d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d3aec94886f538c904637965693405cecc97076d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "839c26a87f314dc10bf33acc2bc58709327f941f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d67b74e60e042d9720f6745d68fc4e4fd2042589",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "a5a2f90ce7a5666f0744bcfc4aabe7ed80d22675",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d5c04ae821156bdf69334ca5ba1cd3f100307b44",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "e69b0172d72454eafe984c5193620fa991d864da",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "01bf54aa0a6d86aaeb2f046f83813430db87a283",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "995f1721131da0a13e5238247969935600e64668",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8688d767e8ef0eaca4607eec78a619ed3e5b191b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "411bed63eee0fbca414c89e70f13cc9f021f42fb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "24175c2f56f3f7f19aa7895abfe4f76232bf72a8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "cb5bba0aeb40711c459dba64fbd0cbb48145218f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "91f9305af04d87519e0bb1d33f64c91fe8200a5f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "a89de2312d45367d371a70a093f37b79f41f33e5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "51b60e9a5c76225bb9bdc69dd2200882ea01dc45",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_fn.wgsl.expected.glsl",
      "new_id": "747fe9dd4c27ca9a1bce4c9ca6ce162077e5c88f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f6d6f2c707b4c8fa90f31f2cd980699e701152d5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "97bbe098c35b5afd464772d33005b7b78bf49637",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c0300d2eb299afb56022012a29b89069e61f89f4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_private.wgsl.expected.glsl",
      "new_id": "dbd1e2cfae3ed79566a52364ee55462c068f509c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "cd290c8d69504e3f9a685185ffee178691b459b5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "7d162e1ba0d7342bc6b6fe4b4722023537a645ed",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6997413e343109741f120ce3ec46fac982b6906f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_storage.wgsl.expected.glsl",
      "new_id": "e2749adfdf1bb6a98d9e3dc67485d234e7d54a09",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "fd758c509b6ec74213262019b0f390cbe044fb2d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "3ac407b8e85ae99e42a7d809346cd12ca17e9012",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "decc074da45566fa28fffea17702362da758288a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "99c55bcc198556b0a315b158e641fd58af04cd27",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e67aada05cbe0b0afe3730582d391b7ad99c41c9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "826b9170da5015bb49beeb43a0c98c907cdf3724",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "72a3f4bf52195bcdd66e7eb52824ed4a868df737",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "ed6c07798a553089a8132fe372fea031b09f211f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "209283a1bda78edd113a4f218badabf9da3e9b73",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "f969c22555df2201526b167321d1ce61499d1eb8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "81542cce535f8020e02efb181a6d656b9badbd06",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "9e7847e90ed6ef2d278cb74a6ae0c34edbbd54a9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "13ccb4c40cbbce849a2f8751d722f1b113268c9a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "23c7b3880a40d0fc1425e38d96a283b4c04f1286",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f35867793cd158adbc7c75f9ec8400632ba25694",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "573709d7775c2d41ca4d00b16935ab102ff51968",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d5ddfd7749115ff0e87af07d6dee369fa53f68ca",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "8b4e7efcd398f17a6150a9a35592c1e469e1b433",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6a7462361e93270ba1a9a60d313df0d885bc720e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "2a2c45bbc5a447175e9de80b97836adfa8003a22",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6946a1e56740f70b598e50b1604eb4130b24a342",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "f21c5e51d9c4970decb3473b0e3b7f2388f03297",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ab4001be5b9c6d687eaed8ba4dd9ae67dd9c489b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "e5da9b68d2bcec1e4306a9b0ec157816c2806bbb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a059479d3291f793d06271406cd316cf5d51bf0b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "d26b2fb69b7b627447a30d12f5cf0dc8e44f7b3a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fed98ff2dfe34b85037deadddc63da4b9e2feb38",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "14ad68377cd54621b2c50a27cc4c71f2522e6f14",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "115e908b494618e195bb27c71340ed9a9f7fcfca",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "de02075f1e9365ca1de8c33146702236e914c13a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f2f5661dcccb837fab6ce724f6280b98acab48aa",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "969b1a7cebb84027e64cbeb368b080c31d7234f0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "28d9a2fc4d91794bcac2dd946755ace0f49d5dd7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "3a6db11e65cfa69b8f7c239e01b62692f80ca91d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e542c9d1aaa93eb80a923ff0a5902d0f46188320",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "902f1d578f3bc3299d6cb83c6d819a7654df445d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "56dbcc790f09de9b28620a886e4f73f57de824d4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "eb76e193d60e949faf7c26d841a3e3b3225eb3a1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "82c0e602eb213bff95c12889960cb5822d85c395",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "5713354676ddcdbec03a7d01267e4448cfe90517",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "042050fe9791c19ae4d468df740a86fdd8e274b6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "63ac0c827a98acdad9878c85852d44388f644ce5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7bc80f74de663918be43e3fd416837cca7495638",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "c3205dd073d4ced1e7ccb43ada8d38b6d45c886b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cb80399bf42b32030be8051171c4e3eabba74b3d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "05d480fc6daeeba1a27731581fdebea05900f61d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5bf60a6ca1473b68aeaa68cd60bc8f7fa06dc5c7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "9765e149770f9e8a85ed0bd00519f43d20ebb24f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f5a05ccf1da96c8c2ad8a4b0431642c75c8aa7c1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "a0bbe44b59cd75ed374a6026ecf3b722310c50e9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d96d654d12aa6be532dc23efa48925c5c19d4208",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "89e333258d931967ad725e54b33e379e96e07063",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8dfd137a744af7fd959e44cde3fd88b25c6fbb31",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "27e10b851c4e8d3587a7e7e268f2d181dc984d0f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "cdacab7cba37ec5366a8a7825ed0eb0bc21a9562",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "f7969da1acaa192529d0a92ca588ff101d505e68",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7eb38a5233e15442d5ae1c7c4cb73e1bddba1165",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "0f619d825dbad327fe1944c69e2c4872e76f5a31",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "594aee452917717b1cc5eab2f18f8b2bd1c2db1d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "8a781ef11ebb1548f67d02fcd966f11b301a9f9b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "85f79e983bfbf08e195667e279f1f51a148e3f9d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "00df887b98ba5b165d63241ead6c5e72eda0ea8c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f55a91f3551fd5c63b2129c34ecb3f3b2f41c205",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "eaed48b003d866e643b8546d0653e979483cb86c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4e995de9d3a70d8342a2ef73af3466a9eca869b1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "c7c297c6048e845ccf4b04ddd0a65308d1ad818b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bf56b54ed8ddea1633474b06931fe3fbc4aa4a92",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "8fe2b7c7f0063ca9b0791878bb909ff9921c1da1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d5008e7ebb207ed534b3580a4fbce653661212b9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "5852630011ee34414eefd87a54b638cfba42025b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "27319b36dbea1ba6be45ba74b2d29ef7c69c246d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "2e2643fdd2f038d10eaaeae1eee4a217046d5c4e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "775114fd0a00c4ee81234a6cb0a994a3037344c6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "659c656c1900bcdf4c854e031b4cf07be754d73f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2088d9152941d94075701dc5ce1714cbe3468077",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "53b26b15c59c10049f41c665136370af6022107c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "db09951a182575c404324ca015c01bf7892990a3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "55f7bd9d5c07775cd6b82f34f5021fa1f621b7e8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c19fe538a0cdbef2e5c8641bef8f78473b172310",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "9dca5eaeea08ec1e17826a39e665b2ffe06390b8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e49271ae99df8f02060eaed8cc9e23b548c79153",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "14c1c0951ed18ce5409caaefbfe1c21db4f97a53",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "7931dce28c41c8d718977eb61ce6cecbc071d3e1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "b37bb51af2e96a2aa3000c8a6306c7126e117378",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "814b9368dee29e83b4ee84997720d2e90d8222a6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "8f20a5ca2929fee2c553dd4489447d3c22672f1d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "958bec05c80db3a22650ede496b543160ca6522c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "aa3c480fdb369568cf95cfde8cc0a45a19c76d53",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8a1bfa6079d411b8a783fb5ed5f3e2a4641fe6ed",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "671979bfafdc616ec6d12507bd1b995551e15bbf",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "dea6c60c28f139deeba1697168bc7c62d82f3515",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "2d3d26bdf3c5c80c4ef64be8ef6cf94128e3e9bc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bc8f65f41cbe2468bf4d9e42e537a0b8ff8307f0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "7f63c78b7bd6685476dc4b05cb6263632d003651",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f37920c2b49a6311deeea1050329dd2c73700f03",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "cbfe14c98573ea26aeeae9d10d98374bc17ac4ab",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5f1562773efd296f7b528afd759eb64525ff2446",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "0df8833276f33184aa358585d116c0c55bfba270",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c573f84332d2604d072c7a0c41863ecdd49bbb44",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "e73ace5caf79f8d7f5f8b97fbae5ce8dc48c9292",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f158b355e7a8cfb5127ca6f0682d4e6c3229951c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "d3fc3c8aa76371a61ab5ce29b33d220be4a3c55e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e1adb1c7f11c166aa6e4adf770929195e356694e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "d619f2613165d171ba69a84b4060ff9e75e7b7dc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "49b7470e7224f0cc2863bb49e3eb4a073e6c0ff4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "2ea153fe67081d7ce1994c48e6c5265c3717d93a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6dad957deeb03f8befe4bdf71da485c460e76499",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "63baa86beec843cdc8dd0b252a409478dc06c5d4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "989346fb0fec50528edd0291bf25fda23e7c15f3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "d2b78aa56b0092f32c5c26dfb9515114859a2c5e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1ea5b5671b0b8076daadce7c418a5a835809ab1e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "418d65295966f353a2d4ff9d2ec5bdba83eaaf55",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e65bf646892a4674e2d2ee5aebf9ac4f308b0db4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "4bc67e25193afcb25627d1fc39f14b4043accbcc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3ea8ec2c341d191326798a2ff1655ec294228d8b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "40666e514406eaaaaf07115701a13ccc12a5a182",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "032076414a7fbd2ead9b04f6fe39104f48079e95",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_fn.wgsl.expected.glsl",
      "new_id": "cf90fff4d02f12fc868f582ec5aec8b65a9a83d6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "dc5932f4afc6a277d77698c6785e5335da7a98bd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "3269b92901fc1ea3f13a3763c375b094adb16993",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "29d81cebf106781ff4b7791c81c354e45c7322ad",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_private.wgsl.expected.glsl",
      "new_id": "be887ed1eb3662c8a811069892219aa91cf95aba",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a1ef4f3e0536036922f03b90be5bad5f8410707c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "d8945e1481c16f625f2d79404af8c209c9420288",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5ecca9a4bc0bd8c9d31bf4c890bd9f6e6976911e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_storage.wgsl.expected.glsl",
      "new_id": "bc0c417cf004ca845b72265e8064ea48a6a5d517",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8122286c4420c4a088827ca70dc5650a3adea804",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "8634e18dceb3d447d5b4d86715a6c26c09ff2b14",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "37bc2f0d38ca022bc1c59dd8e704c2c5003b32fc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "b5ebb73aaf5b675534647800c5b1261a02613801",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5558262acb936748692d9fd1db5ff44a9b87d400",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "268c590abffbb364dbddf90da6d8938938520ba3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5a11c9a27fd74030f63028aca592d7584cdc6fc4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "8af69de304a84947879d9a6fc258460720d888b7",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e956f07c4d60e0296309ac55d878a737073e858a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "65f1ffd8e2285d378c4a3c8037817f467f9cabcc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e7a843ff0e8fc68975d03ab4c8da70cd2177a43b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "d88e6ce4fffdc2f1deda51840984f27123aa7a6e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e65ae9c4a7a04e02d072119193308d10361a8dec",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "8524551d854862c38c62f819c2d361807cbdf307",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6905c247468219ca52b7c250b806d8de3c2a3c2b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "3b7176fb7d13895adaf0dfb39abd489cfc713a00",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8db96ba1436614e92a20c2de0282ef6de65636a2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "d294dd88068eb9ca349eb3bbbd6794d57da49afe",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "467be683106513a0b758ddfaf6942c828e7c16a4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "1f0c61c4f5792313e685f3d3ac4124ba08de36e9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a899f34d1c56f2060231a48c158c0339d3903b48",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "379d646bc19305b7d33cab94cb5b2acc7615c7a2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5e5d0df61cee4c93ee22fc827710b7d791a550cc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "8cfa5c14c8380bbfb4c10703071d5148930494b7",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9e620c116f7574bde238ba25b151d336b99e3b89",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "cee2ecaa1943928b6a38cc67260e00e95708045c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fae1ead2c4b8f09fbb430c82d727357e80bc9329",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "4875f09aabfda183078107c4f9ad272ed93b4687",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f144b1553a0ede3b6c966b72df0b06c42684e65e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "26ccf8fef169511bb484dd52dff51e152375f4bb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e480f15850af87555d22ebccd0d579bc2f85f3fc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "0892d7ffd588aad42b28d949899ff94fa2eb93a8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bac0bdbe5ad87727f5d52eb22ce6ba6dacf4cf14",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "75318f19ec9bea5f0c81a5988d2b39140f9e548f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f5af34f4e9aec52bea4ff7f4bb2885ec8a245481",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "124fa3b521da91b8bc33bfe4dd120d21c7fbae42",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e7e452537b9e3654b27a6578b7e76fc681d9ba9f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "afd8713dc1d2efeb56aeaee094f48452a18ae994",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9a209489b862e8abaf494929288b907348ce2cf9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "61ca334cb94ca9736a7ab7d5f3b5c0612ac632e4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8e75671a7f905500dafce56051bad42f112f9677",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "d66b6136e7e5d3e3b54c03a63f3e5847cef45ceb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "08bde5afc291b144535286713cd4f0c54c3a1757",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "780b0100323f141cc61121f0a19b7ab514d7e642",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "76bb4472522da75537739625d7e844f73848beb8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "15cbe2e837e745ffc0197ce06267567c3efed9a1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8931725ba6ac8eeb748ac96abeb5ab6f39131dae",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "3b291519df6fa1d41397413975816c1b4d05ae1e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "52152312f49deb8c1394f52c178a228f192dd80e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "c9c2b40ca26f4b7dbb14101c0d89d24edc271536",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "7f7f84ecb270d1cba5f9051e04ef07b5ed3b1e90",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "bf245c137b5a866432f55efe419b43dd1fdbe348",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "193efe50a8ca73c1a156b6aeeaccb6e3f62199c5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "7a2212263e7eb11d423813d752d326a1115032eb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "79f82e5484f6ab9abf5386aacfd4a18da4d9ea4e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "e2420e9367f6f928347aebf10474aae878fd0cae",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "71814ddae0267db80452bf5cb3bd76c0644218c0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "0be983d9d7ee68aca909ba00f95e6651a5b3a1a2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0a6775f1b27d1bfaf12be315dc75533d0d761d90",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "3319b62582052eaf700aacf9699f0a35c261803a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a610050e8c97c5a031646fc34c6f6b39fc95adaa",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "6bff5cfbff7e68fa42a2e6716be6fdfbc9585de8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d980a1bdf36dddc77ca72001f29863fedda0039d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "9fe40dc22980bc433aa01c2f171e8dcdbd135579",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "821e322f53c1b366000ed271cdf2a7862f1eacd7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "8c29deff4ef17eb1998b38925871b1fa30a9739c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6b5e6b9ed2935159e01bec5fecbc85dbef808f43",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "da78782202e4bc37df56ef7345496988fa9cdd81",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6cde945597ab6ef3f8ced18c19f05be86ee1be74",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "b91370815c6988d31f70e2757a89c8acf75c3327",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9639073ff8d8b35cc97a10ee2cc37241aa64cfae",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "19e1b85efe4f2638ac87eb085e3c700dd7e49816",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9d29307c5985880a65740711bbbf3028dbfa8f5f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "43a6eac0d121cb9aca5381aba34cfe8d36d7bcaa",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "73d822f26b3b29b9c0f07f30f6d8668b8cd208c2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "1a412f7dfed852770d68c842b5097ef069fb0eda",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "943d16c9a9d5d5fe6de80d47b09e71e8a2b40f01",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "adb16c6ab58a3e3b86a624e01153b6510e33afe5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8a235a0d4fdace990ec4ab74a2b6a8921766255d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "c9ba3d67a1be7081773a3d29237fda000b6077a0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9433f71c56f0e5ec04795309c803a5b3e75150c3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "f95375496d97b159c89ac2fcdb9d48e46e1f20b1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6479f9ded8658b23567c1a465ea0c20e143b1f69",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "863ddd887635dd7d5475fb31f2a4e9f3054ed84b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1684f94a23f13b65dc2d2881574662ab6da82ec7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "27b2fafd3c52471134f12d187ab4217508048dd3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "156891c5a7fc89cf1938c765c0c78408437635ea",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "692e15cb194a03653b0f0095f3afc7c470d70311",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cb61fb3c2cd613c54a3c25e0940b2a3ca30b1a74",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "67079717efb208ea27514a5596c545d95f4bc53a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "89f54aa80213a43338f5ab128fae5230b5192d21",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "4ba119351894c65802a3fe27bdf637ef337cfe76",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b9308d08427d33866f42972d5f3c687125deb6c9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "88304a8e97058b03ca4b8ac0fca1c7c7e8d9a94f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "7fd3be3619c731730cbc8016b1ee1cce2ea53f42",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "7c63e89b492a09137dd2e1e4a4d3e3fbea1f4785",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f216db81a9c156b88543d71816db438b60cf79ae",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "4db928477a1bf3788e325d2afb74e293a4d25c41",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "132daa444171fef0437e0628a35becd1068f6ce9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "5addd5be8acb84e4467b88e8f9d57b49dd53d1fd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "23f969cc0a54d570085509837cfd374e35359f38",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "f8825440307933168415902a12adc6235248737f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "55a110d9b5e4aadefd60513045acde7794ab56e8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "3877e29e6382ddb7b876fb0944c6906235c43627",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "030ec4627262a5b9a83290a345af091ffb999d0e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "751dd09b21b1f32a8493f43cea84fb72acfdc1fd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5fa513946a4a935fea31f01597522f55ba6e79f9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "1bf8628d545ea1e6ffc10a4499b1bcfebd63884c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b014c9a2471fe638998252d5f398b42b650dc078",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "182a0c6a880e5c34461f79fc756611fefa534dc4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c57b1ce096625ed42991832f01f949226d90134c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "43a3e23401e4df202ebf37cad984f2bc36f2492b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f55c9eeb1f69f12e03e97f0982d15887895f40b1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "e4ce5ae39b6d2fc41e1e497d35800138b2b06b1a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6a80159192facfe6768a8c2f6689b2457d260768",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "86bb48a431171f66f3995b82f7449ab8fe2fb5f8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "305851e6d55daba3e54980c6e4a574b26084f116",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_fn.wgsl.expected.glsl",
      "new_id": "1ff753c8b8c6a888ef7360c1f28d8e557cadc071",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "120fd35dcebf7f753a19917d16ba884fe6e85fc1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "6ed545fc31392893829e2976baaf430086d82c71",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e6a11324acbe353ca2348003c99f592811c7071c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_private.wgsl.expected.glsl",
      "new_id": "0ff9f1dccd47d05a52196127ea1f97ee96046dfd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3040b0c33d4b852003a32499a2555635e2fbd784",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "560d4a54113989333a5494ca02bf990f1487b72b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "031d899b12922730ccda21753ebf1518d493f160",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_storage.wgsl.expected.glsl",
      "new_id": "5bdc9431e62f77fadf9885c21394fd3e66cf7b61",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b76a7976f2ed6ed9fd422c773c56ae4280187b66",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "6331bb78a9252cceae28e45345192d1bdd0f7250",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "75be4b7e1eb539c365bb15d153078532e6181175",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "4cbd1c86f3b952ded7ca20ad496aa798c308c535",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "4d0aff1c62e406b4c3f937fcd6cb3512ee3fa00e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "4804b92dad566ba0e3bf4b5135fcc0e51cd0219a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "53362358b1d89d779aca0d8e5c3edf5c0789e438",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "9b1af57ae587300c3beebe5280cb5932df4f9591",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "09042ef4b2eb898a05d5bd2f810c1e635bb7e089",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "a238e8d0fbb332244e78f38aa6eed0129491d4f9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d1ff4f7b51718d77c30dc7eb1b1abe7666ffe71c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "8ff827ec8df7b5469b2bf2a87cf82c97d195bb23",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "67daad412e9154302a3f875fb8c266902a328f79",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl",
      "new_id": "ef1eecd258162765718b8b97ee69cde616e71473",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/static_index_via_ptr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fa9143bfa769ea6161b2b52288bf32d693e82bf8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "3cc5a46c439c0fd123b07c325a6cb81e840fc1e0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8a02408b08fabc6258b8cf8df57b113109cdcfb2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "e78be6e26f386e4f400673581ed9f74d4771a346",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1e1fc2a8332b8fc975b6317debf3850d02ad04bb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_builtin.wgsl.expected.fxc.hlsl",
      "new_id": "7f5ae48a428f2c97cbfee25f07017353aaac7552",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_builtin.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9b9c2e89c5048bb5bb19cba5b48800bd52a63170",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_builtin.wgsl.expected.glsl",
      "new_id": "0684ef1b8507dd36ac49274ddb16fabbc30a0636",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "968c11453e3e4644d54419dfdcb4f8a89dff7d21",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "8b7c17c2457e3f0950feff5c3df0b906c72960d0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "63bd5e4b786d7d78a097b4ba5719157d43b058df",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.fxc.hlsl",
      "new_id": "5924bca0371a5bd7afc933794d23e26ba83ab928",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8dbbd63a02599e042693836ec4a6ed0bd115e5a2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.glsl",
      "new_id": "466e8daed2a5e41f40f48128d37ef91201dc9fb4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f0ac7a8be49606a08e3f938d5432f5d3ae204ceb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "bfc3b1e99b2278dae2afbfece2c8e2f4f7ed8fed",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4c3fa358ce659096d294fbe2f82a57fe72567ae8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_private.wgsl.expected.fxc.hlsl",
      "new_id": "ab452838f23af0a80c448bbae3c31e929754b4fc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_private.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d3b8acb057acc03616ffdea44f5fe611116fc30b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_private.wgsl.expected.glsl",
      "new_id": "48537ebee2cedbe6c525caf98073a4f48c59a6e2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b290e9d300108c078d0a6cc0421817821f0e2036",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "32fab2154c01c48b02422848864f8371a60bb0eb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "740bd5144e1ceff14d267b1a003b1f04c7ac49bf",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_storage.wgsl.expected.fxc.hlsl",
      "new_id": "bceb8e1d6b43ba125c31e6bc847ba624b7eefd1c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_storage.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "51f6807ead2b878679ab4659cea0125d19beac6e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_storage.wgsl.expected.glsl",
      "new_id": "6aa2b43cc997e2b1649a0b09ba1172962a1796a4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f64739c28d366c7ff44c029a21e4a4381504aa15",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "66815188e737172f1d02c18bdbabf4d08d9912f4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d5a76397405e1c65f3500aa46cb1f67238f52c42",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.fxc.hlsl",
      "new_id": "3ec77d7451a8d0b7f7ee29fd4cfd987e968cca85",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "68b01ff0f30e234d83e63e24051e6b5f1184c7c4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.glsl",
      "new_id": "98f6656f5461f5aaebd6e40334e0c0b50b605042",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0d0bc328885522b3938a8c04ad3e13a0e52ac76f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "8d0d3e19203f46c2764ca0ab1d5b774193adf66b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5c707b658900ba87a700b12c8b1320d7e9344268",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "862ab8e21bbe61f089d99445d5778ebaaa1f225a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "30db1d653cddbf7a5cc73ebbaf5efcb1214193cd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "46c6f8b79332c084e10b001da2e472a077eb55fa",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "515fdae799f331d18df92eaec36a51e08bde0277",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "a3ffd511345af8ee8b87a8696e3b878ed912d7c4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "25be09c38b43ea0ae4983533383b76986a836d3e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "c16cc1aff939b85704794dd1dd06a06859c37613",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f0cfc3ea20f58b9b5795ab0a097969b0cbc049f8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "6359f4a260d890e722e7cf69c25717cd955a42cd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8dd4f2bf244c1257cdc34e4f355260260b914721",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "80a7ef0219584dbb3de67d5e4312fe47c310f0d5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5b077a9cd7bca00d6606c809a45448b4a14060a0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_fn.wgsl.expected.glsl",
      "new_id": "1ff98d4ef8e2787d14146eff595817e0d226b612",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0865febfed7e2db51435ac0368fcccde89838f1c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "7ffc30c604444eaf1cf6dac62aced38fdb85b9ce",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0628edbe3685155684df46750f354ffea9b9c858",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_private.wgsl.expected.glsl",
      "new_id": "b0c25f63a5f9c084d09678dc2e17fa91c265e50e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2ecf53e8b31dda67903048b2286f9bc1fbb33ca6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "3363a1c840baee7d7791d9065a2005365111889e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "02faf58c466399144435a3b03b7004389bbd4a4c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_storage.wgsl.expected.glsl",
      "new_id": "cb6308745260ecf5e11f484cb17a823d00892b61",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f2d9a81b513d2d6b85fcfa1970a3af4a0536d6ab",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "09f273d84d86dd560bc49e63bb85d92a1cad78fc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "20e65f86251c34678fa8afda289d510fffaf08c5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "5fa1d5ba1cf793f5a3cf8e3832a412082b496d93",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9b06e5f525949afac7e9d4b0392d35d2f19b7bc5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "c06e5bad37885d900f4c9c523cf9a139632ea82e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e021382b3e9cdcd714e11441bfc38b6848b62353",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl",
      "new_id": "8f77c6067b59d5ac6ff5705d7de8b814c7bb4ea1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/dynamic_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "50e942bcc873a7ab55ec75cc2671c5303963081b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl",
      "new_id": "599634d2c01bc4071540077d4d4237d9c664a04c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/static_index_via_ptr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bb922cdfd3f9b21aa3e57ae1f93b54798487c196",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/static_index_via_ptr.wgsl.expected.glsl",
      "new_id": "ccdb6b12b4c2a31f4a41e197451c6115ba43d14b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/static_index_via_ptr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "76531e22ee3ae9a5a8b1305d3c1d511304685263",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_builtin.wgsl.expected.dxc.hlsl",
      "new_id": "c5a08a2a471555df489150c304af20a841486fc8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_builtin.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "84dc9a185a3063310f665df293f7d58267d2cb90",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_builtin.wgsl.expected.glsl",
      "new_id": "697615858b3ad7d6f23b03fc198ef2a249ceb984",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_builtin.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6e30772305215f267f3f72ac2cc48d302dc2583d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_fn.wgsl.expected.dxc.hlsl",
      "new_id": "c31482e75fdff5fbc98fab5e8bd52942fa85dd34",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_fn.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f18cf1b0c1df49dee142450ef4faa98984054c9b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_fn.wgsl.expected.glsl",
      "new_id": "4fa8056f4eabef57221a7ce27a172d45d63bca4b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_fn.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0c17318f45e4cd4089cf429af0d1d99089c59779",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_private.wgsl.expected.dxc.hlsl",
      "new_id": "e82b4395147ebba84282e9dc1430cde2ece1db0a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_private.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9aab4572f4f3529e21a6ce3b8ffbf329926e0d42",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_private.wgsl.expected.glsl",
      "new_id": "364a3fb990c6116c4003db4a87d9fce1f5df41b9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_private.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0b5d89d610e04e1510f8e30b4ae5e65e124ce153",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_storage.wgsl.expected.dxc.hlsl",
      "new_id": "0cc02bdfad89354b243cff145bf7186569474cbd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_storage.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "243d0e7fa671c89b5619066757f05d3a6489d861",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_storage.wgsl.expected.glsl",
      "new_id": "df6babb14c8c0f2f5edafb73a87f5e39ccdbd9c3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_storage.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "3be77ce8891873cfa0cd9adab167593588e65146",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "369d8dd815d70e21ca24d7b7defde513c6790e6c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "633c7d9d0401b719ae1021bb9db2298a203638a1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_workgroup.wgsl.expected.glsl",
      "new_id": "bebcacf831de27dd6f663ad8e851d9c5878229c3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_workgroup.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f09e12783f5e1060a71d6795043bd68ee1a07335",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x2_f16.wgsl.expected.dxc.hlsl",
      "new_id": "3110bd0254790348712f8f0d4718ba7bed41de9b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x2_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "700506b6462f32f1dac7bce2f3d9b41f3217f78a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x2_f16.wgsl.expected.glsl",
      "new_id": "73569f6528c2646ef54bcf7f186d51d6a2ba9e25",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x2_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e9d385a39aa4b28a9aa07d22d74a5dc70be765f6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x2_f32.wgsl.expected.dxc.hlsl",
      "new_id": "f05237b5da738f1ed00c9e19d46d38be01f2482c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x2_f32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6dbfc77d09b8a1068fa04003756651f7453df9ec",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x2_f32.wgsl.expected.fxc.hlsl",
      "new_id": "2b15263c3e29a3170e5d43163250073ec485b7d6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x2_f32.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "67145b07effe32605c5939c98f3b368f1070faf8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x2_f32.wgsl.expected.glsl",
      "new_id": "6c555fcb9d7a5e82603e76ec0487ab7cd82e70d8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x2_f32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "89b7c53ce2a0a2a7426690cf599ec687e5776e7c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x3_f16.wgsl.expected.dxc.hlsl",
      "new_id": "26bd350c19c566d67e7cabb3685dc89fb7f96334",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x3_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d1755053deafebccb8b2a1d9eae93e58e416c40a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x3_f16.wgsl.expected.glsl",
      "new_id": "385f3b760d535367eae6c670603f0c50f79190de",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x3_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b1938c8728ac3fd89c11d1d54cb7e278ecf5efe9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x4_f16.wgsl.expected.dxc.hlsl",
      "new_id": "39f433144b0f1ff4faf644f50386810f63d7138f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x4_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "45122ce061716a2b808b46cfc9e2ffd402e4fa47",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x4_f16.wgsl.expected.glsl",
      "new_id": "8e72210ac27b28b149798ee4879c171dcbf1544c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x4_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9aa45ae02219c45d4d4f514a5546170ba7034593",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x2_f16.wgsl.expected.dxc.hlsl",
      "new_id": "b75d0451e488f455e1a6efad395382cf1606e67b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x2_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2fd4e0501bb41afebde02fedf005e24c447444b2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x2_f16.wgsl.expected.glsl",
      "new_id": "49e13c50e333e3618db6780d8bb96e96fd35ccca",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x2_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f07c07bc3130e66b1c80396b94004c6e3d7fbf1f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x2_f32.wgsl.expected.dxc.hlsl",
      "new_id": "3f712bd79a5afb5ae69ef63bb628e8a1f2d0e1e4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x2_f32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ec441e57247d961a6c2520147862740f4f57b9f6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x2_f32.wgsl.expected.fxc.hlsl",
      "new_id": "416ecb4383375c4febb6331d42d4f55a83b13883",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x2_f32.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b8cac4e8d18b67397081dfdedf87f4ba401bdc44",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x2_f32.wgsl.expected.glsl",
      "new_id": "83f0fae6d88e788e224dc9bb666583665fcfdd44",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x2_f32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "cb3536099f40d3e35210dbbd9f47fa8ca4799579",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x3_f16.wgsl.expected.dxc.hlsl",
      "new_id": "447f994a7c24ab4453b115b1d04630687128ec37",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x3_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "11e65863da89bfa27eefce090f46ec8caa4a1fe4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x3_f16.wgsl.expected.glsl",
      "new_id": "0b9cea273939c746df22f42163e80e4252af73fa",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x3_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6fd42a486d0d1113539f1ec66fb04cc357b6e5bc",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x4_f16.wgsl.expected.dxc.hlsl",
      "new_id": "ab67fd527e7c311c536d6e35075b67754b73476e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x4_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "60b2648954ab6088f4a899bcbf7706e49c37a6ae",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x4_f16.wgsl.expected.glsl",
      "new_id": "8bed70d7dbb36e19a6d9a2acd6f2fb8d8aeeaf4a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x4_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "fb424dc904c6fc65ffee696ff6fed73a1b45067a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x2_f16.wgsl.expected.dxc.hlsl",
      "new_id": "4808dc77f96dc20f18b6b15ff8137a5202371099",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x2_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0d29f055162e7ff8c52dddfa2219a8f6f2a8eeda",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x2_f16.wgsl.expected.glsl",
      "new_id": "5623205c7fcd74721aee4414dd8a6d059f55de1f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x2_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f1230f5409be9d71f197b1979f35222b684e92a0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x2_f32.wgsl.expected.dxc.hlsl",
      "new_id": "2f7b08eb3a6dd23641a85e7f246ece51b7b98735",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x2_f32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4dd17e2152c24f0ed330818fa6a20448da70f955",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x2_f32.wgsl.expected.fxc.hlsl",
      "new_id": "4e7ff9af2987ffd1d5399ea2ba4c4d4348d536ed",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x2_f32.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e679abe971241f6c10bfd5ac21599062a50957f8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x2_f32.wgsl.expected.glsl",
      "new_id": "e4e817e263ff008894e4ae4c1fc07002ccae5fbc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x2_f32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ec5801a0a62a43aacb8b7df2040231368fe1c65f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x3_f16.wgsl.expected.dxc.hlsl",
      "new_id": "9fe710ce845e69af0d9c76fbbd742087755d425f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x3_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e20186bec6707497760ddb3d520dd5584e9c5da5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x3_f16.wgsl.expected.glsl",
      "new_id": "e5a1bc194d2edd39d6f26da998e6453fcd16cb5e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x3_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "39bbca015c84a37ddb39e7fb6d0183a0ada0c066",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x4_f16.wgsl.expected.dxc.hlsl",
      "new_id": "101ba5f7fde097343697693094808cea2caba346",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x4_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b630a90c8ee57322438b6c14fa5b296bb9cf1ae8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x4_f16.wgsl.expected.glsl",
      "new_id": "b9bc8f1a09632d65f5325a89baa4a67cbcda6d6c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x4_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d165d0e15433747cf3abf0ea9c4b00fe251c9cb5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/struct_f16.wgsl.expected.dxc.hlsl",
      "new_id": "6af07aa6a417baeaa13bfd3b83020e14a932b5d1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/struct_f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "dcb399114337385996400d1b585bd13f03fc3ad0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/struct_f16.wgsl.expected.glsl",
      "new_id": "54977ae5b612d0a5a044d0dedb8a772381242634",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/struct_f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bddb28e018ff0583c70ace86fd46ff3fb8634228",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1386647.wgsl.expected.dxc.hlsl",
      "new_id": "a393b41673781a81b2d134f8fdbcb204d8717130",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1386647.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "781b5e137e1c49e489f226bff0438b40dafb103b",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1386647.wgsl.expected.glsl",
      "new_id": "20d628d76d99e195db09ceb2d63ea771c85338a5",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1386647.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "674bcc64bb3c38dda6ca2293926943995c177445",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1386647.wgsl.expected.msl",
      "new_id": "1c612ac8994b4a76fe8ef4671420f80216a0803a",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1386647.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8bb3326b2844d67f0a305e0c0368d2aef8737cd5",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1046.wgsl.expected.dxc.hlsl",
      "new_id": "4b1faeb07b051712d29e7e776d2edec1581b26f2",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1046.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8bb3326b2844d67f0a305e0c0368d2aef8737cd5",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1046.wgsl.expected.fxc.hlsl",
      "new_id": "4b1faeb07b051712d29e7e776d2edec1581b26f2",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1046.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "411bc255b5fa5af0a81cd23e07480cba664b941a",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1046.wgsl.expected.glsl",
      "new_id": "bac9f929bbf946dd9f13168448f4b44bd8373669",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1046.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bede4a78149285c73703486da95f9825cac9ecdb",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1534.wgsl.expected.msl",
      "new_id": "651941324a484c6945c349b3c87371868298096d",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1534.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2cf001a36b7673d8ef052d64bbd5d49a2e565dfc",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1739.wgsl.expected.dxc.hlsl",
      "new_id": "3fb3a1354084b029c40ae4b3e077cd50e48217a8",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1739.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "21d8edc42a897ade40e0863f112174e3fccbb80d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1739.wgsl.expected.fxc.hlsl",
      "new_id": "037de0a76d04ce9588b2f38a91348b8a101ca3ab",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1739.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3acac08a8dd31485ace8080bcfd981330deb1c44",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1739.wgsl.expected.glsl",
      "new_id": "af2ff92fa1550fff039a09e8b440095bb2c2b686",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1739.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "fb1a6f1cf32e528041d5098c761f34cd43cb4120",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1739.wgsl.expected.msl",
      "new_id": "261de0713e8007e7e70d4c941cdebcfc07f2a766",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1739.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "59b3e56609a8cd0a5a6c9d99cc66bcc8dbbca39f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2076.wgsl.expected.dxc.hlsl",
      "new_id": "ed2684ef00286124a701d6c92a224f6ede5848a7",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2076.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "74b40b8f4a8e55bd9b243713a75f28c877ec861b",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2076.wgsl.expected.fxc.hlsl",
      "new_id": "75bf6b048d1bba0db7dcc4839d58b4bd8fddeb25",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2076.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c3fa9a0ec906404b5dd8b44d92f999213d459003",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2076.wgsl.expected.glsl",
      "new_id": "854911935b2b8e140e2ae6290bfee41a9bf63ac3",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2076.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9e9426fd61c5fa293386c637c611751e0c5dfaf8",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/221.wgsl.expected.dxc.hlsl",
      "new_id": "19adf8c1f1ca76a3bab4d72ed4e2dd99251b1ea7",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/221.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cecb5a15bd1768e565afba751dac978bd9ecc38f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/221.wgsl.expected.glsl",
      "new_id": "cb1e3ff592f696f95c58f977024c0148ad337438",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/221.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "54cb54756afec632dd643061ede6dead894b6c84",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/221.wgsl.expected.msl",
      "new_id": "d336bd1befe613c36afb004fd7715f7297da2c2c",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/221.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97e27d4802edcec6781eef610d53e5662a52a680",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/349310442.wgsl.expected.dxc.hlsl",
      "new_id": "f6a810ce834d3585ee5bacf8214976c9dbea454f",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/349310442.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "40b9badd4ea080d5a9021187b1d18ea1e23a2d1a",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/349310442.wgsl.expected.fxc.hlsl",
      "new_id": "faa9e2108081e10920b91bb23de82d3dbb29388c",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/349310442.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c3a58ef5423541427cabf7267add05a21b5416d6",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/349310442.wgsl.expected.glsl",
      "new_id": "bd55504ea95738713795ebabfd0899c1588f212e",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/349310442.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5bb9ec2e3c7c35fbe530f5eec85431de817e593f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/349310442.wgsl.expected.msl",
      "new_id": "8a48c32d01ab19eea66aa782f98b73877d4ac943",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/349310442.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f147608f20856f1c4693a64847e75e023be3a72",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/366037039.wgsl.expected.dxc.hlsl",
      "new_id": "bf816cf535159d41add0df99cd01e49bff3a93ec",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/366037039.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1f147608f20856f1c4693a64847e75e023be3a72",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/366037039.wgsl.expected.fxc.hlsl",
      "new_id": "bf816cf535159d41add0df99cd01e49bff3a93ec",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/366037039.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "710010e3c406d21fc402c565f33d3a5819698395",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/366037039.wgsl.expected.glsl",
      "new_id": "e95aba3c8aaf6fe93c6684366268b2ddef694ba7",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/366037039.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "55242e378a1aa8b6a5035289934c9ae20025d26d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/379127084.wgsl.expected.dxc.hlsl",
      "new_id": "fc47eca8108133bd49ada0a90730916fba38acd4",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/379127084.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ad2f58325b5803a687898dc5f75150362da1e80c",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/379127084.wgsl.expected.fxc.hlsl",
      "new_id": "5b5ed7135b74683872c55bdacd8f279d804eaeb3",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/379127084.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0d101fa0fd6b52774d09f7c053dd8fa416f46e4f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/379127084.wgsl.expected.glsl",
      "new_id": "58fe39fad4393ef31ae8989b5fd208300ab1505a",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/379127084.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c432087f7445947d7c22c0d206565d980c3ee0e6",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/379127084.wgsl.expected.msl",
      "new_id": "beabd27fe534bfde2c9df96bf886e344c34f287e",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/379127084.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d423f50193c7d229609b2b265cbd314d1f37334",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/403.wgsl.expected.dxc.hlsl",
      "new_id": "366fc91c070b03a1f702d7ac9cd7e15f25a06b85",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/403.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a025e34f5dddc9b75f7c44b5bf57880ddca1a0ac",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/403.wgsl.expected.fxc.hlsl",
      "new_id": "9a6e0ded2711fe167eb98286e1c570c07850c112",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/403.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "16cdb2df97d4a94e83c4569ec7b55e7a8b01c69e",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/403.wgsl.expected.glsl",
      "new_id": "0dd3c00e2570b68a22360ed5010e56cb4ee8c7ce",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/403.wgsl.expected.glsl"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "121f4320f62b10b7f379b038535ac0814bc3263d",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/519471056.wgsl"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "8ecb82fb3ab30de7cf5a49cf25a55af08d413db3",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/519471056.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "bc550b00e84a15cd25e2634752da74930fb44354",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/519471056.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f77885ca9a382accd7d526ecbe977fc9deb02050",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/519471056.wgsl.expected.glsl"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "5195fce72b76880a9c137903683b856c871e7e54",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/519471056.wgsl.expected.msl"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "3c76ed1e6a23d4061a0c12635bc313a0cba3f9a0",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/519471056.wgsl.expected.spvasm"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f879e692b9b7b8394c57222928c748fc8d403221",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/519471056.wgsl.expected.wgsl"
    },
    {
      "type": "modify",
      "old_id": "80c3fe289d139119eea7192d6983eba5da186d87",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/948.wgsl.expected.dxc.hlsl",
      "new_id": "a64ba5d344b6b1f84040dd4ff5130616932be61f",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/948.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "90cb71176818d0e3828336bc02b5281f04dadc95",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/948.wgsl.expected.fxc.hlsl",
      "new_id": "a537761e54aefccdb8dff1f55930ef66f8f5ccd5",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/948.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a164c0cc7d04b59fe3919a7a950faf1b8d40962b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.dxc.hlsl",
      "new_id": "d9f8c93f439be28dfcacf834935ecf315dcd5cf2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4d32ef853476e4fff8767fab2dcc4e1ca0afff52",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.fxc.hlsl",
      "new_id": "0c8c8c64c31c4c76cb077f4d1e5cfb4d96c2f17d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9a0d02e2161061834c9da5ae6513756ddc2fa14e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.glsl",
      "new_id": "9e1ce16f65ba21887ca6b388cfad3b62cce7b09a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "4f52e5916fdd36cf7a447c3992becf78513e3571",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.msl",
      "new_id": "63a95f709bdf6283ff19a32258d21c5d73ef9bc6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_offset.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9493b80cdaeff281568f61b3f3b461e262fa8af9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.dxc.hlsl",
      "new_id": "3dd2095117a2060b642e6a2b8c2636f7f389ce29",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a4fc95aeb24fa9f29e74e240c99788e7c4c64c3e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.fxc.hlsl",
      "new_id": "4162f1f839adf1d066f228e66291e3d77932b9e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b5fb23195cc7734830ebeac75bb33d5700f3f4e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.glsl",
      "new_id": "26e0ba56258a463a85b8022ff5089183b1db1986",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d7d0d9c3f52a8ad9515d146f58ed811732768c70",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.msl",
      "new_id": "dd9082fab783a598dc2928177e310496bef38874",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/runtime_size.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c0a4e4b77bea279626de4341fa9a01f78e3e96a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.dxc.hlsl",
      "new_id": "cd641e820fa726bea271004c24da5df27939e3c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "37ea40fd2042f4e08e845ec6e21c42ad87896df3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.fxc.hlsl",
      "new_id": "1afb02da971ecc4c38226476caa9874f714558cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cc39e89ccd82db7625b06d7793903f10d9122a89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.msl",
      "new_id": "faa25229244ca9ee03ca733e241b6ec4e7e30a3a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3faf9c3192b40be10f9fe67a56f3c95ec7cae190",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.dxc.hlsl",
      "new_id": "115fc7d05ef5257b2a25756104aaaf79a06a33e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b0806433ba121d75d60cafcd2fba0aa2199da1b0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.fxc.hlsl",
      "new_id": "30e28bea2b241b236a1ba9e760456c9e5c0978fd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a828b07626b8feac1922e39179a9b76d58ef08da",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.glsl",
      "new_id": "3cf1f51f5d8c815650b53e2b83878996b6d84c33",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "eea1b854151f975503da55e8115ff83390a8c504",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.msl",
      "new_id": "af301bd7d9a1b40cddec4b38011ce241355a1803",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferView/runtime_offset.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb4ebc9d79512319fb47a19e7c27b9cf4c64f0d5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferView/storage_unsized_runtime_array.wgsl.expected.msl",
      "new_id": "a7beebc025e78cdfec181111c1d7360ef8375229",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferView/storage_unsized_runtime_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "30eff01d754b1bcae27423bd4e0842c224331ca8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupBallot/1a8251.wgsl.expected.msl",
      "new_id": "da516e46ef39b14a19d6da9825257a1c0e5b95fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupBallot/1a8251.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "db880dd8a311c7c54d275b8b1459ed80614d7b1a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/0890c6.wgsl.expected.msl",
      "new_id": "e02a4dd6a64dd49500564f514615a48cb67cee7c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/0890c6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a300ced99d799f489a83cf69bb2d8ece7d80ecd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/13f8db.wgsl.expected.msl",
      "new_id": "f6f5137fb4041c4e83575aa40ce7bf44120d9161",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/13f8db.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3335094860882550a35f4e2d0451f4f0cc7eeeaa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/346fee.wgsl.expected.msl",
      "new_id": "0f9e67091a53d77936f3e7e18b153b5f7aa624fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/346fee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a4afbe048dee901026960c73dfadeba558f8dd9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/382b16.wgsl.expected.msl",
      "new_id": "23c6d324aa33c62d70a75806bef3e390943c6a50",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/382b16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80e5fa317fe9456a49cccdeadd34d5117529cbcb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/3963d0.wgsl.expected.msl",
      "new_id": "14fed8738fc5747a64bd80eec8164c76c5ec810f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/3963d0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "12176cdc5bd10dcbd2e75f163ffd812e10780c9f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/3fc3dc.wgsl.expected.msl",
      "new_id": "004538454f4b80e23df5f6fe135718028c80aaf4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/3fc3dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a4a0f88eecb129565b54e794b297a3349a80489",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/528c0e.wgsl.expected.msl",
      "new_id": "f20427463f3b914becbcd277093eb94f128b8d36",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/528c0e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1131b3a5bbf21a46bf9fb9e777a8507d66ccc2db",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/64dc74.wgsl.expected.msl",
      "new_id": "f1b25f58a3a6c09ba97614e3d458f5e22ebd6315",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/64dc74.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d3b7ced7b558e013732df04d46f742d4fb17aa94",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/6e6c7a.wgsl.expected.msl",
      "new_id": "c5370c0fe6e07374045c675336f040185522d675",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/6e6c7a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cb135fcbb2d1f110f883896a49812be32ae3e821",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/991ea9.wgsl.expected.msl",
      "new_id": "b3b9e7b7871e8c40b67fbc176358fd7632345d96",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/991ea9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39038bc9b860198a519a7913a6299c552ed43d5f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/9baf27.wgsl.expected.msl",
      "new_id": "0a1a3559259f7cec1a0776e0c43afe5516642736",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/9baf27.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a756072a0eaf15d24d5f12be205c87a2ea608763",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/a48049.wgsl.expected.msl",
      "new_id": "077b1e937a9a138569a7b65d55fa2badad9db950",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/a48049.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3009d5c76829368648066b2bc33ba2a7f5bc7ea8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/bd94c8.wgsl.expected.msl",
      "new_id": "da8b5df6cb5780abb82be019f7f6e866032a1743",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/bd94c8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "93abeed9de22176357fac28de73ea378f94ae43e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/c871f3.wgsl.expected.msl",
      "new_id": "9c8e6aea95bee1e9688b4702336fc43b5c2bb198",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/c871f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf70531bf147bc29e8c95595d07c312f08a23413",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/cdc6c9.wgsl.expected.dxc.hlsl",
      "new_id": "881a1bc464cfc6a9203ec5642665ca503334516e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/cdc6c9.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f76ce169c64e5dcaff6243a47c7cf3ed41931170",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/cdc6c9.wgsl.expected.fxc.hlsl",
      "new_id": "064be6fbd2e361483f22ba6323a81783695e554a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/cdc6c9.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2e76e96c66978ef6c5bc48a68b4ee9233482dad0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/cdc6c9.wgsl.expected.glsl",
      "new_id": "271dfcb6fe51f7175e793ac7df92bff8d42a2953",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/cdc6c9.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "30bcda45fb96f547606484e8e7016633f5e1c6dd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/cf2b50.wgsl.expected.msl",
      "new_id": "11742ef4e20aadb871161cd963555688b5d003b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/cf2b50.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e97ba198143a8c034fe120a292af66fffd4cd5bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/d3accd.wgsl.expected.msl",
      "new_id": "8fe2bb5624552b91be58645b7fa91805c5ada815",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/d3accd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16eba3b9a8470f7963d248604931a651bfcfcf42",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/e18a8b.wgsl.expected.msl",
      "new_id": "83636c642a19974796df3cbf905fba8c5e2027a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/e18a8b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "15784b07f4d140f1be853ad47d5954c126c3cf83",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/e4e310.wgsl.expected.msl",
      "new_id": "ff2ab3decfe3cbb2a90b5a3dc99211392749ae73",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/e4e310.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "41944e937bcf97e1a7118310209b4e45ab2bfa53",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/eafe19.wgsl.expected.msl",
      "new_id": "cf4aef9c9962169516970763627562b94cf0682b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/eafe19.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "04ddbb4f78f4ed86a4553f273819d9813bb4a9bb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/019da0.wgsl.expected.msl",
      "new_id": "b39f82dbe8bd55bef867fa2276ca1527da4f9117",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/019da0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f885b5608270f702085f2fa89fcad27a4abd537",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/04b911.wgsl.expected.msl",
      "new_id": "821feed07c3d82f4dc55e53515469688bb3f02ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/04b911.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "599cf97d54f1b4e36f7c163c9c6ab123915fae0b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1b051f.wgsl.expected.msl",
      "new_id": "3f701590434cfac6b341e3e9aa311f024938467d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1b051f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "47026e09e1d5acb3f8cdcc0ac7c47ca9e16a6f85",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.dxc.hlsl",
      "new_id": "bb3645247043f94b1971a6a14bdf41b2064cc653",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1031a2cc284f7d13b1d5fa87ab2470a52f02f65a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.fxc.hlsl",
      "new_id": "befb118353ecb8d748ee9d3d6a4086b9af4d0f43",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c93f6f98f7312715c364af706276a683e322bd56",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.glsl",
      "new_id": "d8f778604c4d074a7aedec1d9b91341f25c037b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1ef0d6d3f5b3ecee174d9b485a78a1f42045dfaa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.msl",
      "new_id": "346999c16f31fecf3ea6c5269aaf52f240d5e031",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1bfdfb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a433844fdadb0c5ece0258cd00b75e7e66463c98",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1c562a.wgsl.expected.msl",
      "new_id": "845db00f8d751c00cebe0452f5148b7f971cb25e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1c562a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d8d8ff187e1da35e1222a91c51844c17bb057e80",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/21d1c4.wgsl.expected.msl",
      "new_id": "bd2ef5b01577ddac65a10b7dc3a7a78ab79fefa7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/21d1c4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "307c216f09e869e360c805bbdc73ce26fb3205c9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/2363be.wgsl.expected.msl",
      "new_id": "8460fa7460f0a1a6f1101273eb67709876550e3b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/2363be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "716107945120ab8175442efaf2ba39b9c02ec79e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/2d479c.wgsl.expected.msl",
      "new_id": "be52bbeb1c902d8a50e9f8a8ccc970df7940bd43",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/2d479c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94e73936e012cde4e6403e9da1d2596d66a41fbe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/3c96e8.wgsl.expected.msl",
      "new_id": "c43fceb93f2db4d4dc1315e25e89d91585a094e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/3c96e8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7cd754b2cb36b403c9c1c9e00557cc609e5f6d9a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/46a93f.wgsl.expected.msl",
      "new_id": "ada30be84e95d396b4d63237f98172b52dd87e14",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/46a93f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11d57171c4b9af860fb96183d4609d3f7ba7c7f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/47e818.wgsl.expected.msl",
      "new_id": "5ee1a7772dcbff5d557abb1ab74d57083c1be763",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/47e818.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76153b3dbc3b58de57e3228a138a1bd097399b56",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/656d76.wgsl.expected.msl",
      "new_id": "955931e5b9611e53e93f191dd179f56dfc77764a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/656d76.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "10847356b7de5dc73c21237cf10ddd559747efdb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/66be47.wgsl.expected.msl",
      "new_id": "82b2016bc57247485e7b6a5cb999886d984dd9b4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/66be47.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "96a9fdc47df8886400ec888a414203cef5b8b658",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/6bf4b7.wgsl.expected.msl",
      "new_id": "16982f2b562a034b873d2b34cddefe090facfe7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/6bf4b7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3b7ad7dd238c2e7bf679fd812c37cddacb5b27ac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/714471.wgsl.expected.msl",
      "new_id": "7fa4e39251d3b55baafba062cbfbc70ad6624271",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/714471.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1ef3685e0f945a331efafaa807c6a2fe9943cf2c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/789045.wgsl.expected.msl",
      "new_id": "15028e7a231161de6c67127e0efaddeb1e718fae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/789045.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "987ff8fdee21a2d9aa36fc2248a4ea6a070d08c4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/7b63e0.wgsl.expected.msl",
      "new_id": "abf43d3bffae665aba025b48f8d83fdf365c21c9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/7b63e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0d5ba85729ccfaa36862e2864f75a203af73dddf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/84dee1.wgsl.expected.msl",
      "new_id": "44b2392d224a92f09b7ebbfdc00d2202b11aff83",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/84dee1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "245744f9d0e03926c93e7304f6aef356e2f98f2b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/8527b1.wgsl.expected.msl",
      "new_id": "373c8a793d7ad91924e218359e5f8dc4c2712999",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/8527b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "462a2688fcdcf96e217430e8189874e26c3f66db",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/897cf3.wgsl.expected.msl",
      "new_id": "9044199b988a3cb682374c970a4de7228ba7fd3b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/897cf3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "af0a687021f8c9300769de2221e3b08f8465b85b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.dxc.hlsl",
      "new_id": "7c5cd9d40a633be11f55d4ee2615297077b0ba7e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a282f2858abd1a38dbc6f081baeb51c5bbbdcc10",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.fxc.hlsl",
      "new_id": "c57d0b300d770e2d2469dd8770e6eda01493efe2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c126d4527b24ad704c9c0cd3d122358d0f265fc2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.glsl",
      "new_id": "5ff18e111634cef6bc0bba72b394c0ccbf6ca269",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "17dfcd04a3fdbeb407c2614093152760e292ab87",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.msl",
      "new_id": "f8eb74a6d5437554f7f3f39434fdc1d0394131d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/8acf41.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32eb85a98ebf47451882bb8e5cefc78460fb3ca1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/8ccbe3.wgsl.expected.msl",
      "new_id": "8dd4ee00cd6603998938c7bb39a54dd39d0725aa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/8ccbe3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae79073d7195a688f68079d4618db84fdd554879",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/96efd5.wgsl.expected.msl",
      "new_id": "3b60b257a20d14798cb491d71b97a0473f275903",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/96efd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a457792358a19eeb24e14a8c8a37f102e47f2976",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/9885b0.wgsl.expected.msl",
      "new_id": "ec59a34e19c8f50d6fb1acb11d1bfb5892c9ca9f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/9885b0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "81180a7582bcaf08922e187fa8e0d665ed0c30aa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/9d70e9.wgsl.expected.msl",
      "new_id": "411cb0c50969e28ccf0deacd317e976837cac32c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/9d70e9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f007614c41f62695cc6b229e9c7f535d2f11180b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/9ed19e.wgsl.expected.msl",
      "new_id": "98654f0d5a656b99f84f66e067d788a973d42156",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/9ed19e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "850116f567b0c5ef8c8d37bd3acfe60997d0b495",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/9fbfd9.wgsl.expected.msl",
      "new_id": "09a2f9bb9f09030c9e51b72941aaae6bbfd1faea",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/9fbfd9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ab5b3eb978ca534aa30e4422f8072911923de04",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/a24be1.wgsl.expected.msl",
      "new_id": "d1e7fbca70d2d71edc5c436d956908eebd91fe76",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/a24be1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "221f844c0e9171b1464d18347ed121edb24aac87",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/e35f72.wgsl.expected.msl",
      "new_id": "2e68946ceb2d9d80365e9a4bd0310fe2e12b4d06",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/e35f72.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99be344fc5c3f3edddb4900db3b46e570bab3264",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/ebfb92.wgsl.expected.msl",
      "new_id": "b4163556f9e3219bc135622f45b27a5d06b36aea",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/ebfb92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b5599676f2a35ee8f29280e5bfbe574476cf4dc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/f85291.wgsl.expected.msl",
      "new_id": "302123e0776f2502362d560f0ed4be8fc591456a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/f85291.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97aa730f06c1fdb147a6f14c7b47b7d711dd3ff7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/ff1119.wgsl.expected.msl",
      "new_id": "4bd574e7e4f1e8608849342d657d4aea69eba66d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/ff1119.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "929b5a7963cbb0320f9292ff55e42ceeb4ab2966",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.dxc.hlsl",
      "new_id": "f98adf3427f7f5f6c8a003d1b903530e340e6db2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2cb889d484e605de08f5a4f879ae27e8e35ffdf5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.fxc.hlsl",
      "new_id": "02edc03764b47822a8a03d046e05f46e2a9fc085",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a5eb48c7e10336d99bae04b5159a33a8ad101a7a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.glsl",
      "new_id": "bbb1612eb31a81dc323735cad91e7845a29ae577",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "7cc3a1ddb7e086c5996cc584775ff6f36100a06f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.msl",
      "new_id": "e7111ff54b503e947c786ed803283976f94dc647",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f505686ff1519e39628e679abb09b2487cdd209",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/bitcast/429d64.wgsl.expected.glsl",
      "new_id": "997790879fdbdfddd51c4c4272a2be04888d73e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/bitcast/429d64.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bdb0cd1586cf74188d4c3754c904cdfba5dbb952",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/208d46.wgsl.expected.dxc.hlsl",
      "new_id": "9b8f62bff0142f1fb9822089ac0c970085b48c87",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/208d46.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "396dbbef2d6e6d03ebb4ac2798346ab5a4a12465",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/208d46.wgsl.expected.fxc.hlsl",
      "new_id": "c5c026e4e761efab008de01f5387e8c8c313a5b4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/208d46.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d1cb6a0b8ca0995058733b6f6ddb7433c813b211",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/208d46.wgsl.expected.glsl",
      "new_id": "3593a97079390018e21aec39aa8377f699dc096e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/208d46.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e8664d18834f864029d0cf811afc3c9c03863dfc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/6d4656.wgsl.expected.dxc.hlsl",
      "new_id": "06a86ca90bdabb5e903e666812e5641fad3ac757",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/6d4656.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "29e1b941bebdfc1a30b11a49ec07db503af9ff95",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/6d4656.wgsl.expected.fxc.hlsl",
      "new_id": "b665f49045640482f5235dce6dff3e1331065248",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/6d4656.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "34dd2b6d0c8860c500da15afac9db192d165075c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/6d4656.wgsl.expected.glsl",
      "new_id": "d23fc4900af66190cd1208a1e3a13529397ff5aa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/6d4656.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e64aea5e62133213be0d94e7ac42124f6fddeee5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/70783f.wgsl.expected.dxc.hlsl",
      "new_id": "cfa54ed8fa9283da709f42aa4d50af84d773b717",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/70783f.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "46f65145f99374774b7c593f1e52b80e65da5cfa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/70783f.wgsl.expected.fxc.hlsl",
      "new_id": "537636310d6fcea1781172be10d1cac1b5b63c90",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/70783f.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1743e0a85618f9c11fd83f0c424fd3ece3cc8f47",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/70783f.wgsl.expected.glsl",
      "new_id": "a29a277e6420d4ed638a3dfd74f19d0f61d7d79e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/70783f.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "610d13c9ed328ec55ad10fa513ec2860dcfbaf8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/7c38a6.wgsl.expected.dxc.hlsl",
      "new_id": "0ca8b9e47c78254468f64b61cf324c0fbe61e900",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/7c38a6.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2d9900c0f316c51ee858d3e54dacfd4096edd141",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/7c38a6.wgsl.expected.fxc.hlsl",
      "new_id": "aaef2758af0f46c8f16f2e6cc7b63a694073945e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/7c38a6.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a26edf535d46a6e8ca8ef176da100a191e454708",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/7c38a6.wgsl.expected.glsl",
      "new_id": "c21e965a96fe476b06d69f6220165503291524fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/7c38a6.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8b8d90a9235fdd780954d85d836aeb0678621f51",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/858d40.wgsl.expected.dxc.hlsl",
      "new_id": "f9722f124d6cf30c9c11303a3db062ad1ceac53b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/858d40.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "dfe9ae8ccbffd0cff410ab8f3e604e234545780a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/858d40.wgsl.expected.fxc.hlsl",
      "new_id": "5d954ddfa11087f0452be544bb056a6e5cf82b26",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/858d40.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "28fa0a300329f7acd1c157e7b695db238e2d9e9a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/858d40.wgsl.expected.glsl",
      "new_id": "d368ab89b627ee8848ff3526ec9959d65894525b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/858d40.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0df288a5d11eedfa6a91381d2a920dd93b510255",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/ab6345.wgsl.expected.dxc.hlsl",
      "new_id": "fbe4c60e811ba46057b2611782d5f14e44eef0ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/ab6345.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9eaec15be7f6817ae36b68cd5d3b98362642fcf2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/ab6345.wgsl.expected.fxc.hlsl",
      "new_id": "a32a1d836e1b9ba9631dd9e17656df3273bac443",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/ab6345.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9ef2ad99695f969c0bfdb82226ce12f3fe75f2b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/ab6345.wgsl.expected.glsl",
      "new_id": "756fe67905a216c84989abe911428963ee0daa6c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/ab6345.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2d3ad2119243fda29c318c3277164449b0caab4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/eab32b.wgsl.expected.dxc.hlsl",
      "new_id": "6d7388c99e6c394cc6b67d97efeeec64d5d32c06",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/eab32b.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fc9e74dfacf6684cc58e32e952b01f6bece165fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/eab32b.wgsl.expected.fxc.hlsl",
      "new_id": "802b7b22bce734a7b3fce2000365758140c4db92",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/eab32b.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "135ac4b302d884d384b24064e4d2fa2794b09054",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/eab32b.wgsl.expected.glsl",
      "new_id": "cb63f00061610a98ca409480fbffcc5860203682",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/eab32b.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "aa2c02b10f3d10a19bc4ef78d93784a1f3444e4f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/f70103.wgsl.expected.dxc.hlsl",
      "new_id": "fc1395afd2766978b4a734145cf3c7a5a0ada26a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/f70103.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ab2f3b9986d0ce6e215ca93796cbaccf5857fd86",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/f70103.wgsl.expected.fxc.hlsl",
      "new_id": "82bb80b766f2a9421bd5faee7fd468e655104555",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/f70103.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "531185ca488175cd184c5f0f3a9a10e723b17389",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countLeadingZeros/f70103.wgsl.expected.glsl",
      "new_id": "f168d1c9824f5b8ec262bd644d10db6305f942a2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countLeadingZeros/f70103.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6b1ac896ec738ca7eb95d7ae77322c0d59ca0366",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/1ad138.wgsl.expected.dxc.hlsl",
      "new_id": "3c061ac8adf2cb00a59f7b638be051ea691a054b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/1ad138.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f60dfcc1a370904b6e36ed81b6b71509b90e2305",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/1ad138.wgsl.expected.fxc.hlsl",
      "new_id": "7241db837f395e1d8acedca3628df04db60b983e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/1ad138.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b4a21547bba890edf64e952f8133a8de2bc73bcf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/1ad138.wgsl.expected.glsl",
      "new_id": "fbafd0aa8fcf247fa5212b1df3a06dde94cf98d4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/1ad138.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8460776ecf06ac9178ebe96a1269baf081f9b754",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/1dc84a.wgsl.expected.dxc.hlsl",
      "new_id": "01b93629720ac819cd279f6df70ba74ef6750eba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/1dc84a.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "11b80b9fa72853e0da54054eca660eb4477914d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/1dc84a.wgsl.expected.fxc.hlsl",
      "new_id": "59f6b3f3e444c923b4cb3bb704fbd70d1a5dd894",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/1dc84a.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "facc03c0ff1a594667c2857b623d104333f3baa0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/1dc84a.wgsl.expected.glsl",
      "new_id": "ec41c9b0c85d717d6c20e08a9ea92456fe3cd87a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/1dc84a.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "504f915178cffc8440cfc818fb7c76d2151adee9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/21e394.wgsl.expected.dxc.hlsl",
      "new_id": "380c77fca36e3de0f4c60a8aa9e064aa1757c9e3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/21e394.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2cdae158b2fb773741d0cd488434ee97b8d811eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/21e394.wgsl.expected.fxc.hlsl",
      "new_id": "6b815938ba06a583a7f7ea5df040a708813b3450",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/21e394.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "10028ab7c648295b6cf1c182ccdd85709731a68b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/21e394.wgsl.expected.glsl",
      "new_id": "b62c84785445f639eb60e7b45c6cd7c454075be8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/21e394.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0043da38836382db916d8e7e55b934b8b98e90d2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/327c37.wgsl.expected.dxc.hlsl",
      "new_id": "3331caa3a06b8229277accf79b5ac70b1f8949eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/327c37.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8eacbf2347b441f4f35944ee38e8718f20aec69d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/327c37.wgsl.expected.fxc.hlsl",
      "new_id": "7771438b5875705a25705fad0beba5620c4516ed",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/327c37.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "42171b49c88c852a050e82a73d3b2aaddecbdf50",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/327c37.wgsl.expected.glsl",
      "new_id": "538b37b277d4044e12537988753adf72be9aeb5c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/327c37.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ab7c984e40969c0bb2e3610157f3fc33783166b8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/42fed6.wgsl.expected.dxc.hlsl",
      "new_id": "7e432b6dec5b96e662d85d0718091f631a4865ee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/42fed6.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b7b49d8513d9336f756ef741cb49044c49071783",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/42fed6.wgsl.expected.fxc.hlsl",
      "new_id": "c496343e8b0f36a0ed0eaf5a6c61fcb913d23953",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/42fed6.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "aa489f4626088bd3a06c96c17920485dd21ff543",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/42fed6.wgsl.expected.glsl",
      "new_id": "7ede206c4e3def39e128177fe8f5928129a5aea4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/42fed6.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "e3b96266399740f2651ed460fbea93b816b03425",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/8ed26f.wgsl.expected.dxc.hlsl",
      "new_id": "b35047efe8ef25588d9fd3660b3f50575a439473",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/8ed26f.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "703b46a42452f087118cbcd05927c754efba4d45",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/8ed26f.wgsl.expected.fxc.hlsl",
      "new_id": "d0a1ae21f720fb2d4e1cc9e22f4884ac678834fe",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/8ed26f.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "efb71fc91cd9d708c2ec0735590c1d2e7fc2a751",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/8ed26f.wgsl.expected.glsl",
      "new_id": "65aa9b936609eaa7a7c8fa4e2347405979d34e92",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/8ed26f.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a040de21d28653e1e11aee625860fbb897512f70",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/acfacb.wgsl.expected.dxc.hlsl",
      "new_id": "696bac6b8cfe26c169636748edb2eec64b4059a3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/acfacb.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "91c1c9bba736efe7101613255c6e262ef8b30bc9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/acfacb.wgsl.expected.fxc.hlsl",
      "new_id": "13916ca2d2d3f820301f54442b05ec6612b87df3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/acfacb.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "49ce9a7da995573e62120bde5a94356d862c7a2a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/acfacb.wgsl.expected.glsl",
      "new_id": "0dde4d5f2f0245e3c6170549a27eb281f6a4897e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/acfacb.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "b14f5181be9fa768cb79010fe5711d81aac1ef2b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/d2b4a0.wgsl.expected.dxc.hlsl",
      "new_id": "eee01b36b2cbae6a4db9bc855771a79adecedd65",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/d2b4a0.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "88aba2ac9b75a5afba1975e1f4d342069034f34d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/d2b4a0.wgsl.expected.fxc.hlsl",
      "new_id": "32de39c5acc3a4f6570c5c5931fa069fa6ef6814",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/d2b4a0.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f6ef16a3a07a0f93594be8da44399d1f6c0115a5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/countTrailingZeros/d2b4a0.wgsl.expected.glsl",
      "new_id": "68fea5973b2a55743a702e5b666ee95131c5f281",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/countTrailingZeros/d2b4a0.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0038a8783a746dc66bd2c1ce235f57a0027ec177",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/7548a0.wgsl.expected.msl",
      "new_id": "34730ea7f564a2dd983b5ae2f59ee4a55ddf6044",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/7548a0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b4dc834ac3e833a896131ce5718d15020bb5464",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/97c7ee.wgsl.expected.msl",
      "new_id": "ab0b1cf6eb81126775d3a7c5290919613c3a90f0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/97c7ee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a2f05fc2a9119f8b0836c95b1f6886ae2883af8b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/e994c7.wgsl.expected.msl",
      "new_id": "b86d858396d2bc607de0992e92e5323ec544077d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/e994c7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88a511ea75afed9ffba45a02a39785bb027e68fc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/ef6b1d.wgsl.expected.msl",
      "new_id": "c84257a61e2c1c2133f4042445da406f084d8904",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/ef6b1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "160fed46b9c75549a2b19fc596bb0a374cf4c1c3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/f1312c.wgsl.expected.msl",
      "new_id": "aa24c31099fd101af5af65ecc2eb5df4dbc63330",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/f1312c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ba3c4756ed9439838e49e2827e3178bfd5a15746",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/fc5f7c.wgsl.expected.msl",
      "new_id": "7e80e6bb02e197d61104daa005dbb98fdea527c5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/fc5f7c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4175bb57024b928d7c764e7a01bd6b1ac65f45bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot4I8Packed/881e62.wgsl.expected.msl",
      "new_id": "af2d6c944f51f137893a433e263f30a8864d053e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot4I8Packed/881e62.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "89da3d9a70b02702d6261dca75b7072d40dfe71b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot4U8Packed/fbed7b.wgsl.expected.msl",
      "new_id": "9f44e14ec013b36c5380b2b338672ec6d20fb226",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot4U8Packed/fbed7b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "791f5e59bd2d16255446c1d9dffd136b8a876747",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/12b197.wgsl.expected.dxc.hlsl",
      "new_id": "edeb48bc89de5bee1a764e80450e44196f794cf5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/12b197.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2d5c521d2902182396dfcde57eb551858cf1f83d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/12b197.wgsl.expected.fxc.hlsl",
      "new_id": "b0f54edbc0c25ce754493cc57a49b765de4552e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/12b197.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b5813ffb430a292d5ad0e2ef69234b0ce4afd14b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/249874.wgsl.expected.dxc.hlsl",
      "new_id": "f31601a04d1290e7e09268d475b5c4aa4815b92c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/249874.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "0419c76942792c116839eb03a0dbc7dfa62f27d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/249874.wgsl.expected.fxc.hlsl",
      "new_id": "343f1c3170db02a9cdddfde225ed03bfcc69c0ed",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/249874.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5013c38a199315835c85d4eec0d7eabf18cb1923",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/631377.wgsl.expected.dxc.hlsl",
      "new_id": "8883784f97c4374b52680ee457f06fe68a951cfb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/631377.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9f2abd95c0b8ca6eda5978f4279880d218c59a09",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/631377.wgsl.expected.fxc.hlsl",
      "new_id": "d3e86af83149e9e652688b3b1ecbc566b94a7674",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/631377.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2c44e0ea04bc146442e1c8cd54e4d04437582770",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/a99a8d.wgsl.expected.dxc.hlsl",
      "new_id": "ead3489b851c15ea6d3b70b3e7ff14bc235d27f7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/a99a8d.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "04f153eefb36d706a3552c370c2ecbac261914a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/a99a8d.wgsl.expected.fxc.hlsl",
      "new_id": "ed01952d67bcd405b7599036d235cf5b41df1513",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/a99a8d.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "418a4dc7f36017bbbcc73abc3fbf9c7d420b4c59",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/ce81f8.wgsl.expected.dxc.hlsl",
      "new_id": "00b5d2c7b4c42d07482cb72c934275e9d71850b9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/ce81f8.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b407db2a8f75aadb2f4b48b54798c7e9b5b17264",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/ce81f8.wgsl.expected.fxc.hlsl",
      "new_id": "72f6648b2aa062dd1b0bb90ddfec071034ba8eb9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/ce81f8.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "971d5a9e309f8024d19da7816504d7c4efcbb41b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/e04f5d.wgsl.expected.dxc.hlsl",
      "new_id": "b9732f10b33da59296bbcb84ee43b2874a290943",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/e04f5d.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "823fd1d5584e9921afce5b91861e72fb52ac2c52",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/e04f5d.wgsl.expected.fxc.hlsl",
      "new_id": "085745264d9a5fb62c3894a376b3910e044694ad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/e04f5d.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f9a4feadf0a17da955ea63638ca5c4dfb1f9742a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/f28f69.wgsl.expected.dxc.hlsl",
      "new_id": "93c17e16187761c3db45cc90b0d4e19d3a762cf7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/f28f69.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "67614d29e5ef626080b5fad7623d34bd71f2acf6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/f28f69.wgsl.expected.fxc.hlsl",
      "new_id": "d206e2444722a82a89d4f46ea9acba2b7f4db8fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/f28f69.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ddba45b49495a145c79c20f44057b258671ec273",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/fb850f.wgsl.expected.dxc.hlsl",
      "new_id": "1765c16fbe9d9c878803f49cb2a3adeacc4e009f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/fb850f.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c93db8f93405800ead76acdc4a366fcaa61565e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/extractBits/fb850f.wgsl.expected.fxc.hlsl",
      "new_id": "4213ec23c2e3551f1d4ae5729c29ea0a93d7fcce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/extractBits/fb850f.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7d9462ffee10798a0eea981b832c48878ac8d02b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/000ff3.wgsl.expected.dxc.hlsl",
      "new_id": "c258ea098657edc96c27665a49e0ccf7b9ac7abd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/000ff3.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "655f219b971609835a917b4965f7513e3c9e4c23",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/000ff3.wgsl.expected.fxc.hlsl",
      "new_id": "04d4aed7004161f1f1beba1167a2eca2cb015c89",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/000ff3.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "20af90a75d8d13f544f40ad9d08bd84a1ec76f29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/000ff3.wgsl.expected.glsl",
      "new_id": "f61f63e0adfb4ef341ac97fe08061c87848492da",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/000ff3.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "65f4ccb6482e4850d03429187b1e883fc80d9c06",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/35053e.wgsl.expected.dxc.hlsl",
      "new_id": "96cc494e23940094b17c1eb558f02850ee3bb165",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/35053e.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d2b8c12167ac4fd945fa1cdaf47caf16d95f8ffa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/35053e.wgsl.expected.fxc.hlsl",
      "new_id": "f7cb11fedbc010b13dd633b8e5060fa794ab5aff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/35053e.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ebf49aae15a752561a59ef8acea7b5dbfbaca989",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/35053e.wgsl.expected.glsl",
      "new_id": "5155af81b1a74cb95fb37932e0950095e0265a08",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/35053e.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9e99547d48b523c501e365078259e3fae3230419",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/3fd7d0.wgsl.expected.dxc.hlsl",
      "new_id": "804aa6adb02ce059f7e41230795d0bbf0eb90a9a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/3fd7d0.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8127762454d28dc541eb3cb590d5ddf5b05b71b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/3fd7d0.wgsl.expected.fxc.hlsl",
      "new_id": "ea68ba5493fb346917f5fd70647b430a354f4343",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/3fd7d0.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7db4eb50c047ffa8489b4d709514710a9b4b712d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/3fd7d0.wgsl.expected.glsl",
      "new_id": "df929aa0452c7e557701ce6e81bde9cf9a90c21c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/3fd7d0.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c03e57b5afc989f4d3b23eace12e168d40742e1b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/57a1a3.wgsl.expected.dxc.hlsl",
      "new_id": "f0f02a59594a6f2a795d9ab31e3c808601a9726a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/57a1a3.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9ee79f4c901940cc201626890c51ac61bb01e95e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/57a1a3.wgsl.expected.fxc.hlsl",
      "new_id": "ca3c75439b380c148f1cd99e2dc17ea71a72291d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/57a1a3.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3a11ccb8d0c95aa3ebc48b5dd7433e1a718de2c7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/57a1a3.wgsl.expected.glsl",
      "new_id": "18c382e1ee93ca8bd517fb2ab97d06734ea64039",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/57a1a3.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "7bc8bf8acbd12f2f86eb0882a357c3528d37c5e3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/6fe804.wgsl.expected.dxc.hlsl",
      "new_id": "eef05c2c2cd84f6ed8b93ea3cc994cc796f85ad1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/6fe804.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "615df684fb83ba69af163294afba0c9bb7b6662b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/6fe804.wgsl.expected.fxc.hlsl",
      "new_id": "a9c28d814287c018b845e01c2edbf71d7ee71821",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/6fe804.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a4ab107b168aacf5b75d2e72de279a9ff18feddf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/6fe804.wgsl.expected.glsl",
      "new_id": "c790af35d016213ba3ed39fc694cb9c61f3a1fb2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/6fe804.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "978ef7e8f6d473d5b1efe9a696c18f16e1545923",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/a622c2.wgsl.expected.dxc.hlsl",
      "new_id": "186ce1b03c893a2fb5bd4e41dd04adf553986709",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/a622c2.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "dd4eafc903757c973930b33ce22d4f5f2156c621",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/a622c2.wgsl.expected.fxc.hlsl",
      "new_id": "c737c37226bb477b1043b231118ce87933fe6398",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/a622c2.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "21ae95dcee7a11a13ebd29fd69b7239db55736e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/a622c2.wgsl.expected.glsl",
      "new_id": "c7bc15f0379b854f6a61f589e271c1cc8e0442f5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/a622c2.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5f8335c10723481cae7878d7ace0465c1a358c0b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/c1f940.wgsl.expected.dxc.hlsl",
      "new_id": "14560231afc840223559f693454b34f5ceb1098b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/c1f940.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ff931ac5e10b2e92c194b8d92a56c8c0bde8fc56",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/c1f940.wgsl.expected.fxc.hlsl",
      "new_id": "78d715368a0ef003eddc2e185464a84a8062333d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/c1f940.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6f66d39a45c525284ff25bb04b7e0b21a6463bf6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/c1f940.wgsl.expected.glsl",
      "new_id": "4e0ad5b1baa201701ab546035b3f30706ea9cd62",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/c1f940.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ef48b7d39a1a0df9fe40b9d2259455f357003f30",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/f0779d.wgsl.expected.dxc.hlsl",
      "new_id": "681833657ba1d5d3132b3f6311a5b024ca032119",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/f0779d.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3913dcb62b4a74d967ac875b01ae3505e1e2464a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/f0779d.wgsl.expected.fxc.hlsl",
      "new_id": "b97bdc8034cd22ce7e4050aee20b314a74fdc6d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/f0779d.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3f00378ef6695ed8237318ab4470d3c8bb8aa875",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstLeadingBit/f0779d.wgsl.expected.glsl",
      "new_id": "b21505de72b7db2ee597a161fbc3575cdd5dc474",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstLeadingBit/f0779d.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "cda0f491cbe9aae563bf4ac90783779aa9e92249",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/110f2c.wgsl.expected.dxc.hlsl",
      "new_id": "4283f8b3b02b169c89de4c2a297a26394f4da07a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/110f2c.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e2e49f9f98b45bb7d4f88c69ad6fa6fc3a13e3d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/110f2c.wgsl.expected.fxc.hlsl",
      "new_id": "700ff74cdaf64aa3c11801bd989d5f520be2680a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/110f2c.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ae604adc17b65310183161362d784fc23b88282c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/110f2c.wgsl.expected.glsl",
      "new_id": "898b7c33a54dc0718e8988c8b6c91c098cf59ced",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/110f2c.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1df75e54016d28515e2beff0c906aa899b4e6167",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/3a2acc.wgsl.expected.dxc.hlsl",
      "new_id": "0fdff8b1d084f225fd591ad712dd5d89d9d7357d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/3a2acc.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "559d259f50b1203810c48108ed665f706ce94f74",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/3a2acc.wgsl.expected.fxc.hlsl",
      "new_id": "6a4450eb43c81cf98d4e906308076c2b3cce5c98",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/3a2acc.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e479ba09ee9a8aa6eb7f886f69e12d433cf9ca0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/3a2acc.wgsl.expected.glsl",
      "new_id": "6a5e8d679b33936668edfd58a9c95a0b3965bed2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/3a2acc.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8dc755492990dd029d4b6e77fb5e3aa4548e57f8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/45eb10.wgsl.expected.dxc.hlsl",
      "new_id": "155c61e82b023cda0918373f0a08b97c0c0b8225",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/45eb10.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9f7cbfb5cbba0a2554ec493b1f774fa2ec7bb097",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/45eb10.wgsl.expected.fxc.hlsl",
      "new_id": "adad6a8907d5bbb8237d2827aaf600b085742a89",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/45eb10.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6e7901fe3da06eff881bd9f27094b758b5e6ed95",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/45eb10.wgsl.expected.glsl",
      "new_id": "67f26c1560b74e2e86b98f7999223a954dad713a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/45eb10.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a034c57dbba06ad0e1878467c020d14a72d01ab3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/47d475.wgsl.expected.dxc.hlsl",
      "new_id": "48b9d39ed895dd05b8936f69d523c8102d63f633",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/47d475.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "aa9e0ca64f8dfdad64a47f22eede6a0fc6135008",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/47d475.wgsl.expected.fxc.hlsl",
      "new_id": "7bf024dbb404971c1ca3e970c2712feab20405e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/47d475.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5e8a28150489c3662ec79e8e8ad647a193be2d1f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/47d475.wgsl.expected.glsl",
      "new_id": "87829bca40f34ca3d8ffb701d2a122b143b4040a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/47d475.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "2abe2f8e0868b734b39ebbf26b19fb6379b1da55",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/50c072.wgsl.expected.dxc.hlsl",
      "new_id": "5d561723cadf9bde0517b50bd263698bc37abe35",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/50c072.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c14194160e75b1a26245f1b1d07817d911d34d1a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/50c072.wgsl.expected.fxc.hlsl",
      "new_id": "b9a48d84848c652086faa3172cc4253ad99b5e2e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/50c072.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "506a11816663582ca5055a0fa18fbfbb6a359cb8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/50c072.wgsl.expected.glsl",
      "new_id": "efb73c7bd0447975f53d7424256790a09f083d4a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/50c072.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0826ecc28228fd7f127b4fe9e423cb0aa60c4e07",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/7496d6.wgsl.expected.dxc.hlsl",
      "new_id": "6786c9e70dd8d8a0eb90a8daa57af4294ed165ee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/7496d6.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "41d4d9f6282cd8c6b08e0172ba8c279371f0c16b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/7496d6.wgsl.expected.fxc.hlsl",
      "new_id": "244845a8b2bdd96065d2c0ee31133f3b2371e9b6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/7496d6.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5cd7aedaacb9fe12ef6f9b32f68f19c3f5542862",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/7496d6.wgsl.expected.glsl",
      "new_id": "4e3eba30bc15f4dafdb15a0c77af2f574c2bdba7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/7496d6.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "c67db05b5b365f06c38702779a9153ac3eeaaa49",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/86551b.wgsl.expected.dxc.hlsl",
      "new_id": "ddd72565835b8635ccd11b2fb77cdfb14bcac111",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/86551b.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f78e6339ad30c121fdfebe9113c1b2799939fee0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/86551b.wgsl.expected.fxc.hlsl",
      "new_id": "b8db66535ec193337212d749d5fa1ad33f05d1f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/86551b.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "53c04b12cd08fa134d1db7e3e454efcf429c4702",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/86551b.wgsl.expected.glsl",
      "new_id": "939ce5e84f77d78b30ce60829df4febc18fe81bf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/86551b.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bad775448d7ddc21aaa8271cc7caa191665b9a81",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/cb51ce.wgsl.expected.dxc.hlsl",
      "new_id": "6cee7cb136dd0c5612521ea8bc9e69d1ebcd3bff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/cb51ce.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7cdd266c460dd07627446742532158f9c07621e6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/cb51ce.wgsl.expected.fxc.hlsl",
      "new_id": "10c2fdc79ad2e863091e5af470da85d5458daa88",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/cb51ce.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "cc9e2a0f8ab0d4e8ab9027fc0f09ca838acb71cb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/firstTrailingBit/cb51ce.wgsl.expected.glsl",
      "new_id": "bfad1421762dab0188614e9c231381c1573b939e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/firstTrailingBit/cb51ce.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "fe833a2f9ce12768e3153121d62d6b34bd8584cd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/3c7ba5.wgsl.expected.dxc.hlsl",
      "new_id": "ad5ac66eb28876225fa749ba8c1906bcb8216a5c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/3c7ba5.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "66f6152e54205ad742081d090b23e2b6246670f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/428b0b.wgsl.expected.dxc.hlsl",
      "new_id": "780529a1237430061ed5052321f65c77db25a8e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/428b0b.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7ec4d923deba32a347941859de7395ef88e76f04",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/51ede1.wgsl.expected.dxc.hlsl",
      "new_id": "b169572ff5510f076260aa230c871171338d8b94",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/51ede1.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9ed8d254929477c223abef76bf3d24c082c14492",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/65468b.wgsl.expected.dxc.hlsl",
      "new_id": "162acdd967b8ceb69a0e8867a2db50884ece93d9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/65468b.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "eb6b28c4c7058f45b1c0d38f987f97e7d2c8c64d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/87826b.wgsl.expected.dxc.hlsl",
      "new_id": "a98523c16d13d358a50d60b29abff1419f5599ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/87826b.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "65eea53f12b8058ade83d43af75ce708623a20ac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/d86978.wgsl.expected.dxc.hlsl",
      "new_id": "8a946773f963dccac71906193aa44232acd3bab1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/d86978.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d2e9d9874e91ede3a4d1c1a6e67a29e7b55420cd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/e3e3a2.wgsl.expected.dxc.hlsl",
      "new_id": "dc803facad9d84b88c4356c777698e8998501b6a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/e3e3a2.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4cdfde5a4cb9d0cc862163cd1661c793e5a57d6f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/insertBits/fe6ba6.wgsl.expected.dxc.hlsl",
      "new_id": "42bf5c926d96bbaf339b8998bf6c7b668a72aaf0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/insertBits/fe6ba6.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "25474cb2b213eea337558630bdeb97dd7ee649de",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pack4xI8/bfce01.wgsl.expected.msl",
      "new_id": "7a33908b3eeee431437fdead47e43910e9a26f98",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pack4xI8/bfce01.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f49824aaf351d2e9aab88bdac8fa4a715508b30b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pack4xI8Clamp/e42b2a.wgsl.expected.msl",
      "new_id": "81a6cfe91d3231447f33c1aed12d7acf8bba89ee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pack4xI8Clamp/e42b2a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8543c7cb1074e264ca824d302ca8830d768d1c3e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pack4xU8/b70b53.wgsl.expected.msl",
      "new_id": "500ccd83f511f2f9d3a35316f056c325ec86170c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pack4xU8/b70b53.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d57554868b235dad7ff27ee507ad28550d8c6a3e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pack4xU8Clamp/6b8c1b.wgsl.expected.msl",
      "new_id": "0bc56f7f8dd00b6ffc1eb24c2fb010cb30f04e14",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pack4xU8Clamp/6b8c1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d5e1fc5f6b5c89ae98d88f16b388e11c8a8ea56b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupBallot/1a8251.wgsl.expected.msl",
      "new_id": "22e43fb2c4e64cbaddff935096d81cbbfcaee32e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupBallot/1a8251.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf70531bf147bc29e8c95595d07c312f08a23413",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/cdc6c9.wgsl.expected.dxc.hlsl",
      "new_id": "881a1bc464cfc6a9203ec5642665ca503334516e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/cdc6c9.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f76ce169c64e5dcaff6243a47c7cf3ed41931170",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/cdc6c9.wgsl.expected.fxc.hlsl",
      "new_id": "064be6fbd2e361483f22ba6323a81783695e554a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/cdc6c9.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2e76e96c66978ef6c5bc48a68b4ee9233482dad0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/cdc6c9.wgsl.expected.glsl",
      "new_id": "271dfcb6fe51f7175e793ac7df92bff8d42a2953",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/cdc6c9.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f3e53d990e769285dd3680db1e6f84cb50dbc6e6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/04b911.wgsl.expected.msl",
      "new_id": "5367b6aefd91e2c0d677488488f11b511c0e92dd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/04b911.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3d7616992a05b243fdec539db9926b73cddd9501",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.dxc.hlsl",
      "new_id": "b8d1b6f491c28fc3d022eb4a40c7282acfa7bf53",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "39e2f2daaa34dc471e191ef9bfc12da1b6e02fb5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.fxc.hlsl",
      "new_id": "96e22c03384478f26f084d02ba8d3045eba98edb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7e86190f4660c3beef733d1f5998827fce7001c3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.glsl",
      "new_id": "cfa1d4b4f8c9de03faf57a480d82863eea91cfb7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "8333b8d72cb0a8ec2d89267ec5d8446ce2056382",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.msl",
      "new_id": "8b7f1013f0476e9deadec577adbd180eb740b0f6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/1bfdfb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "de7468d5034fcc64dde54a9e8f7fcbe81f0406e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/2363be.wgsl.expected.msl",
      "new_id": "94b8da83939e46fd19baea193d15b23111cff538",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/2363be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3594c0ab6bfa0afc22665b30c8181ce02f0701e8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/46a93f.wgsl.expected.msl",
      "new_id": "0a700fa83cded93565cf62d0c53a35019fb6b302",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/46a93f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c28e67bb800f0a41f90020e1bec950f16c6fbd3a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/656d76.wgsl.expected.msl",
      "new_id": "991c5ba1c8bf847cd29ab3b9a6617b2550bd11f1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/656d76.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a658e227e9d37dab07708229f6c13824d920a0b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/789045.wgsl.expected.msl",
      "new_id": "b985f9b27d1dcf62f178a7813147a13c25bfc190",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/789045.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6f3639fe2dca1471ad000f698f78920c80a45d1b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.dxc.hlsl",
      "new_id": "96d478cb16ca8f81838dd1a40cdbd47a383cb445",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7972df253ffb9f9979f9171dd402455b8b1f1cd8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.fxc.hlsl",
      "new_id": "7b18282f8afc48cb4397769b62190f276781f41b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7dfbf886fd83646eed30db06e52bbaa7b9c3da28",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.glsl",
      "new_id": "94ce9a099d0453a2b49c3d6c7a06c8359fcc0c13",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "0c3c09fa1c79bf3a3f52de2846d47102a0b744d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.msl",
      "new_id": "813910d47d44438f04d7cd7705c26b67aa523e02",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/8acf41.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b400f71ce03c0cb590867595e5cdf68ddaf9eb8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/9d70e9.wgsl.expected.msl",
      "new_id": "7ef5a073763334cc097916e2b3bd4782e1158941",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/9d70e9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ba2f23d12d2385a3b76829f8ef8888ad78e6f3ba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/a24be1.wgsl.expected.msl",
      "new_id": "d4ac0768833e5b89a745f76e496ec67eab9cc96a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/a24be1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "726abc98cdfeba49560c5f756a4bb6b5d3bf0401",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/ff1119.wgsl.expected.msl",
      "new_id": "4f202b413f9ee4c14534fa988561bfed5e1ba043",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/ff1119.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cd0cad62aa0406683d1a602e1a342de4200cdc93",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.dxc.hlsl",
      "new_id": "42eb91b8bb2424e2b2b6a4ce8809091f7e332887",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "30dd4e013e357c6f27c5f3e86671fe45c69c49df",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.fxc.hlsl",
      "new_id": "3fba97a716329699c5264af8558b1e525a78e5c3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "4fdd9c8b12a7fcae8237ba1dc125b94c9be290a5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.glsl",
      "new_id": "22d42de5f2955c3c485ecf837c88692214c0f384",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "cbb075b0c4fd5ec4e86f724b37c331332d6c16f6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.msl",
      "new_id": "c6c86879880e1fca1954d92d69c07c013f863951",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureSampleBaseClampToEdge/7c04e6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a08ab3a1d90cb8afcac5db21363e339093d35f1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.dxc.hlsl",
      "new_id": "d475f5fced3213822147955a0992aaba4137e441",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5a08ab3a1d90cb8afcac5db21363e339093d35f1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.fxc.hlsl",
      "new_id": "d475f5fced3213822147955a0992aaba4137e441",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3380ee6f34004dae7ab331f22015e56b296544d5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.glsl",
      "new_id": "51aee3f509170f9a68b9dbf1946781e8037ec2a0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "726450b489bf68cf9a7f886474b85ec89780c472",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.msl",
      "new_id": "3a5756194451353267fe997bfcb7b3e5b7dcbce3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/smoothstep/smoothstep.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d2620c8222ec87a8966853d66d79216705b9c039",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.dxc.hlsl",
      "new_id": "c1b008c5359e32ac942582d2e22894f50cf67098",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f2d4586616efa96f75233bf27518ba7293e6e2e5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.fxc.hlsl",
      "new_id": "37b9d8128815506793face2d7dd031754b195fe3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7eb00df3e9f11aaa849020353473b147b7d3b021",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.glsl",
      "new_id": "8812306abbd11acb8bac0b7cee555cc069c2b9c9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d794c1ec3cdd36d3f8c8702880cdde83b2cf503d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.msl",
      "new_id": "eb98059f06841f19e0465aef69f0d3559cd46fdc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f767f53483b1e7fbcef6537daef97ee020add99f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "8d53a9cdf008f478aadb86d4916562df8841291b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "69b4dc2f52da0683af3c39bb5001beda684ebfc7",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "4dd9481fd49a05242164a6c179dc71dbae66d4d2",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9b57021e97fd54927623fba77b4658101187f274",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-scalar/u32.wgsl.expected.glsl",
      "new_id": "77e1eaf6bf658cc1a8c4aa545964255dfba49732",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "233abf09bb49b6b2e83a6326f362bb4470a7a0e5",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-scalar/u32.wgsl.expected.msl",
      "new_id": "a64cda41cb2be357a925b0772f1272fae0a92f13",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d9e0900c37105b0582d45de904d71f70d8b75c7d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "8e45c755ffca44f9b44e6677120b339ea0dc9e8a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "1ff1f49cbe8c16f5622fb426baec6089600659c1",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "04c906a15233f00b92b0b59d414197f887186769",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "57fdc047455e7dd3060f49d29f73c81cfe4dc700",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-vec3/u32.wgsl.expected.glsl",
      "new_id": "b42dbc63a35099c2a2da5f6280bc6ee8e5282c13",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "d07bcac3d98a42bca8a24684fbc52caa153180f5",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/scalar-vec3/u32.wgsl.expected.msl",
      "new_id": "0a7246153fb13b39ddfc2761ce727b99a3b9f5d7",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/scalar-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "96ef4ab640079ea4729000e266947dd3a602d7c7",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "5b9af762f162badc7c96beb4024d3fd78478a635",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ce6d0e21fd9e867f80d0e5a268f931f7887c9aaf",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "c3f2912fe8d497f67e797a9af31c39633713c298",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "75168348387e74faab2894f3505c7d3fe10c6db6",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-scalar/u32.wgsl.expected.glsl",
      "new_id": "665d699f78a633fe2e106450db9b74e20066ba55",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "f4f5efc07f868b831895ceb997ee057a728d8eaf",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-scalar/u32.wgsl.expected.msl",
      "new_id": "3f992011bb0a2b279753bb021504afaeac1f2563",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "21db553863a97fa1c1004d9367e1d01cd8ef44ae",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "20239278cf238ab54fde606769f7dc3ec52ff622",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "07402120918114eefc26ba0d7e178066176b09b9",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "3bf33db4e84101a6f6ecedf576d1ed21f2b91e54",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9c9bca1959c6fa8704b61d6c85b1a4e4e2e716f6",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-vec3/u32.wgsl.expected.glsl",
      "new_id": "91eb4ca9e306d06e6f09e3833b9a79c885cbddb1",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "23d2d8d5931f85739df6c9bfa4a650a1437c6e3f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod/vec3-vec3/u32.wgsl.expected.msl",
      "new_id": "50f37ad722cd2c9b30a0e19d5572b9b42186d251",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod/vec3-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "665de18f3126aa97c9573c74f4933c3ca6c5748f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "69a1c1ad0b615499dfefca3d26343da872d47b8d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "061b41d444155d26fc9d5c2bef34ce84622c3c0a",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "d48dcfda2b41c7d6748468fd7dc2fea31fa492bc",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5ea55710a0223e6adb64a7c13e7b019ba2af7b6c",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/u32.wgsl.expected.glsl",
      "new_id": "935938507230b674d6263dc4942bd3df8c31c8d8",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "629b994656d50bc27b8883a6b1dfb0ed0e7ad2ed",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/u32.wgsl.expected.msl",
      "new_id": "6b73ed9a71d597b7c3e51030bef253ea8adfc777",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "89faef3f34403919e69685e1883dbe6d23e990a5",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "10970c93ce9361d3327dcafc8742306284fd11d7",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ea699673b3c085363d0f57913eadd781c1f4c3ab",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "3aaea1d71c4757f11cec70feb9b1811ec9cef588",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "fda1d6c8df0ac0da38b88f68fa8a60e96875bc3d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/u32.wgsl.expected.glsl",
      "new_id": "0d4c587ce8bc34d8c1d1eea478bb56ac202093c1",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "da141e24c5744ef3a2ab8e1a96ca29d484fca70f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/u32.wgsl.expected.msl",
      "new_id": "58ebe706c780c73d5da223f68d2741d12fe666ca",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/scalar-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2fd87a1c603cddc2c1d27cd3cabe17302571e7b1",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "5f6fd41f2dfbd1099ced95a8534f338d9ac3ca0d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7007b475fa241d37c7fcaa9c948e283bdb8b5d82",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "c97045dd4dce7fafeb4e7cd318307b7bc7a5ff10",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "e7b4c47c9f39c101ab18c2025b0bbc42d3c55c10",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/u32.wgsl.expected.glsl",
      "new_id": "d83b80af0bcc168085243f464508661b988f6a0a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "51a5d8b2a8ecee6e5185e15e45ff11837187f516",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/u32.wgsl.expected.msl",
      "new_id": "d3f27cbfa5627be66cdb169ee5f6f87df00b3abe",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65ec426609fc2049a751036d5b6a749011781b59",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "c671d9674aa037702da4a242ba41a414ac7200d5",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8577c62b50b280e91f9e250a2bb0897b566ee60a",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "80a3d33f92bfacf3c44f1a22249fa3dc1d72eb89",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9c80506be474f159b0e6c83abce9ebed90a5c297",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/u32.wgsl.expected.glsl",
      "new_id": "3d693fed7e82e148a24669f395315274de6bed6a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5285c1f9a526dc946af8fdd9483269cf905b0bf3",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/u32.wgsl.expected.msl",
      "new_id": "06deaa7eda17a3e4169038e81532e8c5f900c198",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_constant/vec3-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6e84d9c21ec84078bbe879d537cc67a6c701d38d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "13f7616c5f73895c3b4ad2b22d77dec47bb9f424",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a3c8d7e0391058dcbe6bc59bb24e4df0867e28b5",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "f85f8887645df02782017c714708602f82088445",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ece5d3a7b15c09be71996fbecd4dada2a13791bf",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/u32.wgsl.expected.glsl",
      "new_id": "00b046ecc634763f3de5cf81b7e8c3c12e783acf",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a1f03cbd458e92e697c8a8cb8517a06747f879a9",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/u32.wgsl.expected.msl",
      "new_id": "7930eb81c0aabcb8f2001d7e31f1440021a2c5f0",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "feb116372f3dda03d0a0211816655890c50383b9",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "b475ed1d2b32ee824ac89ec785414d1c6bc88959",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8a170d7954f816e4378693e619d4c42595b6ee54",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "6ca4f4b2b79c68a6c39cde72d4a075c079413a0d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b7d16739c1c51a3c59dff57e8d16298a45d3b99f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/u32.wgsl.expected.glsl",
      "new_id": "8f1b407376c34c70f636b8c97e941028928eba5d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1405c7cb25815332f6dcfb4d2bc2d2ee8084f1a4",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/u32.wgsl.expected.msl",
      "new_id": "710f0687a1d9463d6ae668dd968e976b5034ff9b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/scalar-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3272f4de02fc3fc2676e6224d95e415379ba53f1",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "598dff86a3694fb8eb0ef7e1c0e6eabc7a2e58ee",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9a77ac0daa2f1327e2e7aedac1517b9023bfe152",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "8c66e23842f2297209b720027ca0aa10672076a7",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f811e624ae7c0c3cd3681648da0e2676cd44179c",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/u32.wgsl.expected.glsl",
      "new_id": "f3e20e989c30314299200709c3b78491e1d46b80",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "6905e7e0103e0980ec869ddc51fdc8190d105291",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/u32.wgsl.expected.msl",
      "new_id": "da0e6e06b78a7ef6a6073efb3f73cfbe0149fbe0",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "153b81aa70e7cf54867ddae4b3d4d7a16efbe7a4",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "80a3790f83c39ec7bec0005c6ef10b4e67fd66c3",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "7a64f20e6eb388921d07af0fa3e8da11b50462e5",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "f995886a1845695a334a6aebc05bef6d946bfdfd",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "f787918cad4225b7e0dcfb0a5485aa0b518bc8d9",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/u32.wgsl.expected.glsl",
      "new_id": "8ad49972b2c60dee949efd7fb76dadecb3674f7f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "18b6f7b9e47ecde8ef1ad0654afa882ae42a96ae",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/u32.wgsl.expected.msl",
      "new_id": "8b5c8ab3c106be20468b9b48be2411f306260397",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_expression/vec3-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "665de18f3126aa97c9573c74f4933c3ca6c5748f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "69a1c1ad0b615499dfefca3d26343da872d47b8d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "061b41d444155d26fc9d5c2bef34ce84622c3c0a",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "d48dcfda2b41c7d6748468fd7dc2fea31fa492bc",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5ea55710a0223e6adb64a7c13e7b019ba2af7b6c",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/u32.wgsl.expected.glsl",
      "new_id": "935938507230b674d6263dc4942bd3df8c31c8d8",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "a080a799bdd8ec12bdbf7a88a9d2f0cae50711c0",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/u32.wgsl.expected.msl",
      "new_id": "f7585ef956bc42c3e130fe3dd1b7eb5648f7a04f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d83c52424e41d321bee4b09f6efa507f1e044653",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "280ebf2793e0961e09473cb778c0f94eebac7f33",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6da0ab70ea61752eb24e6eb83c4a131212af5044",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "9649129359f5f321686dd63b82fcc2c28be850ff",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "85a58ab20316a3332e5cb7e4688dd03aebd59296",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/u32.wgsl.expected.glsl",
      "new_id": "0f743c2021b08bc4931f34f248b0faabab874b43",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bdf3ed7025d3c3d979d1e768a40607f32338d3bf",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/u32.wgsl.expected.msl",
      "new_id": "1fdd8e23f502a6a918d83d7569522036f6ee749c",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/scalar-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "978c0acedd27dd2efd6af0c84c6262e1af2da3b0",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/i32.wgsl.expected.dxc.hlsl",
      "new_id": "75b1fd6e916e794d1eb9f2eb8c08fa665a8f018b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "250e0d35a9fad3b0947f58f77405c8b0307b2c14",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/u32.wgsl.expected.dxc.hlsl",
      "new_id": "414e19257fc13ad260116e9a37cf68bb38e27fe5",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6dbb3258e7eec9e301c3788e6e13a4ba10cc0712",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/u32.wgsl.expected.glsl",
      "new_id": "f51167be078e8c2bd68905b49f1dbe7342eec0c9",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ea05ce1fa138af69b07449bc58a963fe3ca03fb3",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/u32.wgsl.expected.msl",
      "new_id": "146982b28460053ee54712be4c0a689bc2f2a866",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-scalar/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65ec426609fc2049a751036d5b6a749011781b59",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/i32.wgsl.expected.dxc.hlsl",
      "new_id": "c671d9674aa037702da4a242ba41a414ac7200d5",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/i32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8577c62b50b280e91f9e250a2bb0897b566ee60a",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/u32.wgsl.expected.dxc.hlsl",
      "new_id": "80a3d33f92bfacf3c44f1a22249fa3dc1d72eb89",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/u32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9c80506be474f159b0e6c83abce9ebed90a5c297",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/u32.wgsl.expected.glsl",
      "new_id": "3d693fed7e82e148a24669f395315274de6bed6a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/u32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "08eccce468176ddacca282aed10aa6871344b8df",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/u32.wgsl.expected.msl",
      "new_id": "52f8004087232c6aa10c06e78e8a4f3e70edf84d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mod_by_zero/by_identifier/vec3-vec3/u32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4e3b2e44f796ef63461c7481b0684147fe35ab9b",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f16.wgsl.expected.dxc.hlsl",
      "new_id": "d4324146c2459cb352c8d6c70f5b1d4c947a9cd9",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "520b8687341ec45b46b077589dee4d553fd9c858",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f16.wgsl.expected.glsl",
      "new_id": "fa1c28ffc26312ebc5179c9bcb6bddb224947c40",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "bcd2e84ebd9e799c2d0f5feea9a4a47bf09befc9",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f32.wgsl.expected.dxc.hlsl",
      "new_id": "46aa1cc8d0b43739188259c7834932d2545dab20",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f32.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "22b3fed0377fa82508ad6b5b98e23b8d79e598b5",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f32.wgsl.expected.fxc.hlsl",
      "new_id": "78fa2c9c4e970edb404a89c85e36fd053a242572",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f32.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "da4eedc4056a3e2f39135b9c014a295c889225e6",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f32.wgsl.expected.glsl",
      "new_id": "b97caf18594e581ef12433a5d41da9b1887658f1",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/mat3x2-vec3/f32.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "1dc5267db1ad9d97b0d35d8d00dd66e917a5fd17",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/mat3x3-vec3/f16.wgsl.expected.dxc.hlsl",
      "new_id": "0b78da3b2dadc87b0cbb583d06a4b165150a2d33",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/mat3x3-vec3/f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d11530892a1edeed7da60c84b1535a7ab0c4b041",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/mat3x3-vec3/f16.wgsl.expected.glsl",
      "new_id": "a6b9676e1ef52c68a0da0fcdb9862f56cf1f2977",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/mat3x3-vec3/f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "9a264d196c0be25c2de59ec983d218274f9e678b",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/vec3-mat3x3/f16.wgsl.expected.dxc.hlsl",
      "new_id": "002718e6ce48aed1784820611b98ecc246c1bf54",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/vec3-mat3x3/f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "65102bc54f263da751785c84ef3fb3dcdf9bf048",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/vec3-mat3x3/f16.wgsl.expected.glsl",
      "new_id": "729580c4ec4d50019a4347eb89ca6b895061628d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/vec3-mat3x3/f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "be98a67ecc58635868acd19699bcdfc3016e5a65",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/vec3-mat4x3/f16.wgsl.expected.dxc.hlsl",
      "new_id": "8322813723dd1192eb43c50e064e0646eea07f3f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/vec3-mat4x3/f16.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "18de1588d3461fdc36a2e44d6ee1c7e65c90b2fa",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/binary/mul/vec3-mat4x3/f16.wgsl.expected.glsl",
      "new_id": "5f3dab3bed3f15b1a8858b5dd5fdde9c9cb9d958",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/binary/mul/vec3-mat4x3/f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "ebc3e7845cfdce14ec0cc100b1b567c4d07977fe",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/bitcast/let/64bit/vec2f32-vec4f16.wgsl.expected.glsl",
      "new_id": "7e992cb3f557e95733cc572ac3579d98c8acbe3b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/bitcast/let/64bit/vec2f32-vec4f16.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "06bae4ab6ef73ceb1dba519bd24e38f7c12a0fe3",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/construct.wgsl.expected.dxc.hlsl",
      "new_id": "7b57447c4cbd4698cd8f269ee3182b43e852e6cf",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/construct.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "d5e3e9b12e24b894f27f01b0c718f3934fceed87",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_param.wgsl.expected.dxc.hlsl",
      "new_id": "ed880ee697c3e004152c6ffe0a0a5cad73ed4621",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_param.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2d6b35220472c7cd627c7bd567f59ce03a88645a",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_return_value.wgsl.expected.dxc.hlsl",
      "new_id": "e7bbffc1303dd115ce74483b561ebcb2702e4678",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_return_value.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "dd1980ae294590965e4606aa1925cc0629436133",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_return_value_non_uniform.wgsl.expected.dxc.hlsl",
      "new_id": "9dce67b11b460205f00088bd7e536c12593efd66",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_return_value_non_uniform.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "3afc91ceb8d6b8d227d8920e613109cd3c03e833",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_var.wgsl.expected.dxc.hlsl",
      "new_id": "a152ca496aaacda07d50ccc49e0646deb6f8fe53",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_var.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "bcc8c1cbd271ff979320b5a301261e6eacc74fba",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/let.wgsl.expected.dxc.hlsl",
      "new_id": "2a7e384504b778ae9a0b749d3157e45f9d978efb",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/let.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b139754e823242339871aac9db3761e77750aa36",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/pointers.wgsl.expected.dxc.hlsl",
      "new_id": "976322704c433c5834d0d0732f92d6afe8a91e69",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/pointers.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8e30b8ee460868554183523ea34f378bb5c74e30",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/uniform/vec2_f32_in_mat2x2.wgsl.expected.dxc.hlsl",
      "new_id": "ee1e50c2bb3cd2b11dd545c11f6c37806a6f634f",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/uniform/vec2_f32_in_mat2x2.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b16fd480727220f6ae3496443809b22db99c18fd",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/uniform/vec2_f32_in_mat2x2.wgsl.expected.fxc.hlsl",
      "new_id": "0d381420510563294b9215d3ece40cc82b87d3fd",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/uniform/vec2_f32_in_mat2x2.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "b05979ce397a49455ecec13a0f4ebc270890da82",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/uniform/vec2_f32_in_mat2x2.wgsl.expected.glsl",
      "new_id": "85e0949888ead09f04b75342018300dd612cf0cc",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/uniform/vec2_f32_in_mat2x2.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "252cda1f8499e9f9d9e96d4d8778b3892bfc36e8",
      "old_mode": 33188,
      "old_path": "test/tint/statements/compound_assign/divide_by_zero.wgsl.expected.dxc.hlsl",
      "new_id": "5a0c21573afd2e30a605c3fc408fefa520d719ef",
      "new_mode": 33188,
      "new_path": "test/tint/statements/compound_assign/divide_by_zero.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a53841b183ab840a9392cb21bfd213959db6d4de",
      "old_mode": 33188,
      "old_path": "test/tint/statements/compound_assign/scalar/modulo.wgsl.expected.dxc.hlsl",
      "new_id": "d73ca447fb2fb2520569d5f1ab1c98e6779980ee",
      "new_mode": 33188,
      "new_path": "test/tint/statements/compound_assign/scalar/modulo.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "ef51d33064bc90aa6056173f7b41b33b3e702495",
      "old_mode": 33188,
      "old_path": "test/tint/statements/compound_assign/vector/modulo-scalar.wgsl.expected.dxc.hlsl",
      "new_id": "78aba65d314be0066a27be5fa7f3aec4cdb316dc",
      "new_mode": 33188,
      "new_path": "test/tint/statements/compound_assign/vector/modulo-scalar.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "891f937d914f8a7496e7768fcb5991ade1039073",
      "old_mode": 33188,
      "old_path": "test/tint/statements/compound_assign/vector/modulo.wgsl.expected.dxc.hlsl",
      "new_id": "7bbbb278dee701320953c14bf286e24cd4e480d1",
      "new_mode": 33188,
      "new_path": "test/tint/statements/compound_assign/vector/modulo.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "16a84e9553962027e741a635e3680eeaf5592a7b",
      "old_mode": 33188,
      "old_path": "test/tint/statements/decrement/complex.wgsl.expected.dxc.hlsl",
      "new_id": "f1e01039e02127e379aa293ff805a2936c49d12b",
      "new_mode": 33188,
      "new_path": "test/tint/statements/decrement/complex.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "16a84e9553962027e741a635e3680eeaf5592a7b",
      "old_mode": 33188,
      "old_path": "test/tint/statements/decrement/complex.wgsl.expected.fxc.hlsl",
      "new_id": "f1e01039e02127e379aa293ff805a2936c49d12b",
      "new_mode": 33188,
      "new_path": "test/tint/statements/decrement/complex.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a114fcb79d18594b67b49ec0421af27ca38924a4",
      "old_mode": 33188,
      "old_path": "test/tint/statements/increment/complex.wgsl.expected.dxc.hlsl",
      "new_id": "3eb06b76f62c15cf1b0577795dbf008ab8999116",
      "new_mode": 33188,
      "new_path": "test/tint/statements/increment/complex.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "a114fcb79d18594b67b49ec0421af27ca38924a4",
      "old_mode": 33188,
      "old_path": "test/tint/statements/increment/complex.wgsl.expected.fxc.hlsl",
      "new_id": "3eb06b76f62c15cf1b0577795dbf008ab8999116",
      "new_mode": 33188,
      "new_path": "test/tint/statements/increment/complex.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "5c7bfeba656c8de0b6063c47d5b24b479c314df8",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/num_subgroups_linear_workgroup.wgsl.expected.dxc.hlsl",
      "new_id": "1cbddd98ec5a2d2610c6b456daf820df2cbc3265",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/num_subgroups_linear_workgroup.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "8aa4d0d5b41995a6b154f3344741f955e3c08735",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external.wgsl.expected.dxc.hlsl",
      "new_id": "61c719f144ff622b1f7c7bcd42a2bbcb13858731",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "97da1f499e5a4136caf8fb2eff5462ddeb0e9b72",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external.wgsl.expected.fxc.hlsl",
      "new_id": "9106712a4285a72a0fed18be24d5efa20afd5a83",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "2807ad4bd9f711e2bc67fd097cbf65a932c0c095",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external.wgsl.expected.glsl",
      "new_id": "acf32ccc1149ab46b74bbb92e1a812a3f1284fd3",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "21265916dd0194aa9ed66138d65a9613adc22ee1",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external.wgsl.expected.msl",
      "new_id": "23870253d21969b3262ae9822ab4590c5ce78a31",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "515964c1f1de29e19b6b99cb8f2030bf9ff0e121",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.dxc.hlsl",
      "new_id": "32155aa6dada3c11dd6531adab825018f7294ee5",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9d4ca6f34780a34d4e3bbfaf10759e65b82d5cdc",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.fxc.hlsl",
      "new_id": "c51906ada93409b5cb6984b02f5d1739358aae56",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "c355e17e3583a5fc6e2d41115b7f38bc82ffef81",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.glsl",
      "new_id": "45146cb158bbbb7553988aabac37aff9f1608b30",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "4eafcec09106866156152a1cf020eb7239be9d34",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.msl",
      "new_id": "e871d7590ae259e1abacefc66d085e349c959b89",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/external/external_ycbcr.wgsl.expected.msl"
    }
  ]
}
