)]}'
{
  "commit": "30e5acb03a50c9fa54e5e8e4e15d12a2b35f1532",
  "tree": "8adf9f22bb0f5ef196592650bbcdd26179fd42d2",
  "parents": [
    "badbd6b3b1f47c5e1c245189a80f5671b87e8821"
  ],
  "author": {
    "name": "Kai Ninomiya",
    "email": "kainino@chromium.org",
    "time": "Thu May 14 11:21:34 2026 -0700"
  },
  "committer": {
    "name": "dawn-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "email": "dawn-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Thu May 14 11:21:34 2026 -0700"
  },
  "message": "[tint][msl] ArgBufs: emit `_ \u003d` statements unambiguously\n\nWithout argbufs, a `_ \u003d` of a uniform/storage value results in:\n\n  uint3((*tint_module_vars.f));\n\nHowever, with argbufs, `f` becomes a function argument resulting in:\n\n  uint3((*f));\n\n  program_source:30:10: error: pointer type must have explicit address\n  space qualifier\n\nThis is supposed to be an `expression;` but in C++ it gets parsed\nincorrectly as a variable declaration, like `uint3* f;`.\nAdd parentheses around the expression so it can\u0027t be parsed that way:\n\n  (uint3((*f)));\n\nNote, this doesn\u0027t happen with bare constructor calls (see call.wgsl)\nbecause in that case phony assignments get emitted for example as:\n\n  int3 const v_2 \u003d int3(z, z, z);\n\nThat would work here too, but would require changes to the IR that\u0027s\ngenerated for (at least) this particular case, where a constructor is\ngenerated to convert packed_uint3 to uint3. It seems more complicated to\nmake sure that fully covers all cases, whereas just inserting\nparentheses here is simple.\n\nTests updated with:\n  ./tools/run fix-tests out/r/tint_unittests\n  ./tools/run tests --tint out/r/tint --generate-expected\n\nTest: test/tint/statements/assign/phony\nTest: ShaderTests.StorageAcrossStagesSameBindingPointCollideMixedStructDef\nTest: ShaderTests.UniformAcrossStagesSameBindingPointCollideMixedStructDef\nBug: 363031535\nChange-Id: I0999092a15a0ed584a39724ef342f9653478ba42\nReviewed-on: https://dawn-review.googlesource.com/c/dawn/+/308297\nCommit-Queue: Kai Ninomiya \u003ckainino@chromium.org\u003e\nReviewed-by: dan sinclair \u003cdsinclair@chromium.org\u003e\nSLSA-Policy-Verified: SLSA Policy Verification Service \u003cdevtools-gerritcodereview-exitgate@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "53523abdbb3309ceaa7ae1799886206f8847d63b",
      "old_mode": 33188,
      "old_path": "src/tint/lang/msl/writer/discard_test.cc",
      "new_id": "70deb0ec5640b17b30af02a052b2e186216e8e0e",
      "new_mode": 33188,
      "new_path": "src/tint/lang/msl/writer/discard_test.cc"
    },
    {
      "type": "modify",
      "old_id": "289f1581675515288656aae259523286b8eb2faf",
      "old_mode": 33188,
      "old_path": "src/tint/lang/msl/writer/printer/printer.cc",
      "new_id": "82a4b3afcdcde899cef98706b1f86cff2ff8e8b0",
      "new_mode": 33188,
      "new_path": "src/tint/lang/msl/writer/printer/printer.cc"
    },
    {
      "type": "modify",
      "old_id": "63188c6de5e95c8c4bb6329961d05601d7bc53bc",
      "old_mode": 33188,
      "old_path": "src/tint/lang/msl/writer/type_test.cc",
      "new_id": "5892f92e528095068e0dc7e397984817d700ef2d",
      "new_mode": 33188,
      "new_path": "src/tint/lang/msl/writer/type_test.cc"
    },
    {
      "type": "modify",
      "old_id": "76b3bcad7935a421660049228aa4765ea35eab32",
      "old_mode": 33188,
      "old_path": "src/tint/lang/msl/writer/var_test.cc",
      "new_id": "e2d9281f0e39527940c8352c0a37e818b0a373ac",
      "new_mode": 33188,
      "new_path": "src/tint/lang/msl/writer/var_test.cc"
    },
    {
      "type": "modify",
      "old_id": "b27bb835c42333f379f8a26851ba4c1267ad1748",
      "old_mode": 33188,
      "old_path": "src/tint/lang/msl/writer/writer_test.cc",
      "new_id": "5ae2563716fa93e2bb119326898a9c428222182e",
      "new_mode": 33188,
      "new_path": "src/tint/lang/msl/writer/writer_test.cc"
    },
    {
      "type": "modify",
      "old_id": "f8ca1ad5e5dc21f1ff3d58e232bd76c0d3c4475a",
      "old_mode": 33188,
      "old_path": "test/tint/access/ptr.wgsl.expected.msl",
      "new_id": "7bec352fb1a2f4048e702a14ba1c80ae4c1a8ea9",
      "new_mode": 33188,
      "new_path": "test/tint/access/ptr.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce4636b248a9c1fa0939046162bdf304a9a2ed7b",
      "old_mode": 33188,
      "old_path": "test/tint/array/assign_to_function_var.wgsl.expected.msl",
      "new_id": "a92f0762906421651dff0165de2f44454758faa4",
      "new_mode": 33188,
      "new_path": "test/tint/array/assign_to_function_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b2cda4333a4bc9ab9b16154cf658eaa3f4cdc855",
      "old_mode": 33188,
      "old_path": "test/tint/array/assign_to_private_var.wgsl.expected.msl",
      "new_id": "a827e7eb6c02126b092de899f1e7114c24e655b8",
      "new_mode": 33188,
      "new_path": "test/tint/array/assign_to_private_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "af2098eea36c8cc0ddb144b51a1183679c12060f",
      "old_mode": 33188,
      "old_path": "test/tint/array/assign_to_storage_var.wgsl.expected.msl",
      "new_id": "1596329984c3554482027dbe3975417fe937bf51",
      "new_mode": 33188,
      "new_path": "test/tint/array/assign_to_storage_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e65bac997fe315c17fc92b77c16c9c4180cc8ce5",
      "old_mode": 33188,
      "old_path": "test/tint/array/assign_to_workgroup_var.wgsl.expected.msl",
      "new_id": "6e0fe04016cea99ca509ab29fa14248bf186001b",
      "new_mode": 33188,
      "new_path": "test/tint/array/assign_to_workgroup_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5100a0a92384e1a878ba353a88a2fef6f9203b6e",
      "old_mode": 33188,
      "old_path": "test/tint/binding_array/access_as_function_argument.wgsl.expected.msl",
      "new_id": "bba26f0183d8030090e09982c804793dba52fb8c",
      "new_mode": 33188,
      "new_path": "test/tint/binding_array/access_as_function_argument.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c69e498512c2cedd4b1f7b8df6647d4f24835a58",
      "old_mode": 33188,
      "old_path": "test/tint/binding_array/as_function_parameter.wgsl.expected.msl",
      "new_id": "aed29384a603a2e01913128b597b2e71e59cc7fa",
      "new_mode": 33188,
      "new_path": "test/tint/binding_array/as_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56184f50f1f2b8dbe10cafc8d68739e40ebc655d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/dynamic_index/read.wgsl.expected.msl",
      "new_id": "04e9462e46101cf600a79f7e9cacda113a555fe1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/dynamic_index/read.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4c5a8813fe576823580f09e8017d9aec7146702",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/dynamic_index/read_f16.wgsl.expected.msl",
      "new_id": "81b338ef3e3be141225eef236201e9a20f3c2a09",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/dynamic_index/read_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8b2d0e3059f8a259fe0322f1d2303bffa3da18c7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/dynamic_index/write.wgsl.expected.msl",
      "new_id": "758a542536ec76e532f70b4422b4a903dbc0f4fd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/dynamic_index/write.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6ac00fc2d8a3cb6808b7fc61725b2304044afc4",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/dynamic_index/write_f16.wgsl.expected.msl",
      "new_id": "c81abb10317443097c1f894afda1936142c6e37b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/dynamic_index/write_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "032349e026d35e7606c87b5eceb728f8a84969b7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/static_index/write.wgsl.expected.msl",
      "new_id": "69ef6fdca5bba430fd8bd1b1bf4085bf15027f5f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/static_index/write.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e3e8df8433d7e7809539d828e640c1fee9cce7ab",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/static_index/write_f16.wgsl.expected.msl",
      "new_id": "04bce6a7b0c58859444417068d15c30f7f84efaa",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/static_index/write_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1d57859ed5e100ee880752e56282915c58c1dc6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/mat2x3_f16.wgsl.expected.msl",
      "new_id": "5180ddc9318563ad825bf346fda8f74bf1239b73",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/mat2x3_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9d6edb24559aa4290f4991f051abc2f952ee00a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/mat2x3_f32.wgsl.expected.msl",
      "new_id": "66dced8227381fbffff8a1c1c93d885c8d0c9f76",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/mat2x3_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7df5fa4d4c6ccdfa47b65cf74a72c9eb4e01be77",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/mat3x3_f16.wgsl.expected.msl",
      "new_id": "c49412ae1c137c4c394a823fd29f5123d0457fa8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/mat3x3_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99fcc6e84fdac6de18860b64778410da03b957ff",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/mat3x3_f32.wgsl.expected.msl",
      "new_id": "a0afd3f8f66349b7c65bb96feea9a435c39ee65a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/mat3x3_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f9b38516e1f2a1e4c11e0cb02fd91d3c2eacf076",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/mat4x3_f16.wgsl.expected.msl",
      "new_id": "e65ef0dcb42ea7fe88492a6bea252b17e7bb121a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/mat4x3_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e96a8bf14bc4a8bf90b201f0e7163b5bee86345",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/mat4x3_f32.wgsl.expected.msl",
      "new_id": "4cba74c5331aa38c198a6014d4476ea22ca94a59",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/mat4x3_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a759d2746ccb535da2e26ae469de06e2d75abd89",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/struct_f16.wgsl.expected.msl",
      "new_id": "7a38d4ca657a9f0c18de01a648af256cd8488888",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/struct_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70b81d78754321953c5c295e6fac779f6a2d0f49",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/storage/types/struct_f32.wgsl.expected.msl",
      "new_id": "77ac2b696306eeb9a5f127c4a3a23f31e1b0d9d5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/storage/types/struct_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e6b9b2eb06dc65e62d3f5471b8b64ffef033e945",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.msl",
      "new_id": "31d0ea97977fcd68ec96b2fffb615d1b9bcb0766",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/dynamic_index/read.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "30996b056b9c43e6885c434c44f81a5878fa3b09",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.msl",
      "new_id": "279fb31d8602cd6fcdc7c05f7dada35db3c07db8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/dynamic_index/read_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1383e19317c6d1f2a6c324c8067d5957fb93e2f7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "533d69486656ec9918ca87aece0cf29f4b7c048e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "688fa7da4de1596fa7b31cbfa6f2e338ad0d410d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "508d4bc7b773a7dfe77f9845a9921a755ab99685",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67c1ff4a422ad64d24595b3b6d1c924867cbc7c2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "bcedb986bb89048c41231f6d9e4f41e875f16ee2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ff1d50ad1497771fef69cf07bb655f083bab2699",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "0f36e6655237208fa8d4e7036dd9cec8e6076e8b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d4ea39518e849b87e99b1c584ef66773b0e47d6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "bdbdabd80a08c97349b17e75a2c721543b8ee199",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c69e361baa086a18e261d90c64894f3fd46a50b5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "74ff981bf7dcf715f669a353d8508963e6e47040",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "757cb030a9f61047b8487701d4ef5eed2d94c32a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "123f900e0bae51d32e88fa44bac453d3081266e3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat2x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e2619319d93128baf2d5c1f3f04b0060e9767707",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "d1f15faec6701035cfadf0eb81bc61b0862100f1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f920322bb1d3c9fc95781fd33252d66e14882ad6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "8db0983041ba622f7d16f30cc47432c64f5be9a3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80c65492b31272d86593da162983df747c2dbaa9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "8d43351b946e4c1048c3319a1ecff354e0868436",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat3x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b59d843ff1f97f5cb485c1dd1eaba7007ca13659",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "9eed11963a81e79297a87d3d5f8b4558915784af",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b203fca007ad4b4c3eed1fc3d5a2cde9b9b49db0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "7c300c5bf5ee4b2685402277b7584a177d4ebc48",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "41731a276d8eca08d8932fc1ce886592c041e051",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "09de27d7fde21f5cfbcc8aae859c34020c8a0d24",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c7b6611caeee4ba4e6ef030c5b2321c8472796c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "56c0d0be0dd4ec61de82159231c6819562bf333c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a6f60060280e4e20e4817706bce3d355c7cef81e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "1a2d15284892c84aadb44329e571515f6e9f5932",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d6683b992f33346a080a0eb89351b36c18588535",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "fb8cce463a1231e12b84b7c0a363bc8683cf044c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f5634303713ace304168402b4acbaf8d34a6486",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "c79e2ae642692e9401445c5940961e730d64dcbc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a6a9f904f49e17acc8ea37897db9a9cd1d3f756",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "276fa24412eae321cf92b53ebbfe3745e6380432",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/array/mat4x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a2833124c69806f2327a349f893deb09ea3bd5d0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_fn.wgsl.expected.msl",
      "new_id": "2fd483b2fe5fcaa3eb414bf25d915e42774ffd14",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f4a9c75dd5f92a448fd93d37433639c890706b6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_storage.wgsl.expected.msl",
      "new_id": "982f999dce664ef29c4f067917b46a8fc97c8737",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fa9f1eb4495e6509b3907c812be2ec9d88b09ce9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "65cf872fee152281317e4a7fb3552edf1d98c62a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e0800e91ec4a3cc49b1ffff750f6c4b8ac03db5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.msl",
      "new_id": "a9150de26dc0299c49118f1ac1d20c464d1963cb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d0586fefc1d3d91f1996a1e5a5b21934c11f126",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.msl",
      "new_id": "dad39afbdcbd3abee2ba2e3fb5870ef97e0a9a4e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c5ea2e1d67632f67bddb3f99029735e595cde567",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "b8fbdfbf3c38e5baf350a148eb68424702adea1a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4edc12801d68520d5f9423d13eb319ab1e1f738f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_fn.wgsl.expected.msl",
      "new_id": "d38483bcee845bdb55ea00dac3f51702ffce443d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a2acbfc8b1ec68838673e961f3590b8f48245e88",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "eda4dea1bbeaefe6c99470e94e1ae39b7338df61",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f730dc706c02bea94811dcf9e0d82bbd257ce9e6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "7fe96298d73c7aa222ca1e7e9c79ab5a530724d8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f255e63c623f98f746a2424eb6ee50f3a429d61",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.msl",
      "new_id": "0b68220c1fd091ca688fd7bb4f40c3df08df6579",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4028274fff91403cccd28069bff2cab433baf658",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "c5b4b039a0044e48643a3ed3c81100a6555a292d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b8be4abf30f0c45b2c6d4091183120b7adf38763",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "2a02b4447494ac3a12077d95bad8317c810175ce",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "626a912872e391969c56320914a81ea91b7841b9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_fn.wgsl.expected.msl",
      "new_id": "f939b5168ab3042821aeac53654a3761b3e78f73",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc1143bcde788a44f6225152847a84ade014934c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_storage.wgsl.expected.msl",
      "new_id": "05dfbe0dcbe1b455c15c36acb5ca482608d83329",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7487777f1e27b7cf5d6a86f6b81ac899b53dda9",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "c09de3c06f528874eda716c0b0f3d5a881ee36a3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9acc603ddf5909296ee2a53f4ebef5678abc9cee",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.msl",
      "new_id": "7db3265f346786c652b89a4e7e1667d28e26939a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "77c7343f9705834450c1b0bacd1ad12826120a7e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.msl",
      "new_id": "6e319aa9ebf9e15ba7352315483c578a694d71b1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "da52617e532a2dd79a2b75e3609e382c8a7e4bb0",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "c225fa3c82ad6333dbd97b26c90e7d89a55fe9cc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat2x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc30d1560ee24892e485510154ca292e7218173e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_fn.wgsl.expected.msl",
      "new_id": "5d760c3723853dc26339ac277d8adb5eb127bdd0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "534d8c66f07705689f492e015415afc92dbbfc35",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_storage.wgsl.expected.msl",
      "new_id": "945c3536b6db9b435c6789df7557daeefc53215c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0ef293a8c57c6042caf731d6727095b962a31c6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "2a66bda977ede4ebdb4c20e447b51b3209ca14c6",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c3562c42c8e6705d8194c362e09dd2807078c8a6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.msl",
      "new_id": "b5445a205897a5165cdd0fee4c15a437679a65fd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "84fb6e2c07a71c9999b82d53da1ee18186749afe",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.msl",
      "new_id": "dfea0d146108ed9186ab14e0439910a009d08b21",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64da12b7ff1a0bb97f4a8145f08f79825ba074e2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "428a733cf76b4c111d2c31b014650c4cfcc77853",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ea859de02dfaac83d95602652f683904c2dceed7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_fn.wgsl.expected.msl",
      "new_id": "c98e8e3907e2b591811bee000687d79b27c88c84",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7028602ed08a754d32cfcb51b5622d180d59a9c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "d48b2ec4b6eb1f052640e56df27731e327327bc3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a683ec214b91858e4df6cf613ded0cc6c9e9697",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "2c511be4e073c926dbe3abc56945ed4fe0abbecc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ec679a212de34780688cff3ead4c41a5e1b712e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.msl",
      "new_id": "f81d0e52f6285565a691941f1a49c66ad97509b0",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99a53aada6c292af59047315ebae6747efe37f83",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "06052767312d9f5d61a86e12eb9237209e42ad7a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7514c5a2d16da6daeab3493db3c375155f431dec",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "46474e4bdf540ff7a6d6852ad73c70c5f174c535",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eeb0ec5919fe2dca348c447e0dd36696a9774175",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_fn.wgsl.expected.msl",
      "new_id": "c5767f4b8f4d7f74f5e8b5365a7ed803c89b49ea",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "00ac1afa2c94e6a310276c7bd238136c8858556e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_storage.wgsl.expected.msl",
      "new_id": "9aadf312e89d36d0ef099f31213bf0a9dfbb9f96",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b0d0d0081d17d8ab11024db0cbe8e4862a25f46c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "e015e18d3bd293d0f23b5cffb5fd234aa77165fc",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd4b9d297f0e8d487d3340aef23f5b7eccd26d3d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.msl",
      "new_id": "d237bfcd3e544be213eeeaab2ea2954ddec93496",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c5b2e7b2eaab487b29861ae6bc8b760abce83a4f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.msl",
      "new_id": "ad6099e09107fdf47f772cd5270679edec7f7377",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "985637296fe5a59cf9d1b4812667e2d0ee193021",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "3df5fddc6a9dbb7a1f324956b0ec4e407c329480",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat3x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9114b8f5f109e5e6fe93fdec153177f990071647",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_fn.wgsl.expected.msl",
      "new_id": "539e576d7f164c674823120e511e43aa7502ce2a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3665708238c484e98c5fe0dde3bde084ca296409",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_storage.wgsl.expected.msl",
      "new_id": "7e15a6125fb885f7a824ef71b1252d5716e3cd1e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2601e8a0485062f5f3b0c79e9170b623e6e7329b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "4637e19c74ecb2109e43c790edfe943e70c34804",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48fd8ceb07eb542da220ba7d7db6387be206048c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.msl",
      "new_id": "9fa22fbf88431c5b438e1e8e2fd422384e95d170",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16f30d2aa0d5811c7baf483195780a873db4bef7",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.msl",
      "new_id": "eecccdb284b4a7b8fbc147edfcb4f35ceef3ae6f",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be8535caed9abc86d724f25c7414d2c775757616",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "4bb0c99495131ca82a1c1dc4a2f62a66cf55f9d1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f4abbd1372ff2739939c1976afcff29b31d2d0b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_fn.wgsl.expected.msl",
      "new_id": "ebfe68acc2d3557de978821968ea52a48468247c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "55ec4974f3bfce9ba53e4f0ee525fe86baa7bb8e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "8ffdab5340b9d6599e40e55ad77f90b3ff5edad5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5c29a3c96a2d2736189e1f95e004b42de476855e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "0ac07c09469ac16b0e927e0c4d33ab13222d0e6c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7ccc6b4fbaf8b3059def7f66a4940562e5dba080",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.msl",
      "new_id": "b6e9f5a9fbcab2e5e9a123a4ce11b304633e7f06",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6076f430a4924a4044046b3da164009f92138941",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "ee66501cc269df6aa6af3a9ec8cfd57db2d6f105",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a4c2664f399213cd72cffc4a5257528212c7aa12",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "0778142a9c7526ff772f992bb05160d82f9d9f2b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5de65f5046f8a49367cc82ee3de9abdd2efe94e2",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_fn.wgsl.expected.msl",
      "new_id": "f0a297c08c1ebc378eca135058427a14bbe9999e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5896f20087c5b2bb3eb797ef12410c0e3201d5da",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_storage.wgsl.expected.msl",
      "new_id": "726de046eb12a4a539e0e0bab5685d9bcc0bd708",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "faf623d86e94ae65521c06818d9055731a18a5ef",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "056da020159b79bccf33509c2edbda92da4f7e83",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28af8f81f5ab5a422f4a97ee1505afce929db906",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.msl",
      "new_id": "6f343aac6fb1e0f94df816afe69c807ece160290",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25f618a3f551d3ae2b287d8ee56fc2b2e1002b0e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.msl",
      "new_id": "e0b9ae3f9531ab8a7718e795d8cc532c8fb6e38c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11235700b4e8f62c331fcd5d51d90e325a9f0915",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "912316cacbeadd693fee6e6e79e458ade8d7cc87",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/struct/mat4x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb04f3c9f2d27f2ecebbd0343b55f903f0562e3c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_fn.wgsl.expected.msl",
      "new_id": "4c6a62a810c3bbe8b4daa76a2dd7d52497a38022",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cec9e629ebe9133cf3ee4179ec2365393e28d3fe",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "f0f265ef011e21fb5154a1ed2e98b17fa532e28b",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "398a47fd30396cb5f5422cc301a4028b4baf5033",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.msl",
      "new_id": "456b066f2eba53dcba3be8110e76c5e78871ef74",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "08bd482b7cb06ef2b64debfae8901ac0a81172ae",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "2b2257b1bd398d9be40648c81e613a4c466b4bc5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc5cce6623d2e9fb1bb4a2c6d25cbf3fbc9d88d3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_fn.wgsl.expected.msl",
      "new_id": "0818d20cc10fd3c2f93c32afd16475b49d3e1531",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f4b363d34473da683e53195603a43b9cf1330b3",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "2e3e95bdda4111368a2dccd24efe0cf4ffd13b42",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1aabc5e2214f059e509122a70f9fa0705071d0bb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "135198d94a9123cb5c25999bb1c55b84b12afcdb",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c1a12648803474466df2e534ed90f4aac109bea",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f32/to_fn.wgsl.expected.msl",
      "new_id": "a38c35d1509f2ec1ade971cf9a28f59321eefc3a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4793482c735e6196be58f5b0c71e19a5c3371aca",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "2f77b500227a2c275b37fdecead17bd91c4310c3",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d89b8f2fec885e662f1b1eec643293f205cc2888",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "5559175c9b617633ae3b28fa42ffd68172aa548e",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1b3a52628e616fb7eee50efd0d25f21a0d05befd",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_fn.wgsl.expected.msl",
      "new_id": "1503f6adcbebb383f1bd20c574ef3903f5f56d5d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "df2cc1772b9d4e26facef358d62a3601a01dd1f1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "d461bf787875f83fa301745e7765ec1cac7df093",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a65e52681c14aa5354d5320ae439741a02c6949",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f32/to_fn.wgsl.expected.msl",
      "new_id": "fadf0a644c288ba7cdcb968e75722762524771ba",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "57507bde5c08cfb2d953c2a64b29ea84f28ed4bb",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "715b0dc92119a8c7fe0ccae38cc5be20dd975414",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat2x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6cfd198f321d8c7331556f9aa233e2376022059f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_fn.wgsl.expected.msl",
      "new_id": "d3bcc21233af9c5be0d1589db94e90601852a577",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d5684ce18fb11f743bbb40ad27f48ee97319a142",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "6c836dddcfc45728dee21aa594131b56359bf293",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a375586ed74e3237848553b5a640e479a6a180a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.msl",
      "new_id": "6a1cfa495c4ba40543553568d6f49d4d0fed0f8a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b9d18ff625579eb6330f40aae0d69690a213e2e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "4ecf9113f749d770babb10bc8948582f2d4368c7",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "941cf314c8f16ed0a7574e2c2f1b06e39fbd5d1d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_fn.wgsl.expected.msl",
      "new_id": "2c785a1966d96a570e54cd4a44f81477828153f8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "277554ab7fbb32f2a8b6e0a5a2d950b76d4da4db",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "d9bb1ab9ebcdc891b482039007e916a7c5ad34da",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1263d5f0b86371e5c2cdf39b17ae26a28f303b81",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "d1880a11a547d68d268a68c871d60b4b02fa0bb8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0055747f3419511740702568858538869cbeebad",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f32/to_fn.wgsl.expected.msl",
      "new_id": "afc837966628bba3c76cf22e8ce47f7f9bbf30c9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0aa59273fd3b4fdf759560f0ebcc8b91fcc09a8b",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "a903d5d2561928b5cf393eda2fd1b0b16fc9d29a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2476d0a8b1779bf1990c648c3363b4093f775d2f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "90cf707581a9b55f56ffc4f587ce0f47a56132ac",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2ce89f358c1195302fd065b2c2d44e89f50e27ee",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_fn.wgsl.expected.msl",
      "new_id": "93889e5ce7281a3801a86aaa7bdd9733e03178c9",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ab29237efbc9ef833df575b191d3104ab29ea9ca",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "45b49a3700a0fa51ce336d9a761c994467daf851",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91fbeaac54a0e3883a5f417a120093daa079f338",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f32/to_fn.wgsl.expected.msl",
      "new_id": "e7d90d91ff74892e7697dc5c16895e85562975c5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "09ba79156b893114eb3b185b37cb8e0d69f91aa6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "976ca6c924a32d0c2d7d09cdcf761c4dc6c02c72",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat3x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f8ac0bcc05d17224c6812d002a8f7dea01629c57",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_fn.wgsl.expected.msl",
      "new_id": "77d399705d4f74a6c8db3868c0252d082ec5dc6d",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e30116c4845095e133289f07b7a723295a638e98",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "3c3631c09f277b4125ff9b8f2993929e563363aa",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d40548eebc362f470dfa3f77043e3f3a7616a41d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.msl",
      "new_id": "829e9752b40902c376d61a72df511536663bb105",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19819ebbfe1f84bc9f5f819efdb154107f278753",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "14a273c47075da8fde7c2f0c4beef77b5d0d3d12",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x2_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c9b9aae1b3f2456a7e047bc8c55e6e185319dc1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_fn.wgsl.expected.msl",
      "new_id": "489729bf0bd57623cc88e9a4781ff2cbedc083e8",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70ee7f9fab6c6d9dfda96e79d6de53b5416d7456",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_storage.wgsl.expected.msl",
      "new_id": "0ad6063ccd218dbd95c9ef1de3b000a34fe28558",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d30a19c2f7b644c76a21678af2beb757fb085bab",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "d878a34eefeb6489be4bc1ee1d4914b088bba2d2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7b2db691c9554148e5aff076464db9cbfb56dea1",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f32/to_fn.wgsl.expected.msl",
      "new_id": "336c2db05097ddd6f8ed6b92638f734b23b0f352",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3808299433a1a13b2e8994888060ccd9440e720f",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f32/to_storage.wgsl.expected.msl",
      "new_id": "ab0e4467a9019796e58539afadc40c1267bd92fd",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f32/to_storage.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a8f668167cf1cf731ff286ecf00928ca6125ad38",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "a71373e709ff7453abac1b341a1f87f5a63a6fa1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x3_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f09f8eb1efd9249e466b6b874d18132bc4ccf88",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_fn.wgsl.expected.msl",
      "new_id": "f4bd44011f6722a0174b614a1172d86c754a9dc5",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01ac04cb85101bcca094b0c0a40ca0cd740d564c",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_workgroup.wgsl.expected.msl",
      "new_id": "48c9f40f591e9761e1d07fefa6082d1a9a61b17a",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f16/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88e7f1b0ee15b6cc18cc13898ccdbe2f804235ad",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f32/to_fn.wgsl.expected.msl",
      "new_id": "3fab2f231ad4f8050b12b22b1dff02da8a2c390c",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f32/to_fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a863a99b9c021d2085569b3764779ed21f2345a",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f32/to_workgroup.wgsl.expected.msl",
      "new_id": "5c182aa6ed59f814c111dbca3ff6f7ded0ffda96",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/std140/unnested/mat4x4_f32/to_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9d735502f8e7c81115e76c49cf2306e6c0b8e30e",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x3_f16.wgsl.expected.msl",
      "new_id": "ec443c4fd1e73343b232b91782b16fe7cec28fd2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x3_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d93019f3f0ff51890130f62851fa2d6dab4583a5",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat2x3_f32.wgsl.expected.msl",
      "new_id": "dd09ad0984ca4e27f66771df84c07dc0a3acfb96",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat2x3_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "00949d78b86f0a03e18c5a05c5d22f6529db66a6",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x3_f16.wgsl.expected.msl",
      "new_id": "5c1e4f0487ba6b0536c857a72d1e504eebe602f2",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x3_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b439aaf58ac4e2d346a2a231bf6e696ef7fb4806",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat3x3_f32.wgsl.expected.msl",
      "new_id": "a1f3002afd81198280055ab70f312c2811567a14",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat3x3_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7b16703f478b54e82d8370e44e4ec1e0c95ccd53",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x3_f16.wgsl.expected.msl",
      "new_id": "657a62ee1807920b3f3afd33fea120fb210a2f37",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x3_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "917a0659ec487c0a3c7d81eea1117e83ddc36553",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/mat4x3_f32.wgsl.expected.msl",
      "new_id": "e3133895e2b23fe2faa4e5969157623ff71a1cf4",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/mat4x3_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b0f8e4e917d85f80de4ab2aa6935f29403d67b8",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/struct_f16.wgsl.expected.msl",
      "new_id": "6b35cf4c24e395bd5a94d28968c74d6a49b34518",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/struct_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "637884d29a0370d00510c3c1ad03047f171e8b6d",
      "old_mode": 33188,
      "old_path": "test/tint/buffer/uniform/types/struct_f32.wgsl.expected.msl",
      "new_id": "d19859802b1ef8cef866f70cef9471eac9b0eae1",
      "new_mode": 33188,
      "new_path": "test/tint/buffer/uniform/types/struct_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c04f4ef9f885dc9d6d21da7780ab42770f7a1c9",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1273230.wgsl.expected.msl",
      "new_id": "5454648cbfb46873b1d0c171f4d97548e9945846",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1273230.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7be4554ab114989aa8c9f6c4cb24daa5d220df35",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1273451.wgsl.expected.msl",
      "new_id": "4bb59215d4761b592f98d4d5a916ea7a95b05014",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1273451.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5692ca745bc6e40e3965494c61ffe73201e3c9c5",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1350147.wgsl.expected.msl",
      "new_id": "7970eefd5398c9c51a6bff5135f9f64824690d20",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1350147.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "72810e93a48c9f47d45ef8f169327aacae0be256",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1372963.wgsl.expected.msl",
      "new_id": "f784f79a0bd7bfcbacffb10c74e6292428ca7b44",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1372963.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d4628797b201556493bb47fa34b3f8a8988c383d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1381883.wgsl.expected.msl",
      "new_id": "b06b0e41d9838ee03adc0631c3ad5b2e97b5528a",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1381883.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d49953d5ee1fe92b5d99b513db80a52c6e10153",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1386647.wgsl.expected.msl",
      "new_id": "674bcc64bb3c38dda6ca2293926943995c177445",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1386647.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "892ff44a97dad084f2e0f29e9063c82b3fa28e0c",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1405676.wgsl.expected.msl",
      "new_id": "d88b016f33271cc9ca03314c0aff88539a5ec8dc",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1405676.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "267055fd6d163d57d591bc42e9a5a6b2e3f1fefb",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1433499.wgsl.expected.msl",
      "new_id": "c30b3d3cda107499826ba8ff22e3cf725ed29883",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1433499.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7af70048141f2d8a5eeaef0bfc4c0ebe0c79196d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/1434271.wgsl.expected.msl",
      "new_id": "aa64259088e99145421356c168fef8bd24363b41",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/1434271.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3f672a31bc33cd7eafb82eaf8e9c3a07157c909b",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/339684346.wgsl.expected.msl",
      "new_id": "4171e3413d036f4e3bf57f713974565607617c72",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/339684346.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a2a70ddd38f9f514c22c83eb51010b0b6fdc8ef3",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/343597426.wgsl.expected.msl",
      "new_id": "b8a40ca669deb0ac63a92d546e488159645b6090",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/343597426.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "46e3fb18f6038ef5bd1c60ea4dd8513365baf084",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/344265982.wgsl.expected.msl",
      "new_id": "0d89a6bd4185a4b109363f1f82de415e7c758d3c",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/344265982.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97eae0e33b1400354fa4b318d0ddc06b0ab71375",
      "old_mode": 33188,
      "old_path": "test/tint/bug/chromium/40943165.wgsl.expected.msl",
      "new_id": "7534ef8b576dd0a142bf2d2f8a7f3e06744124b7",
      "new_mode": 33188,
      "new_path": "test/tint/bug/chromium/40943165.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "14d77a578ff435e607fd938929a60ef8fa270429",
      "old_mode": 33188,
      "old_path": "test/tint/bug/fxc/dyn_array_idx/read/workgroup.wgsl.expected.msl",
      "new_id": "3b13da1e12c69ba92850e1a8f9b4055f5ada640e",
      "new_mode": 33188,
      "new_path": "test/tint/bug/fxc/dyn_array_idx/read/workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9b92564a0d829329d1b8556b9229fa3d280c438",
      "old_mode": 33188,
      "old_path": "test/tint/bug/fxc/dyn_array_idx/write/function_via_param.wgsl.expected.msl",
      "new_id": "22aafcf9dee00406163b1861fd56fc8a6b8f84b0",
      "new_mode": 33188,
      "new_path": "test/tint/bug/fxc/dyn_array_idx/write/function_via_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3bfcac63d365e21c8ea8b611607f7ddca5f66193",
      "old_mode": 33188,
      "old_path": "test/tint/bug/fxc/dyn_array_idx/write/private_via_param.wgsl.expected.msl",
      "new_id": "9750e01bb50693b867b1a110815c25866009104d",
      "new_mode": 33188,
      "new_path": "test/tint/bug/fxc/dyn_array_idx/write/private_via_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4c897ce2cb85b4822f362b6d3b59012c6f1440f1",
      "old_mode": 33188,
      "old_path": "test/tint/bug/fxc/dyn_array_idx/write/workgroup.wgsl.expected.msl",
      "new_id": "bae0bbcfef41283400d39fe80c0bd21f6fe0cf14",
      "new_mode": 33188,
      "new_path": "test/tint/bug/fxc/dyn_array_idx/write/workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e16c336b4b0fa95a6cd43adf59c7f9404e9cfd44",
      "old_mode": 33188,
      "old_path": "test/tint/bug/fxc/vector_assignment_in_loop/loop_call_with_loop.wgsl.expected.msl",
      "new_id": "594afa13723e8fc4954846e1e0195e26512fb860",
      "new_mode": 33188,
      "new_path": "test/tint/bug/fxc/vector_assignment_in_loop/loop_call_with_loop.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9e5cbd6da2c0dd8dc6cbaa3435948ce2d60451e",
      "old_mode": 33188,
      "old_path": "test/tint/bug/fxc/vector_assignment_in_loop/loop_call_with_no_loop.wgsl.expected.msl",
      "new_id": "61cbad4552c00526bf0ba6d42a8056b5d50e9fa5",
      "new_mode": 33188,
      "new_path": "test/tint/bug/fxc/vector_assignment_in_loop/loop_call_with_no_loop.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "804afa461a04b36906e74174ab8f6204e21709ae",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1086.wgsl.expected.msl",
      "new_id": "23fb25ef1d266ac51ad812cb00b93a497a99ef7f",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1086.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d862281b15bb48fc48832f725bd109327b972bdf",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1113.wgsl.expected.msl",
      "new_id": "c813afc1e7cc93598738ceb402a7c928f800b50e",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1113.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0ff8bd99b98df882ab71c472ada23d15d2bd363",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1118.wgsl.expected.msl",
      "new_id": "35123853ec1685633aa2d9a9aefa35308a816f16",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1118.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9104878d34909b29a4b0f4b748c59c549e48c60d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1121.wgsl.expected.msl",
      "new_id": "55bc918948d3ecb368743df971e2fdc01898d13d",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1121.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f0128bee58612622185deb24d4cac43f0c5569a3",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1385.wgsl.expected.msl",
      "new_id": "7135ead4cfbc41e84e59c3120a1a66799920e533",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1385.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1268e3bf67c5313ad8aeb1983d797b5ff6b1567",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1538.wgsl.expected.msl",
      "new_id": "c3970ff9f0be27dd1e914885606de4e92fa12f9b",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1538.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4c77605b59553198ec2d3de52e4312436d18ddfb",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1557.wgsl.expected.msl",
      "new_id": "c0e22e6af5d4c4213bed0680960e1abec878f7da",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1557.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48b5d0af1ba45a73e09ba033274d021a58c9196d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1563.wgsl.expected.msl",
      "new_id": "950294f0f6e55f236c3afb893c0d586c62f8cfbf",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1563.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d113660c5a3069cbba4af45dd7307a8ce8239571",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1574.wgsl.expected.msl",
      "new_id": "8c33849422d13fc36cb6c0818d5746015b1d9a26",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1574.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf3eb49a801a89f7b5e12186cc62408aeb0630bc",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1605.wgsl.expected.msl",
      "new_id": "b1eb43db1d745040bc3f2e49ca106ffc4e9d2307",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1605.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61fc42c8bce9c6f703a456a3d465fc893bc05e9c",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1660.wgsl.expected.msl",
      "new_id": "9f40cfafd6117b526f01ea6d60cbdd2896c96bae",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1660.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2101436c6756bb99c97f0dbffefe368544a0c67a",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1666.wgsl.expected.msl",
      "new_id": "ce8631f1a551d296a964d9fcfb8dbba68f89a100",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1666.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "696bc379044863e7814d0c6f5b9935c2b2d0506f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1677.wgsl.expected.msl",
      "new_id": "0cc59f34cddecb1025340276b72f18e2eccf375b",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1677.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f7abc8185efb2aee5334fb4a3d232da51fe6b905",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1703.wgsl.expected.msl",
      "new_id": "196525a1df92a51acc355a479746a8d60869d5ba",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1703.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "223c81fd30ad8c40cbbde524f9739ba06cf65734",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1717.wgsl.expected.msl",
      "new_id": "95de30888fbdab1301f6212ce7df11775c99ce31",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1717.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78baa1e69c4be416a7d5ca1bba18ce9f87d7241d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1725.wgsl.expected.msl",
      "new_id": "ea268dfafbc34fc676bb08357321f8c612882bca",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1725.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7ea9508fe7cd9b2aa04899cfb06dd54170df42a5",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1737.wgsl.expected.msl",
      "new_id": "5aa80f5373d6a545362d297c9e618ded2273ec51",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1737.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "86bf0a58a242e417a72352103b76cafab652b6f2",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1739.wgsl.expected.msl",
      "new_id": "fb1a6f1cf32e528041d5098c761f34cd43cb4120",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1739.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d9249cae595eef3d40078484c103243fca62134",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1764.wgsl.expected.msl",
      "new_id": "97fd8423e1cee983e12fa65dc666d46c48310c71",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1764.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "db6c5d1c0d6eb929db019839a41f1b1324518ead",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1820.wgsl.expected.msl",
      "new_id": "5ff875cd6d91f17f0320676b0ae74939cbacf7e2",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1820.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52d7f0e5a40cf060fbbb20b6dc7f3d20d6348950",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1875.wgsl.expected.msl",
      "new_id": "2f4207c27b001b87f86ddaa099e3c2ffdc97e120",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1875.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ccab3ea790db979bec6243951f3296227cca2ba",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1926.wgsl.expected.msl",
      "new_id": "a7d8d894f9da4b687ec3840090365386a952ddbd",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1926.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8fab9b2644e49fd2c2fdb4f5dc6c8d21e157f34c",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/1963_a.wgsl.expected.msl",
      "new_id": "b842244faa3c08d5086075300ab51fa748616812",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/1963_a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f6ff987ffe2a15382ae3955449e3299d0d58e41",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2054.wgsl.expected.msl",
      "new_id": "1a8bf70b477cc0e6cd453b6158f57ba75e7aea83",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2054.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38410b11466c616a19e964524691fe6e43ce9a7f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2056.wgsl.expected.msl",
      "new_id": "52b5fb891bd64587818c3d307dedd813859b487b",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2056.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c3890d1a99f5a4f8c3943d62970791c26e336e31",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2059.wgsl.expected.msl",
      "new_id": "de3494a4b5dbb923d653bea1801a7a363ad95dba",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2059.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1bf50fc2c60895886d01b8ff6f27f58fce7c9c65",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2063.wgsl.expected.msl",
      "new_id": "f65bbfa53cc9e62fdc25042466c03117419c1a89",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2063.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f7862ada7b4d332d4f2f3f1274471b37d0ff2ef3",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2076.wgsl.expected.msl",
      "new_id": "e37b3d7550722b7058865b6fad11d91eccf60b8c",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2076.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4cc7dcbd5e64d0af9f8d4699aaf50c717c74129f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/2121.wgsl.expected.msl",
      "new_id": "372f95dc72e46bb00c5c89bec15fab5553349f1a",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/2121.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4e74b7fdb9327f6f914d082045e73ca7e50c35d7",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/294.wgsl.expected.msl",
      "new_id": "e45d22862e3faec662314eada45656a34831ba1c",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/294.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c6ae66163ccf0afec84fc5d3ed6d7263fc4413ac",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/365570202.wgsl.expected.msl",
      "new_id": "9450fe1b44b7495bbc8df8b956e0fd5de911696d",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/365570202.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "58cd580b4ab71f7cdaccc3e86fb5c293567f2b82",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/366037039.wgsl.expected.msl",
      "new_id": "12fa4f8203f0e21f4dc7e1292f4cebc8c5932b00",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/366037039.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97cd67fa69713695c8d55b882c22b1b93f6d1b09",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/366314931.wgsl.expected.msl",
      "new_id": "78fe098b0ac411dfbe8d1087bc69405768dd22e0",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/366314931.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38c12c40127513c9c2d5af256fd25cf33528eb11",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/379127084.wgsl.expected.msl",
      "new_id": "c432087f7445947d7c22c0d206565d980c3ee0e6",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/379127084.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70aeb540e4590f06889bf2a2333dacccf044b6cc",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/399696817.wgsl.expected.msl",
      "new_id": "950acbe78012dcfdfb709ede2ff77b8889bc018a",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/399696817.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7edfc6f9dc2ffe2e5d504da9b44b939e5c5fc70e",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/424772881.wgsl.expected.msl",
      "new_id": "c9eaa1f2d14c525d1cb597621d0471c1497d6bfb",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/424772881.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0802cf54c9cbc9a96ac96159ccd37f186189065d",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/453.wgsl.expected.msl",
      "new_id": "f2a9ad4e52570b2e1a5bbd1b8a987180e7323f76",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/453.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "135c215ddf0ddd438fb1eb1e63c0302e41d1b376",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/534.wgsl.expected.msl",
      "new_id": "3b197a23fc30ee45af28dba310931a13e74fed13",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/534.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0fd36944938f64748dc0b6269c4e5ab35602a37",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/744.wgsl.expected.msl",
      "new_id": "793ec6642bdd74533b052ae1b23ae638eef4450c",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/744.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9db43a8934f344fe8eeee2d9d6bd3bdcf35dc950",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/757.wgsl.expected.msl",
      "new_id": "c4851768f8064f813ceaed8bddf943c9a8472cc4",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/757.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f8fef5791dc560b3c4001c5a79295cb8f1c8c32",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/827.wgsl.expected.msl",
      "new_id": "b78535716f14bb3683143d6ec5165575c3fdedd0",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/827.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4efce2e6a6dfce7ffd690721d1af5af76ec12777",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/913.wgsl.expected.msl",
      "new_id": "cf62ed872b4a3bf5a0bb4631bbb90daad737bdd6",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/913.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "74992c9dd937694fa4226aebbf2c1b96c977f64a",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/914.wgsl.expected.msl",
      "new_id": "1cf670b1fdcdb0184a844eae349281fa35550a6a",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/914.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "866e9974f750f11fc34cf70cd05b58b912108b2f",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/922.wgsl.expected.msl",
      "new_id": "ba5dc0f32a240eddd61b4744c2763eb9a8800dea",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/922.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a87efd469baff75998058ad361451bd571573021",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/926.wgsl.expected.msl",
      "new_id": "432e1642a295baad386517426c1e159969e370bd",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/926.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3daf28d696effd73294d89e4c30e253456d55dad",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/942.wgsl.expected.msl",
      "new_id": "18c4662524d5ef71987c41abbfce791b84fbac91",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/942.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "69c1740a960901d7a06c3f03b65804762b149cb9",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/948.wgsl.expected.msl",
      "new_id": "5399b0980e34230c23c2e617fae83c3b90d7feed",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/948.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39ed1d4408e95f4c182669547ea9744114e6449b",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/949.wgsl.expected.msl",
      "new_id": "90ea5a006ef859cf14270624d0698f6509063151",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/949.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b269f399cd6a77feb4912f3382de40e2bffbcd2c",
      "old_mode": 33188,
      "old_path": "test/tint/bug/tint/980.wgsl.expected.msl",
      "new_id": "1ef4cbded85a08aa27cde06c34bf6791740cd6a0",
      "new_mode": 33188,
      "new_path": "test/tint/bug/tint/980.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e775d3817944308878985c96d2d45ce31c29e093",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/array/aliased_arrays.wgsl.expected.msl",
      "new_id": "28536ca1e81cedc212bf99fd6590b0f6547feb84",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/array/aliased_arrays.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7c80a91ce71b58ae38806e97544fb873549d0018",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/array/array.wgsl.expected.msl",
      "new_id": "d9f5f6ddab66f532920627794de00d342720f1ff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/array/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e775d3817944308878985c96d2d45ce31c29e093",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/array/arrays.wgsl.expected.msl",
      "new_id": "28536ca1e81cedc212bf99fd6590b0f6547feb84",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/array/arrays.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eaf7fe177381546fa6c62287a35c38226b621e36",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/struct/array_of_struct.wgsl.expected.msl",
      "new_id": "1f0cc0bc155a558ee7b8aa6575bccb4d382a7de7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/struct/array_of_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c24c2671b73dfae526da00bda88af36bd91f549b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/struct/flat_multiple_atomics.wgsl.expected.msl",
      "new_id": "9786333f27cc14e50360d9ddf12852ce746a9b53",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/struct/flat_multiple_atomics.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ad9dd65761393287345baf9525b04a52fe42294",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/struct/flat_single_atomic.wgsl.expected.msl",
      "new_id": "f6b49758717eff90b3ddbe4fae7adc84ba3198b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/struct/flat_single_atomic.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bcebba885ec6bf25a0d175cdbbeda8f644b01d2e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/struct/nested.wgsl.expected.msl",
      "new_id": "eaa393e40ef495da549cff88f2f3be8e2c800268",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/struct/nested.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b3bed520854b6dc9b5a9f1f67366a3dde98f8be3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/struct/struct_of_array.wgsl.expected.msl",
      "new_id": "ecaa367b0c439e5b98f5f0816268cf79f386cb54",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/struct/struct_of_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60be5ed6eed3212cc87e7c024379907d3f076144",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/atomicStore/struct/via_ptr_let.wgsl.expected.msl",
      "new_id": "9fbb8ab99d0a7730f4be13a2fbeb70e3924c473b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/atomicStore/struct/via_ptr_let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "82f580a45e59870a430d43e474e93b3dd45cc16a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/sized_function_parameter.wgsl.expected.msl",
      "new_id": "8b907a661335c6b66403d36a097cb23557429dd9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/sized_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "04949ec4fe9a6e0d8660e1063a5bd35c5e35946c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.msl",
      "new_id": "612eff45ca002547a3ffa32de7a1c533d8e7dd1e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferArrayView/unsized_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c2390606a967e9b44ed974788b76969d0af6e47",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferLength/sized_function_parameter.wgsl.expected.msl",
      "new_id": "64a48fc98344013abb80ad0dc08f39b998aa6fee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferLength/sized_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a687952002cd24aeac0ce6469e142c567d1f2d4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferLength/unsized_function_parameter.wgsl.expected.msl",
      "new_id": "359dd668f48596bb0774b1928b8e7f9c987b0937",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferLength/unsized_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9dbe31eea200b3b1fb5bf3053faeab13e96d0505",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferView/sized_function_parameter.wgsl.expected.msl",
      "new_id": "b2510ec0173088e27cfeaa0a7c23daf2e292a4c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferView/sized_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91b4f959c186b7728777d3e362489e02058d856e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/bufferView/unsized_function_parameter.wgsl.expected.msl",
      "new_id": "7cc4feed68cad42b24dc8689bc9778de24ee2303",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/bufferView/unsized_function_parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ea1ecb44a803bb6755ff9893144f2652a7f3faa6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/2f861b.wgsl.expected.msl",
      "new_id": "419e1b7865a279ef48e5f04637d6e7a218ce110f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/2f861b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91d1b46111d10ec6b9ff2d0f1785851adae4ca7d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/577d6e.wgsl.expected.msl",
      "new_id": "f9b960a671dda2b1115517a9bc9cd1be684c9f0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/577d6e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "524e6b321c22b9e62e8f63ddb1e259a76b8d4584",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/5a8af1.wgsl.expected.msl",
      "new_id": "29b8952661e44ce698281ab82616eae6e58e69f4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/5a8af1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16833d391fd99a14c71612861a544a99a933eec8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/82ff9d.wgsl.expected.msl",
      "new_id": "dccfe48d59d387d26c7ccf3c005d070c63106173",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/82ff9d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "168a8528367da6ee3b1e29bc39c0457d014ac554",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/8ca9b1.wgsl.expected.msl",
      "new_id": "2f63ed6e904911f719f9942754f65b1ca9f1fc59",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/8ca9b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f4ebf5f8baa416b85ef0e47ad571e14dd759360",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/aedb6d.wgsl.expected.msl",
      "new_id": "a19773cfb7d6b1bb947a3567a61154afb068dc61",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/aedb6d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7887cbb39387169459eeca2385c06cbc07abbe72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/c3321c.wgsl.expected.msl",
      "new_id": "0ed0f2296795a8794b93fe9291928e336fae9647",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/c3321c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78aaef2f819827767c414ba27e51db940198ab9a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/abs/e28785.wgsl.expected.msl",
      "new_id": "cfcea21d983a95c448901711d54467101e0d2317",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/abs/e28785.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f8458d554c627cfc4c90157819355fecdd847017",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acos/069188.wgsl.expected.msl",
      "new_id": "45bb58f160c5b9acdc084c047e8a589747e10199",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acos/069188.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dcd667ca2390ba529aaaa965561f6a76fc97f8c5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acos/15d35b.wgsl.expected.msl",
      "new_id": "026c62f3a7a46949f8b3f777e3661fce0966142a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acos/15d35b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ef78ac723a612280ffaa3b0fe5c5d702b84aa4ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acos/4dac75.wgsl.expected.msl",
      "new_id": "12d8f55855640d3dfeb5fcdbaed12ce3d9b3259e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acos/4dac75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5abb5cec965b73de8462d863c6ecbb5b9fe72e09",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acos/5e9ad2.wgsl.expected.msl",
      "new_id": "f9fa644d17272b5aa2741182d46288de7c32e7b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acos/5e9ad2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6af8c0fa6d4bd04ecbd98bd56eaa10800b3cb55f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acosh/17260e.wgsl.expected.msl",
      "new_id": "31c348b70b28cb49f6f0c528b93c05f0f6b73177",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acosh/17260e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "81f9e3f0a44b48b0314b78f3b1aa0fc1550423df",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acosh/3433e8.wgsl.expected.msl",
      "new_id": "4207a9a117ecac21d0ebf5ecde6f74ae1a3784fd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acosh/3433e8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2877efd86c109bb948fd5f8e12093fe6b3b747aa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acosh/490aae.wgsl.expected.msl",
      "new_id": "b26f225ab293b48186c90e4a76f75cc82c404e5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acosh/490aae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b2259e36ce1d3a022a5a08bf01279b293a21fc72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/acosh/9f213e.wgsl.expected.msl",
      "new_id": "629b0ce15f8cf4f82b311ca222ec3533756f0503",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/acosh/9f213e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "66a095db0c8b57df6e1a52a65bbde65ea9a30305",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asin/0bac07.wgsl.expected.msl",
      "new_id": "6bdeb6ae46ec2001a9c729c092d0d7d3a8bb39aa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asin/0bac07.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2c33e866cea09efa225f57342ecca5b831ca7c0d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asin/64bb1f.wgsl.expected.msl",
      "new_id": "076df6f872142a32cc5a72e34650a4b423ab71b1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asin/64bb1f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc004fb2ffa3f8d6919e8aa1b56c282dc21b7f20",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asin/a5dd88.wgsl.expected.msl",
      "new_id": "56a86e730ae3f6b0ca493c217a792072114b0d9a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asin/a5dd88.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c7ccf01afe96f1edaefc09fc6970acb3ddd1a1ed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asin/a6d73a.wgsl.expected.msl",
      "new_id": "08fc1ee31918084c1ac82de954d32ad430c2526f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asin/a6d73a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65d6b2a59d34723a7c240a5f52f9378cced11a12",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asinh/16b543.wgsl.expected.msl",
      "new_id": "ed5ef16a411c6cdf37b16e52adfa285c8ad578f2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asinh/16b543.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e18f7a0d702fa818d50ebe41b542f3000354d7ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asinh/180015.wgsl.expected.msl",
      "new_id": "5d7af28fa71cb5c0aee9e4ac17de2532f9090c5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asinh/180015.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "682cae50d7a9fb12760fe5abe4fe34b22086b224",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asinh/51079e.wgsl.expected.msl",
      "new_id": "2bbc77f8cdcf0a01d5109845c0963d64fb9625b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asinh/51079e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc4f4155f99f4b8dd8ecdbed43ba01d8891fae89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/asinh/cf8603.wgsl.expected.msl",
      "new_id": "27258d21204314f8c7d37211dfff9a2b7842a061",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/asinh/cf8603.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9224f916151ad987f5566d964222892a0133b5bb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan/5ca7b8.wgsl.expected.msl",
      "new_id": "6b0b7fab4545a17ddbe1547716067dc68702e223",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan/5ca7b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "21da3ae3fd7039b71321c897d9e0954f97b007eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan/749e1b.wgsl.expected.msl",
      "new_id": "f8ec5e356fa3cde3e57a05e71b6d74f238adf1e0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan/749e1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d90f9014b9636a8aabb88ee47b7f9b27d65bfe5d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan/7a2a75.wgsl.expected.msl",
      "new_id": "a7927bc0c9f5760a691a8fa485238d7c3d901ef1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan/7a2a75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0dda5f209b742611772064695a5525034d15b980",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan/d17fb2.wgsl.expected.msl",
      "new_id": "6757f98c60515c69f7304b88e993528bb2080d5b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan/d17fb2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88336b4fe57f42219ff60a72a4d21e421c871b7a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan2/034ace.wgsl.expected.msl",
      "new_id": "4004d989de9334c6f976cb2c3c7f6d991ab1fd81",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan2/034ace.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c6c3dcdf70155d163c9d24a9f6ad00fb03ce729",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan2/3c2865.wgsl.expected.msl",
      "new_id": "bcbf17f186108ee903b4025e8f484b6061a94491",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan2/3c2865.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a65961bc4311a00f9c8e14a44ed64b5d611ea647",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan2/c19683.wgsl.expected.msl",
      "new_id": "675f73b55f4dcec168c240d043804ca078639b43",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan2/c19683.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "416ffb56d937ccb21b68741e9904fda92768a41a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atan2/c4be45.wgsl.expected.msl",
      "new_id": "378e71c7ad0d5deae97a29b6c889fa565549fd8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atan2/c4be45.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5780f03e089c9c138fa5e52f6ed3b8b596024982",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atanh/70d5bd.wgsl.expected.msl",
      "new_id": "d288b7a56224a8fa562641d042a501eed04cfb59",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atanh/70d5bd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c27d8529ab1852b9475127211f1ad0193f424ace",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atanh/7f2874.wgsl.expected.msl",
      "new_id": "5c855eb8421379118702bcc4bb68caf664035264",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atanh/7f2874.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "10fdb3c2411dcae77bd3e21d2cef22cf744e4a29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atanh/c5dc32.wgsl.expected.msl",
      "new_id": "15bf449ee9eccc05a02cbe2783f774c39845027f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atanh/c5dc32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2c745baa0e0a440900b3a58651e23e0f058a1eb8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atanh/e431bb.wgsl.expected.msl",
      "new_id": "3e67e7d422c5d0bf3d9b81e036c4caa589c6ad6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atanh/e431bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f48f174ee6575ce2dfce398688acf2cc39018b1c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicAdd/794055.wgsl.expected.msl",
      "new_id": "22e83851b94fc8e9ca7bf1dabd7aa3598ee1b47f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicAdd/794055.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "affd77906b135bf2fa2e3e835b0ca3c5aacf9fa8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicAdd/d5db1d.wgsl.expected.msl",
      "new_id": "e1373f851a77d3f4b55995ca012b82bd395eb75c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicAdd/d5db1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "928ff69aed82cce0337abdfbc607ccde280898d7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicAnd/34edd3.wgsl.expected.msl",
      "new_id": "5027551f546fbe8eb2c0d8c0c9bee96d470f2228",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicAnd/34edd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64443783614c782a096bbd289a78fd5f64f9091c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicAnd/45a819.wgsl.expected.msl",
      "new_id": "086e199b7e07e59c3cf1248dd118c09d0b6fffd3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicAnd/45a819.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6f06892089e062eed340ad47349f5557a3041c61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/1bd40a.wgsl.expected.msl",
      "new_id": "cfc8071a9772299084a61965b704db7c724f943f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/1bd40a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "84cf1aeb61637aafd879b7ea125eba02e21714a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/63d8e6.wgsl.expected.msl",
      "new_id": "f2d3b77b1921bbbcb923bea7ed52c6e212449161",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/63d8e6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "63850aaf8580cfbb68857b61a67a90014bac640c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/83580d.wgsl.expected.msl",
      "new_id": "b8880b194755c31db7d09428c97ce8e50312f888",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/83580d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "92e8266c5c49dcbc200018e7ec24074261ec50a9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/e88938.wgsl.expected.msl",
      "new_id": "fc4aa74e71399aa97fdfc36d3f9a38fc0af7fd70",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicCompareExchangeWeak/e88938.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "884d7594b903b0cafadb282afdaf43fbb40ee4d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicExchange/0a5dca.wgsl.expected.msl",
      "new_id": "e648528ae69094569a3426722594b740c238918c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicExchange/0a5dca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d7e8b8baedb875eaeba54a479a86527c249e77c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicExchange/e114ba.wgsl.expected.msl",
      "new_id": "6241627761144828f85716eee7f1959062b96594",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicExchange/e114ba.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71f991503007005a519c09988fb428d134f3efa5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicLoad/361bf1.wgsl.expected.msl",
      "new_id": "69224d3bac9269def34caa84ed7b0fd9159ba2e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicLoad/361bf1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "abb9a47932cda22192bcc46ecf01531daef10f8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicLoad/afcc03.wgsl.expected.msl",
      "new_id": "0b72f1ee675e807eb6dc40fb90da32c9f61788d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicLoad/afcc03.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3cde7adbc55239e071082431424be378767869d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicMax/a89cc3.wgsl.expected.msl",
      "new_id": "250b73943ba076ebef36349346edfbf93cf6f313",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicMax/a89cc3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48224b9ac8f3a670d578e8cf5b21417bb4a46fb9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicMax/beccfc.wgsl.expected.msl",
      "new_id": "e8ababec4ace4172d9b92ad17f56138226955efc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicMax/beccfc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c8aa493f9b484a4f8534d78d98774363240c5aa9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicMin/278235.wgsl.expected.msl",
      "new_id": "a138f1aa32d57ff1ae311d5bfd49b27cc146ac27",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicMin/278235.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "95777998bfb87322da501d052de0f9124339c2b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicMin/69d383.wgsl.expected.msl",
      "new_id": "85a8c3b33fbf0593ed0ee28a13ac59a2b2e7134e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicMin/69d383.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c21b6638bfa45c809068f22d3b3664660c5a8e7a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicOr/5e3d61.wgsl.expected.msl",
      "new_id": "ed8e9575f65f314a664f9cdec9fe679a33c3200c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicOr/5e3d61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1db738b9bb7727533aac6e9920f160e16881d9e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicOr/d09248.wgsl.expected.msl",
      "new_id": "681c9e038b900978987859222f8d3ab959345693",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicOr/d09248.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7dbad021585445de640ba944c39d0a124b08b09d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicStore/726882.wgsl.expected.msl",
      "new_id": "363c61d17c032022d0a195484fbdc86e0472efbb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicStore/726882.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "69e8cced823533e2181eb0ad8308909b4a203836",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicStore/8bea94.wgsl.expected.msl",
      "new_id": "9dd9684ac065a74e9dbdcdcd0c2a8a00c3a1c6f6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicStore/8bea94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c66628099123e3ac64bcb5b8dcb33738328a90c8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicStore/cdc29e.wgsl.expected.msl",
      "new_id": "12be64fe20a26fff0007e774a8fe1cb8a0d3fd78",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicStore/cdc29e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ccea1b2a597147b7c3d1ba5363fcfb4e1a0ed1c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicStore/d1e9a6.wgsl.expected.msl",
      "new_id": "fad4c6203b74423c71a59a4657eba65b7cc5791c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicStore/d1e9a6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "07da9764625eaf8bf5f878400976620cd76dc09d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicStoreMax/707bde.wgsl.expected.msl",
      "new_id": "530c070480358202b49a84c6589750684f7a2258",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicStoreMax/707bde.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bd2b26b6969ffa3df9550302acd4324f9fff5ffc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicStoreMin/f5f229.wgsl.expected.msl",
      "new_id": "2228b226df3f35586cd4cb784c56f7963c1eccc1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicStoreMin/f5f229.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "10e19ccdad9e10ffd46f4d125d08cfc966fb41db",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicSub/0d26c2.wgsl.expected.msl",
      "new_id": "33066de15a7138b25bc730fabdd7012b0283f49c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicSub/0d26c2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e99ceac68f3e37b3eab5cb20c3e7c91dc27389f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicSub/77883a.wgsl.expected.msl",
      "new_id": "8c018eeb3292a0c875d1384d93a94516d3c9f002",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicSub/77883a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7939947380d3ea2fb3650feda004e4873accd0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicXor/75dc95.wgsl.expected.msl",
      "new_id": "94541e043bd17ecc67257c5ec9238f135c8264d7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicXor/75dc95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5441a863ef36fe8690a9344f24942c5e0b395e90",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/atomicXor/c8e6be.wgsl.expected.msl",
      "new_id": "9c98843d322618fb493b8f635051795af22c6917",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/atomicXor/c8e6be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e84892cc5a56ce90ea006b831d558124cf2ece55",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ceil/11b1dc.wgsl.expected.msl",
      "new_id": "13facff94d3f03cd00037f206cf8a18cbd31b76c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ceil/11b1dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0ce2884060302f3c2e6b45a65e67e724f6c66276",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ceil/32c946.wgsl.expected.msl",
      "new_id": "c7e96538c3c95de233681a2b6a0d670d4d1d5380",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ceil/32c946.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "46a597f442cf69dba8b9ee1d1252ae6fa58ab4fb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ceil/bb2ca2.wgsl.expected.msl",
      "new_id": "73a054656babf73a91d92d875cea86b3e8b3cd75",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ceil/bb2ca2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c3ae332d8315a9f4477c5b4cd69689257ebf9e63",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ceil/e0b70a.wgsl.expected.msl",
      "new_id": "62207accc05b35999ccc370734100acb64bf6ab8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ceil/e0b70a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5a9ac95ecbd2edf7154269462553753e37b5293",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/177548.wgsl.expected.msl",
      "new_id": "f5469d0e0639e03e78459e7419c433e1029e77b9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/177548.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c5b8c8eb149bb62a90309bbf1b6024e039e2b4b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/23aa4f.wgsl.expected.msl",
      "new_id": "ce36c711f2bf3b3869f01ed0135560a96d8a2610",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/23aa4f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "69699a3d2304a9abd12d6f401fd90d24a0dcd956",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/5cf700.wgsl.expected.msl",
      "new_id": "cea1532d558b85294e3657e87fb9aef2f5846f75",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/5cf700.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c74124ad58465d793d70e8fce4e5894affdcbbb2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/87df46.wgsl.expected.msl",
      "new_id": "dde78caf976cd856b97d8880138429e4dd049c82",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/87df46.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b20beb7d6b15a2d37b5b109f2a97d50b4de832ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/8b1eaa.wgsl.expected.msl",
      "new_id": "40d02a850db412c9ce2b64dbdcb6f6526e6672bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/8b1eaa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "997e2c88223ab1a3488101c8e8e8f3bdd633cdd7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/96e56a.wgsl.expected.msl",
      "new_id": "8956ab652e1059e22d8d9831078eeff67301c55f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/96e56a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a7058e63c4aa49d4965d8cb990b7c619108d2f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/9d731c.wgsl.expected.msl",
      "new_id": "e0c01661db7184d8664415d100b27b4f100558d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/9d731c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7a211ca66e09ffdfb0410d3e4780db57eb17f3cd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/clamp/d396af.wgsl.expected.msl",
      "new_id": "84d61361149d13457d6698aaf30c09321ad25f07",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/clamp/d396af.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6008884d0d9d22f7b640923b50f11f1e6ee929d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cos/47d768.wgsl.expected.msl",
      "new_id": "eb6b0746bcfa771784f9708031219743087769ea",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cos/47d768.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "41774618fe7f30b6903c1e22aa063f902bcf3d5c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cos/6b1fdf.wgsl.expected.msl",
      "new_id": "c731017c800b56ea02b841db9eec4014118508e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cos/6b1fdf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "02b419da8d87ed4f68065babea31694769942abe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cos/a297d4.wgsl.expected.msl",
      "new_id": "89dba439ab1070915fa5cbc1c7b53e55b75b7ad9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cos/a297d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a5813e645b448126e2e9051da50e607c933555c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cos/af7447.wgsl.expected.msl",
      "new_id": "1578dad3cd1970053b82ce2e7bb83fdb3abbe309",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cos/af7447.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cef5c4a0d6029cf367b2e750de0c3ad9f993a7f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cosh/432645.wgsl.expected.msl",
      "new_id": "a899e4fe89417b0ad6f830dabf4dc94ebe174f8f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cosh/432645.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d4af41a075f7a28e8a85cabe9f46324ad9e9971",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cosh/c892bb.wgsl.expected.msl",
      "new_id": "8f756dfe10ae3eb536c2904ad5741e1ab18e9e20",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cosh/c892bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fdf870fb30e357dd0144c99a45f114ddfe383fd0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cosh/d8dee7.wgsl.expected.msl",
      "new_id": "6edeeb7374bf017d9dcc42b8b6d511691166c3eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cosh/d8dee7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "caba8bd82b7dee8dc520810905306fdefd6f736f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cosh/f67ff1.wgsl.expected.msl",
      "new_id": "fabf36423fa078905a949c237d4b9d9cbbadcf0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cosh/f67ff1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9de4c67677d54b06a5eefb9fe6e94541ab9831d4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/cross/1d7933.wgsl.expected.msl",
      "new_id": "c1ce8bcb94e3635c04040d130b5aea71c1bfbff5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/cross/1d7933.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "658487bfbe1aa0f27614e4c29a18770213ef7821",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/degrees/810467.wgsl.expected.msl",
      "new_id": "dea3527db9012b3021a39d628bb64ac7b604b192",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/degrees/810467.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0869745be9d0f977f170a8a531479175b67fe87",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/degrees/c0880c.wgsl.expected.msl",
      "new_id": "7aacc72a93ce3fe217993f5bdf0bb89e0e2dadbb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/degrees/c0880c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ba9d3e2efbdae7e11a912b56073d3222c9cc6cf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/degrees/d43a49.wgsl.expected.msl",
      "new_id": "b5a134417e334a1ac3394cfb1c64ee4d755571c7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/degrees/d43a49.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1b28880443902e8ad271a56fd7270f5a605764cf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/degrees/fafa7e.wgsl.expected.msl",
      "new_id": "d1a0bf756f3df39f0665e6eaa1e441bc59c4b581",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/degrees/fafa7e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42fcc3ce861c527d08d8125d316d2f0c6bd06e58",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/determinant/1bf6e7.wgsl.expected.msl",
      "new_id": "53a9aef056e2366b8f6b418efa1175ff12234830",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/determinant/1bf6e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb7cdb8f87a0f38aa99f4848211d011ec522c3d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/determinant/c8251d.wgsl.expected.msl",
      "new_id": "1a6d227404286db14798dd346eb600e0688ea873",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/determinant/c8251d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4313a3798eae68eed3362a32576036635b51c89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/determinant/cefdf3.wgsl.expected.msl",
      "new_id": "d3a779f3bb4ffac1a10ffc1b3f77b8d0500284b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/determinant/cefdf3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "142a56e0f61a4a527f55b918220d05ecf9ef3a28",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/distance/3a175a.wgsl.expected.msl",
      "new_id": "4463811dced1be00413aade9fe65b0bc6bb4e77a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/distance/3a175a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "428438962e5d0c2ad2c7c7026a78625a08c6b348",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/distance/83911f.wgsl.expected.msl",
      "new_id": "6ba529ae07abe59378fed0bc00d2666e9e850722",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/distance/83911f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a5825dbaaf303b8299c3e60bf78d3b429047705",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/distance/ac5535.wgsl.expected.msl",
      "new_id": "3535173f825ce8d234badf7433f7cc4aaf187b84",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/distance/ac5535.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a9ec708328d6ad6420b73dafd2a9376b96241958",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/distance/f9c9ee.wgsl.expected.msl",
      "new_id": "048e538e6922749293aa72370f5befd050980ead",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/distance/f9c9ee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5e2967a0ed57edd76ca2baa4eeb7117807711534",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/dot/08eb56.wgsl.expected.msl",
      "new_id": "dc6e3e59e54f99a3274f7eaabe398b8d78dddb89",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/dot/08eb56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc1bcf16a4b1d70398d6ba34cefaffb1dc556d2a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/dot/0d2c2e.wgsl.expected.msl",
      "new_id": "b2060d86ee80a529a715a60b9bf5b5db6ff23460",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/dot/0d2c2e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05403a3f0c75ed0576a261ae85e2a20d5a38e534",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/dot/14bc63.wgsl.expected.msl",
      "new_id": "23b594653ac4e062e23b862037474ffc19805501",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/dot/14bc63.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc18abb4940e0c2c142920177da561873be6ce5a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/dot/5a4c8f.wgsl.expected.msl",
      "new_id": "109c39a11b2a9ad11ae559f13014c5443429e9da",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/dot/5a4c8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a7626d81ce7a303618e08759bdc58c6b9a245f3e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/dot/c11efe.wgsl.expected.msl",
      "new_id": "365ec2b108bc769a493f5f4dde586a6c2e24f9d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/dot/c11efe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60624f2913a236cc6512d7e0f329d0cf7f71ac43",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/dot/eb9fbf.wgsl.expected.msl",
      "new_id": "cca8885334cdfc947f8cc896408b6140857c430d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/dot/eb9fbf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9353ba5a2a3d37ddf58a6bcf77058acdac2c98b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp/49e4c5.wgsl.expected.msl",
      "new_id": "9fb1867795f6a9a3c5bed6c868d5bd19d91cf503",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp/49e4c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "df62bc1de2f7758b164b5f0724d8faa753280382",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp/699629.wgsl.expected.msl",
      "new_id": "11f1f03378f31eb22f9a6f00c02a7942e1f73917",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp/699629.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2db32f2954d15815fc1e886e67e4056a74376b54",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp/bda5bb.wgsl.expected.msl",
      "new_id": "198d6b090974f40fc368ba86c6544d758799d24d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp/bda5bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c665217434959dfa0aa73d83e4d192d00a651c4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp/dad791.wgsl.expected.msl",
      "new_id": "c32a8726f9bf1d9270c6f1930b02a41071f7b8d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp/dad791.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1da2320e734f234be446a88ba88790808ed1b1bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp2/18aa76.wgsl.expected.msl",
      "new_id": "f049b76c6ec01596602126937cae4fd8a7f3f7a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp2/18aa76.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32bdb5081627068b1c83eac9ccdb332cc1518274",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp2/303753.wgsl.expected.msl",
      "new_id": "d1d33d813ef45f8aa87145335a77791985eb94bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp2/303753.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5f1320b2390ddba8a6f587f311c1fa35bfd4ff28",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp2/8bd72d.wgsl.expected.msl",
      "new_id": "fdfe4bc9e52ba1ac54e312b009d5bd05711fcb85",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp2/8bd72d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87d1277933ef68c50e1d75867669628137b32189",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/exp2/f4f0f1.wgsl.expected.msl",
      "new_id": "0ce9c04cb227d14526f760536aae1a9756977daa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/exp2/f4f0f1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "098511bb4034399feb57dd51dc38e0536e359c62",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/faceForward/2c4d14.wgsl.expected.msl",
      "new_id": "1bf9b4e3718217a3da73bd9555cfad613f480bd0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/faceForward/2c4d14.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a762ab944f5f3ed798ef1063fde164664cbdf19",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/faceForward/b42ef3.wgsl.expected.msl",
      "new_id": "646598148d81aa2d31a372cb5c243d4bc12ef937",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/faceForward/b42ef3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebec888d7c1a77d3387e770dedb14f8d3293cd44",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/faceForward/fe522b.wgsl.expected.msl",
      "new_id": "1c60ba8765336e8574fa721a93fb0df55669e0a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/faceForward/fe522b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "654b5ca557dee47b0f3bfe0e501dc571de9e7435",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/floor/218952.wgsl.expected.msl",
      "new_id": "c42719e057596472fa283b8b8681b9b8f43ab1c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/floor/218952.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "02452293a92e1f6816f326595eac15d1422278ed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/floor/953774.wgsl.expected.msl",
      "new_id": "5e1c060e0adee8ae32c5915ebfc715128adc3922",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/floor/953774.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b0708d79f87fb5ace80b76afcc78fb2f9ebb3552",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/floor/dcd5a2.wgsl.expected.msl",
      "new_id": "b7b6a25992089cf0854c50d88b057120af1e6f30",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/floor/dcd5a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fa8e3f94fe0bfb4c8f2663e287df6ff28dc6d6f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/floor/e585ef.wgsl.expected.msl",
      "new_id": "7ee9856e729c0da64e558b61d06879f57527e099",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/floor/e585ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6c8ccd5fdc89929e791a9dcef9f0f7d0289dff50",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fma/143d5d.wgsl.expected.msl",
      "new_id": "9ada24fc27c660afa0614f170b23c3ab42c83402",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fma/143d5d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b4bf932d4ad35477c2721932de8eaf50090afed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fma/1f5084.wgsl.expected.msl",
      "new_id": "c2b31a2492c29d6f2b153f814aac53d109b7385b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fma/1f5084.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9026d8717c120ac9f2f10d6f6d45be9d508215af",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fma/466442.wgsl.expected.msl",
      "new_id": "4410145bf04e84088720fd6e8eb564d6db1ac9ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fma/466442.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa8fa840d8a5312e15c1b0b24b4bc3c1da59f3df",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fma/eb25d7.wgsl.expected.msl",
      "new_id": "751d9e4e76eb1ae616fcf890f5d27ef6b2c4167d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fma/eb25d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f674b2d58a6e4003594228e346c008e1bfc941a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fract/2eddfe.wgsl.expected.msl",
      "new_id": "f01b48af02e82fbe8c2f4ea01b47b426454f1b55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fract/2eddfe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb5d3de1a07268e7826b3e78fadfbbac188a12fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fract/7e3f2d.wgsl.expected.msl",
      "new_id": "5ea2dd759328abd9f4e19150fe5f7ac4abfe25d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fract/7e3f2d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5043b9c9854b974b2c1822cd3111b26658cb3e1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fract/ed00ca.wgsl.expected.msl",
      "new_id": "74a74733dc63cf5b1f149cae73e51dc030c2f606",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fract/ed00ca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3efe385d6b1dae7d80a98f2ce8ecfcf950d4837b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/fract/ed2f79.wgsl.expected.msl",
      "new_id": "6b01db2d32163b5176085d4c80f47889a95eed58",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/fract/ed2f79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a64de903f4df599fdd23d5b3f8ecb704efd25960",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/34bbfb.wgsl.expected.msl",
      "new_id": "57bd245a92b01cfa33b0ece23c582d765ab393c0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/34bbfb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7354e46f63bc8d0238613869090274f479ba763b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/3dd21e.wgsl.expected.msl",
      "new_id": "7c69038a182e094f6de232e22f3cfd8d745dd109",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/3dd21e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19c674ea345268bebefe2046b36424f21a5448b4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/4b2200.wgsl.expected.msl",
      "new_id": "3bceb7ecaf91badc4f79a8be79a862f93bda12a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/4b2200.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ea9584d9c3ebfb33db2c599ade615ea299179504",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/5257dd.wgsl.expected.msl",
      "new_id": "456c692ece96e698a28d359a204f1b96bd77a7e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/5257dd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1bfc95de9aa2c06669b2a450215e2b640516cb54",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/5f47bf.wgsl.expected.msl",
      "new_id": "2496e35fe898883b1c8e392ae84796337dc4e95c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/5f47bf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cfe64e95716c90069f9320a85531b928f0ea3cab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/6fb3ad.wgsl.expected.msl",
      "new_id": "8bffd59c485abd7aa1dd04bc99a5850fedaeab4f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/6fb3ad.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "608116e19d6f1506723bc390547cd304741817cd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/77af93.wgsl.expected.msl",
      "new_id": "bde2d60aa9d85ef6f56ede36ac7954e7c687ca8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/77af93.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a6ad68997ab2e23176e55ee506e2671c6542025",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/979800.wgsl.expected.msl",
      "new_id": "dbaecba9bfaf8048336ce5919d08fca6ee58260a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/979800.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6caeca13c9a7dc57138d606612e628dacf5cfaac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/ae4a66.wgsl.expected.msl",
      "new_id": "95e79f619326c8d33f1c54c3452d273d0b2e9fca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/ae4a66.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a9ce9e07418d97d1b3cada3636664c9876318cf2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/bee870.wgsl.expected.msl",
      "new_id": "6e9f5f2c64901fff51a0d3783623d1441b42e786",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/bee870.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf7a0266d191e6734dab5fb52059f8a447cde324",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/bf45ae.wgsl.expected.msl",
      "new_id": "d156227833a65a9a6636f663ab127e33ccee194b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/bf45ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b56cb79af4b927e5d4ad5a3c3149bc5b60dd21ea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/frexp/eb2421.wgsl.expected.msl",
      "new_id": "7e1db4a694bec4e8a698bbdf56146f7b59d3590d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/frexp/eb2421.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7913e19e7a664f41e68eb2613b2a449e33984cd3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/inverseSqrt/07a6fe.wgsl.expected.msl",
      "new_id": "68cfe7e45a4979fe201e1cb132023cf95298631d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/inverseSqrt/07a6fe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b3c1185a9d7d8b6785a8fa7b266a47eb6ff8049",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/inverseSqrt/4ca6d6.wgsl.expected.msl",
      "new_id": "7579daf7c25f40613a2476da2399e5924df7a602",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/inverseSqrt/4ca6d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a12175aaa573b37c4d71566ac5c24c5b156a5b63",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/inverseSqrt/6d0783.wgsl.expected.msl",
      "new_id": "bd9c4ad6180f32b8a7dba61bf38d1ed5ce00d10b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/inverseSqrt/6d0783.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ea668d536e9cca003d0b1af81a2725ca4dcb2f5a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/inverseSqrt/f60c1c.wgsl.expected.msl",
      "new_id": "114e7f4a77392720e8708180f94fe63b409ec951",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/inverseSqrt/f60c1c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f354747aeff3b6ec6f3aa7c532921cf585c1e3f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/2bfc68.wgsl.expected.msl",
      "new_id": "d51995a2bb683fd04fe63b20a59d42b7e7705cb0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/2bfc68.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "038223d736d2261c7369a5df1eacef3844bc7db4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/2c6370.wgsl.expected.msl",
      "new_id": "669acb31d3dfd8946aacd79d1d5b2e6dad35b99e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/2c6370.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc86342a86715dcbd67685b062eea260f8f9fb5e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/376938.wgsl.expected.msl",
      "new_id": "f70dfd55d981ca4f93b7dfd1279c25434102e9e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/376938.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2989947d53c6c813025e9a6f45490c882c4999a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/4a3ad9.wgsl.expected.msl",
      "new_id": "bd3a41b833145f57c928bbb09dd0638343fe575e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/4a3ad9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51c4c4ecc0e9fcab41d114699acad2a7b14a6730",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/71ebe3.wgsl.expected.msl",
      "new_id": "7e79ac58df82fb66f87036c431621fd48d3ffb09",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/71ebe3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "50f8513d02d91e63bb6a3b4e49fceb232cf90833",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/a6126e.wgsl.expected.msl",
      "new_id": "df72b2ab4ab11bf4c158c4a99a5f9053d1937460",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/a6126e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "704a3d7f4541430e504edf46da30366dca3ea3b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/cb0faf.wgsl.expected.msl",
      "new_id": "7214dda2f992a12d1942612cb22ab19de1b14f81",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/cb0faf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "265cca048fad4e1681da13de5d1d8e32feeddead",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/ldexp/fdbc7b.wgsl.expected.msl",
      "new_id": "a3d8de9fabdcc26cfa157e999f0c5251a39596c3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/ldexp/fdbc7b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1222a0ddd9b883d7ef5e6a9a3cb759e7491bff4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/length/555aba.wgsl.expected.msl",
      "new_id": "2a9a0c348f93d240b3c25475a17c95f3f8764630",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/length/555aba.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "85259ab5328a5da40a4edbef695ec7c14e6f9fb4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/length/7b4741.wgsl.expected.msl",
      "new_id": "ca4cb6cb435eaf1a42de35dc548f4f7097ec5e34",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/length/7b4741.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b2fb9d98ec801e5c2a0e712adc5cdc8c98df770",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/length/936ad5.wgsl.expected.msl",
      "new_id": "84659edf09f7878755e82be19939cedf80ce043b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/length/936ad5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "855232b3f5ef871e59658d8d9e67f933e7fbd385",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/length/c2c544.wgsl.expected.msl",
      "new_id": "0d884b8afe9723033451d1ea2029ed3b5738cad3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/length/c2c544.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee910ae0aad10481ba0a7845219436db9e543bbe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log/655989.wgsl.expected.msl",
      "new_id": "ae5f860b2e6a184a88bceb02009c93743b77234b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log/655989.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c793a9bf7d58d9444d5343fc842fac456e72d7b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log/697e1d.wgsl.expected.msl",
      "new_id": "11e65cc4ba81402fadb05474f6d9f4fda97a5cad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log/697e1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3e33dc43a3c433ce65fb3e57f9808249f1990451",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log/b8088d.wgsl.expected.msl",
      "new_id": "c3f39a53a7176e5d473b585fdd769d4b63722bbf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log/b8088d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4e0547aa4726c5453c20a93dcd9ac4fcebdc7077",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log/f60cc7.wgsl.expected.msl",
      "new_id": "0845e70e60e770d5c4bf17de23f32d157f978177",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log/f60cc7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e353ceb987680a2cff359801c2bf8e1017ccc761",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log2/0fbd39.wgsl.expected.msl",
      "new_id": "1c02c404f87f3c894fc60f5301ae2e9080544af8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log2/0fbd39.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6482e40de93855171f9d796ee95afaaa796d718c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log2/5b464b.wgsl.expected.msl",
      "new_id": "ab0829f3929aaa88e3676f62a403275ce0b03129",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log2/5b464b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "27597c2419ed73006d65c8f3c21e819f4fa7467e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log2/6b8954.wgsl.expected.msl",
      "new_id": "446599eb0709b1260b54ba6a4b1f40d6f0489dc2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log2/6b8954.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71653a88b1755863e8b4a2605e7f6d3b363fa148",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/log2/a52bbb.wgsl.expected.msl",
      "new_id": "da251422a60d536efecaee840dda147c34d74219",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/log2/a52bbb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71565551f8547ac7e6ef19ccdfa54d79706fb42e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/067f3a.wgsl.expected.msl",
      "new_id": "fe78beeb1a60e2b34666455d2b255935bea05cac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/067f3a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "44158761b58a0d6083887d5894f91ec18293076b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/19070a.wgsl.expected.msl",
      "new_id": "222e536538b40cbbe1dca20c422f294c08212271",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/19070a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52252de4ab8591a13013fe262e61fdffe9e221e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/482d23.wgsl.expected.msl",
      "new_id": "77bdc015820127af5953e7473e5b84eb8d412547",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/482d23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "50b90eec9785f5643af9000a4a87e06be1aaaee4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/4bbff2.wgsl.expected.msl",
      "new_id": "86410b986fd32a1d37cce68623ee654d271e304d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/4bbff2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c1035d12794629b09dc88629c7ab95744b737f3a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/a1b196.wgsl.expected.msl",
      "new_id": "21f3b7e2f50eae7d6e7825587aceafb9faefc4ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/a1b196.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9eff0fa01f3839390f3b25b68c09559df6c07666",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/c023dd.wgsl.expected.msl",
      "new_id": "536a9368f84af3e1a4b4a4b8aecfde4996b9e319",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/c023dd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7835cc14b672b802ed7e2d5206ffd01d518669d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/caa3d7.wgsl.expected.msl",
      "new_id": "23c608123a9c1c421d8d6bf290e47c89c08c8a3e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/caa3d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "962bbe74423ffaa68ba7e79e24cb21980b6ddae3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/max/de6b87.wgsl.expected.msl",
      "new_id": "effb494190d48d511b2ae694ae5c3aa64ccc4fbf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/max/de6b87.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e54d92722482e285e9a7ba05fce3abb747a8ff4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/364910.wgsl.expected.msl",
      "new_id": "75c71eb86b583df7141a547b4ab7c6c1f7d6d462",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/364910.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3e20be798b75c8d86221fd7671d23e85841f947c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/371bd6.wgsl.expected.msl",
      "new_id": "1eb80c2f9c31b7f7ebbd279287b980e7ebbf8e42",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/371bd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e53233ab0370b973a2f3e0b016bbdd4c3f0ea215",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/527b79.wgsl.expected.msl",
      "new_id": "1ca6a730bf4f934598a0d43c868d7b903195a368",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/527b79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1bea1930bfc23bbdbb84e61733d54ce29af0fa75",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/717257.wgsl.expected.msl",
      "new_id": "05a6673e0e81a00ccdf7459d8fc2e42f3af9a964",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/717257.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0fe30bfb50754f6959e286c47b634368e77a7f1d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/794711.wgsl.expected.msl",
      "new_id": "3fb6198550882808aee7cbc3b21a8d9a6ed6d766",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/794711.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b2c3461e175fa0190d78c513e478f57896e3d613",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/84c9fe.wgsl.expected.msl",
      "new_id": "3ed0a4428e4f516956e4fc473f34fb2b31475a22",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/84c9fe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b3eae162ef45050077dfc6b7e3acdcca740bcd9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/98e797.wgsl.expected.msl",
      "new_id": "f991e0975b084eef8ddb609e34981db73c1ccd0e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/98e797.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d148111c0db990a0a856704152cd78a802a968f1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/min/af364e.wgsl.expected.msl",
      "new_id": "9c479b3a40a089d68bce72d508adc2c99f55218f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/min/af364e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "282e582f140fc7e8481dd6771dc7ccab8c838185",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/mix/275cac.wgsl.expected.msl",
      "new_id": "5bfe5611589ed9749d055d7c3eb29f3edc6dae4a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/mix/275cac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "09507d5769f8e6becabf041d9e9480fe71f9016a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/mix/30de36.wgsl.expected.msl",
      "new_id": "6dd42fd07f6dcfd426265521fa96f64bf577f975",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/mix/30de36.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "725fbe35a1a8451331303d0725ec6a920b532e34",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/mix/343c49.wgsl.expected.msl",
      "new_id": "d85565848f48721e104a9e0dd3b0b21abf2562cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/mix/343c49.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b7c129297a0387e528d487a936f1cd3be62cf9d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/mix/42d11d.wgsl.expected.msl",
      "new_id": "348ef4322d413534784148cade5239b8eda658d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/mix/42d11d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb242680cf702279237dd27860ce27808e5d1e31",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/mix/98007a.wgsl.expected.msl",
      "new_id": "1284d2f93d4c7758632f0150dcbf04c10eecd44c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/mix/98007a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3823b53519caa9b16ae9d1c9e8d9c4d149a30cee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/mix/9c2681.wgsl.expected.msl",
      "new_id": "f9fd74e473e3f71cff00aca1a6ed9b32d54d4abf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/mix/9c2681.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9808165a23a182a58664fcf43c538f26b027a4c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/mix/ef3575.wgsl.expected.msl",
      "new_id": "89cb10746a3bb89f6a157747f5e350a473ff8160",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/mix/ef3575.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "85b6c892400139680ea9a56e2ea8ab4abd5741de",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/2d50da.wgsl.expected.msl",
      "new_id": "4c2df8c122cb92d0437e6dbedae8d8f72b122dd7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/2d50da.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5079e212a7943d8c490ebacc633891f0c666e3b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/45005f.wgsl.expected.msl",
      "new_id": "dbf7343c2f066ddfbf0ecd851057690dee7d1fb7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/45005f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "437a9271b0fd13a43a0b7d4b2b1ef6f804f1b48d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/4bfced.wgsl.expected.msl",
      "new_id": "760aa4afc268c2235039c478d1bd47897970f238",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/4bfced.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7a1ca23963f5e7726eb387a1f2484cbf2b94855b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/5ea256.wgsl.expected.msl",
      "new_id": "047cb60e73b62d756bbb31bdff2ea650c47dbb5a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/5ea256.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7cef46ba412d3742767770f70f2f5740b89cdba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/68d8ee.wgsl.expected.msl",
      "new_id": "a53401d88783d4514670997b801a44ed9d7c7a90",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/68d8ee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a70dfbbb928244ad50a95ff86eff950a610847af",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/732aa6.wgsl.expected.msl",
      "new_id": "d3612070f2444ec9801445949ca8c180350ae633",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/732aa6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cb0811845cc67ff0e41a094352d0a4c4a8ae058b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/8dbbbf.wgsl.expected.msl",
      "new_id": "904f7bc2f7797d66888fade638e49a2426475467",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/8dbbbf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5af4396d6307cd632992f21898a107465d7b1300",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/995934.wgsl.expected.msl",
      "new_id": "0a12485164fd38be8b29235bcea2bfa8746d82a0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/995934.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11cdd794d6c864b8030b6478115f4062329ac599",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/a545b9.wgsl.expected.msl",
      "new_id": "d6c9cbca77f562ce94dc187f0daf130a8ded974f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/a545b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19ad9865b8fbd89126190247589b9e578927391b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/bbf7f7.wgsl.expected.msl",
      "new_id": "1f36c9c7addc72f370e50889f50a0e9806d0f1ca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/bbf7f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c9b1d4b1e973df18971d54b830045e4a32ba862",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/c15f48.wgsl.expected.msl",
      "new_id": "b5e290400f8413ad29913e800b2b8e010b7786d5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/c15f48.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc1222be8ddddab13bf589dfd446e48b0f1df85f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/modf/f3d1f9.wgsl.expected.msl",
      "new_id": "c8c1c32c7f34a69572f4dd5ba9b20ff37aea24eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/modf/f3d1f9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b106f82a604ec7d82b809fd089a77f46a8026d7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/normalize/4eaf61.wgsl.expected.msl",
      "new_id": "6e2084d3d13a6c74efe79c49cc359014e244ac5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/normalize/4eaf61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05ef06ceaca93ec44eabee8a21bd2acbbd8a645e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/normalize/584e47.wgsl.expected.msl",
      "new_id": "f558c6f92bbf5d6227f41698fb703fcc242f7135",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/normalize/584e47.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b176c7886037050f167c3cd867f487d7eed3ca8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/normalize/e7def8.wgsl.expected.msl",
      "new_id": "8dd8e25601e561044316d30d0137ae5d4f7a6571",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/normalize/e7def8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fd7022e34a48c9f4527e83b4852c330cc893d702",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/pow/749c42.wgsl.expected.msl",
      "new_id": "bd0cd0b71335aa5b46929999da006ff21936855d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/pow/749c42.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7605220b5ba8a9f8c66528c68915b0fd892db432",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/pow/a8f6b2.wgsl.expected.msl",
      "new_id": "fd60ae9325446527d89dfc66e39ea5c04d80a43e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/pow/a8f6b2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e057134fd6851e046a0ed6c6d1f467503b482d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/pow/bc91ed.wgsl.expected.msl",
      "new_id": "9df272e50a42c18e1c3f52fbedebec7e7c05234c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/pow/bc91ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60e51950c9571d15e2a0a2dc01c5f4e8d54da171",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/pow/e42f20.wgsl.expected.msl",
      "new_id": "4f963771ea7f060fe56b05d48d9195ad9b8e7ecf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/pow/e42f20.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5ecf6763100acf37ad0262cdea4bad22d7ad49e0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/13415a.wgsl.expected.msl",
      "new_id": "2bd6abf0e700d1c26ddacb2240fd0609d78a85fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/13415a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2980754f0479552e62a0ad30965d75bebe83ad17",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/1a5163.wgsl.expected.msl",
      "new_id": "3d3fb4a8cc0be962be5efb972a69b52c3217bc7d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/1a5163.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9d2d62c5fbe6e25c9e266adb8c358686d472a30c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/2389f5.wgsl.expected.msl",
      "new_id": "51f3580f31d82fa329b2384497487ac9a373cbde",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/2389f5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "478f83605e0ff6f99f431a3759f82bcf686f273d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/2b9ff9.wgsl.expected.msl",
      "new_id": "858212a853ae30ba35723305ae9292f8e05baf78",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/2b9ff9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39fc555b601b93d113b0056a7e0abff7fc84dfda",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/316ff8.wgsl.expected.msl",
      "new_id": "b7aed149664158124a1548f424495462830b82bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/316ff8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9099c6e3a9a645d105eac17aef85001af8ced315",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/41babd.wgsl.expected.msl",
      "new_id": "9b353fe4ba0b41bdfcd4d6ae64330fd9a19d0da6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/41babd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cfc45f93e8aca99c6a8cd785eb90f359106569e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/4bebe2.wgsl.expected.msl",
      "new_id": "30741afa7c41bcea1077298401e8c9c601fc6670",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/4bebe2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc46ea73619cf6d19e1f00b6992466fd97468052",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/53526b.wgsl.expected.msl",
      "new_id": "9449a0d1f5909e4ce9437671a1d3843403604f86",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/53526b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2bb4c87a4d5f01c829219dc01c46e6e53e38e55d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/53dca8.wgsl.expected.msl",
      "new_id": "9ff7086043c3363d869b13ad51b2732af457b246",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/53dca8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be76cf0591ed5bd05c5af6730cf657b409fa49ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/65e661.wgsl.expected.msl",
      "new_id": "b00341bd3a057a92d733add6fe6165368370933e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/65e661.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "043bb34b030facb649f5f67a3174d977c0f54740",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/69b235.wgsl.expected.msl",
      "new_id": "f0900d1abfeb191dcc6273d64561943cd9a42113",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/69b235.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5823e1f01e734db47749860d00a06ad6cf586de",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/7afd23.wgsl.expected.msl",
      "new_id": "065c0a7118b23c1292a392d8c2988cd0c922225b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/7afd23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e2984661eccc7c8d3e1a621241ab503062a335e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/7f7178.wgsl.expected.msl",
      "new_id": "413303405b19c4d9e3fc08998a8a47a44d244ec7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/7f7178.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64a7763b64129be3c4f1e89831c71ff3579d78b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/9f9178.wgsl.expected.msl",
      "new_id": "a48ddda2f79071c7dbf9e706b0de50f8462fefeb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/9f9178.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bcdf05bbd09b1623e687af1fda745106d17cf2ed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/bdb245.wgsl.expected.msl",
      "new_id": "0731c24000a984ce52f4b8dd8a00d9801841ce5a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/bdb245.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e4759c4e8a8fd4b486a89e4d4551c213fa624002",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/c7511a.wgsl.expected.msl",
      "new_id": "0a0077daabf4f9c11cee4f0f13c545f76c1ffd9d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/c7511a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "18c8f656638a8881be5e7dd077c10035448071e5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/ce690c.wgsl.expected.msl",
      "new_id": "a02b79a00e4a049c2dbf28e175d18a1c9c3808dc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/ce690c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "06c2d699dc0a40ce17ce418e648a84cfd816a564",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/d07705.wgsl.expected.msl",
      "new_id": "469b92e4537390ffad6fafac0c7ada5adc78de77",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/d07705.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5f1337c9f7e08818e34b4f70134058969a240b5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/e3d557.wgsl.expected.msl",
      "new_id": "9f8a6ace5cbbf10167b1f8c77c7c29ca896e02d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/e3d557.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99a1b3426634041d98254d7aba0df61cbcc0818d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/print/ef160d.wgsl.expected.msl",
      "new_id": "8c4833d79105d9603ec389edec36ef7a32ab122c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/print/ef160d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91ed7f12000e5bb0255437f611ae6f2d95d83a61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/radians/379214.wgsl.expected.msl",
      "new_id": "3a72dc7bb533c7fd6ac56c852387fd8489384ae9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/radians/379214.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b6d3b1e7aef8604f72b7d9ff3f632bd5fab5260e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/radians/44a9f8.wgsl.expected.msl",
      "new_id": "e98cc5f1bd02afddcf921502fa62fab4e2d96fe7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/radians/44a9f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1da0b9c6715993f4fd84504cb4660248445e507c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/radians/524a91.wgsl.expected.msl",
      "new_id": "3a2e34b5f601612447f771ceb0d3a82ee6368c47",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/radians/524a91.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16893fcefc31a4969a449fa27517bb23e7926b99",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/radians/bff231.wgsl.expected.msl",
      "new_id": "23b4d85f224f740b7ffb3229f0bacaeb7092317d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/radians/bff231.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6cc4962c056972a9d600336e69cab647a3b8a40d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/reflect/a8baf2.wgsl.expected.msl",
      "new_id": "69da2b72380c619d9573462d4faad640b1bf54d6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/reflect/a8baf2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "24406aa9c23e2f28c747bc3c3a141245db51c23f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/reflect/bba2d0.wgsl.expected.msl",
      "new_id": "9487ceb29dcac3154c5c9490994ac65f5cee8e8a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/reflect/bba2d0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28df1af9fe7807d7ec55dd8526a2678ca0aec6d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/reflect/d7e210.wgsl.expected.msl",
      "new_id": "ed6d43004f4f315a6275378730f5c0268bf7a375",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/reflect/d7e210.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9f91fe8247a0dbc15a5892d8a898e13fa66f5969",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/refract/8c192a.wgsl.expected.msl",
      "new_id": "5b53da31af25afabc27f2f49908ad20735639b2f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/refract/8c192a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bcd30e70915f8a76db03be8f02fd627c53e83069",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/refract/cf1629.wgsl.expected.msl",
      "new_id": "ac39d044d12a3ca8a79d7dffb5daf431a348a533",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/refract/cf1629.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61142fef7cc5aef6b23706fd0c5b87cee3495e1c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/refract/d7569b.wgsl.expected.msl",
      "new_id": "4de6b149a374543378f6fb88bb5a5f8522261270",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/refract/d7569b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a55ea2f4a33de24163697682a9375b20987d6185",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/round/184d5a.wgsl.expected.msl",
      "new_id": "793f36691958f55f6ec3e8636ad0960b47ded93b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/round/184d5a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "882a316af7a8fd1a9dc095cd4bcfa381f8e877a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/round/773a8f.wgsl.expected.msl",
      "new_id": "b377635933a07c9393ae3881c25826073cf94320",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/round/773a8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d3a6a59ff4a3562c9bc5629bad3dd3e95844a03",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/round/8fdca3.wgsl.expected.msl",
      "new_id": "6d070d8d33312c9233ca0a095e80d9a039bbeb87",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/round/8fdca3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d0238af8c938a801d62bef0c43556f150c775dd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/round/a1673d.wgsl.expected.msl",
      "new_id": "4ef38331be855932ed60542a71898a8d5a903aeb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/round/a1673d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf7e879344e209300ae1656ed508576150f1394d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/saturate/4ed8d7.wgsl.expected.msl",
      "new_id": "32bfdb4889ad4595684bad12c7b83468742d1f61",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/saturate/4ed8d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6d65d11d5bea01512a9844c41f4d674b22fbf73",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/saturate/78b37c.wgsl.expected.msl",
      "new_id": "78a7370f8605a6639a2dc10bf848ee708c214451",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/saturate/78b37c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f3d9c248fd4d32d87c2d4eedfeb8ff2f99803dc4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/saturate/d55822.wgsl.expected.msl",
      "new_id": "d5546251f5595a7910a9fdfef85f30c134a8dbac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/saturate/d55822.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eff4ff3e3dca390d23bc34798fb53c9fa61861e8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/saturate/e40fb6.wgsl.expected.msl",
      "new_id": "3c50fddde15498353043a82ba31caf47c73af615",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/saturate/e40fb6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bdb20abf24b75e1574397d2f4d1a6e5a257996e8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/089657.wgsl.expected.msl",
      "new_id": "187a6f0f2ac877a11bc9106fbfcffc890dc5c3a2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/089657.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "de8ff5c3e94659693118be0704262ee894db0dd1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/17441a.wgsl.expected.msl",
      "new_id": "0527282884c970a87a81e159025141575a740d23",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/17441a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b819df05ce124c251f1e6239657f011e14881f6c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/1f4d93.wgsl.expected.msl",
      "new_id": "8f18e8d05abf56fd52e269fb0c287db70d2b84c8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/1f4d93.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f75ebfc207a039356050e768af9c935b423f3f85",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/2c96d4.wgsl.expected.msl",
      "new_id": "6b5eb6f3479173c7c07edbd9acb99c84433b0429",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/2c96d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d14db5df85cbb837cfdb8e899375961fca2dbab2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/3a14be.wgsl.expected.msl",
      "new_id": "2ef3bdc19bcb232dccb759335da2c721b7c611e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/3a14be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8450c9d23c1ec0ae5fba019c03bddebff826683e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/431dfb.wgsl.expected.msl",
      "new_id": "486b271c728155d02812380b984a4599dd5fbca4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/431dfb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "82c60997b20a709d143909d38ac31c2b01807fb4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/43741e.wgsl.expected.msl",
      "new_id": "0818938e3d6153ceca592009a5c64d850c3fc600",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/43741e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1bb0c3d2ac5761467a7d56d035586208c3535d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/494051.wgsl.expected.msl",
      "new_id": "81a248136ff75f7b7090dca08a5de9db5d6fc458",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/494051.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "55a434a39b01ff2edf44f71579ef3f8bc7403325",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/4c4738.wgsl.expected.msl",
      "new_id": "238336c596ac8ba33145b8f313ea99cd421f9991",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/4c4738.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fd564ecef91793f02733c869343620692ea78ac1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/4e60da.wgsl.expected.msl",
      "new_id": "ad066fbad826072e5f437af79673edfa4db2a0fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/4e60da.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b5def27ffea17f356c7d73d94c302985500f09a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/9b478d.wgsl.expected.msl",
      "new_id": "21cf66e718ecf36a1b605cabbbbc312397634702",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/9b478d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4bd1c3b4a0f8cd72c349116bbb14c59dfce8ae1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/b93806.wgsl.expected.msl",
      "new_id": "99d3c729459a396cdb02701be2722d7a30e144be",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/b93806.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "477dbd24559c655db3fa9d6aa16a2f41c3e11761",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/dfab3b.wgsl.expected.msl",
      "new_id": "59046760e4ad8a95e8e998d5bafd6a5a2d12e146",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/dfab3b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bef22eef9bb831e95448c53041a0f6d158427499",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/select/e381c3.wgsl.expected.msl",
      "new_id": "b53e2c8ce671c1a51751739724d99abd86f82101",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/select/e381c3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "addba7fccae46be6e382ef9f700e895c38ec7a77",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/0799fd.wgsl.expected.msl",
      "new_id": "30d816eb155d34b1a2d056665ba80f775b19b37c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/0799fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "243764dbd6ab09335c6d0cd9f97371dc49c3fec0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/3a39ac.wgsl.expected.msl",
      "new_id": "17cf494efda712d6357a0c4af8c8d49b058fa9ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/3a39ac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be3819737cc51272edda8b0339ffb77980b5d7ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/3bdab6.wgsl.expected.msl",
      "new_id": "5473f672da3520c5cd75124c795a4f7ba7f95593",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/3bdab6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b1c9c074bb78d913f731ac594ef1223e4b1711a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/55339e.wgsl.expected.msl",
      "new_id": "d8d8a5a68ca5e790c551705b4de6a6286a345b2e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/55339e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "360fbc9220d461a4a7b683df7dbf9584d5aabf14",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/943b2e.wgsl.expected.msl",
      "new_id": "d8d49dae85c320968fefb5c157229538928a7765",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/943b2e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5310448fc8e6487495fefbf35b2c8b4c4cfce751",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/ab6301.wgsl.expected.msl",
      "new_id": "49cfbca52e9b9febd4e96147aa1e981adf01aa85",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/ab6301.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eda6c519524dcd3a8b405ab95d31a332acaae6b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/c8289c.wgsl.expected.msl",
      "new_id": "0f56956c7e3e696f94010cfa8b526d378af93a04",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/c8289c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0d3414d82498d088a309433882dcce40c486cd2d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sign/f5da6a.wgsl.expected.msl",
      "new_id": "1eb57b0064a5799b35ca50f8c027da9c811a0673",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sign/f5da6a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebdb5ca643a697e5fc5b8b0fda16454330d130b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sin/15b2c6.wgsl.expected.msl",
      "new_id": "399e08a94a525f4b912d8987effaa9b90558670b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sin/15b2c6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ec848813c2774d66c67aa1ccc564047b7d82b250",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sin/67b03c.wgsl.expected.msl",
      "new_id": "8ba3968e614fa9c01e9e3416fa12199175c5833c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sin/67b03c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc5d1adc590afc0b8c5678bf3937fd741143ed22",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sin/68d3ab.wgsl.expected.msl",
      "new_id": "1d30c7dc129fa88873a9d45b23fcbaf501bc5d7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sin/68d3ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c3de0370c022fbc6fc8c68991379657de4f8045",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sin/a9ab19.wgsl.expected.msl",
      "new_id": "e4656347156eeaa0d125714e682c1cb0440915b3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sin/a9ab19.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be473746e953204c5a70b3e54757be67bf01906e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sinh/77a2a3.wgsl.expected.msl",
      "new_id": "25e954078039230637b4e15415c6413dcffa4c0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sinh/77a2a3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7eec27779cf6d0b869716f9bc440f04820ac6aaf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sinh/9c1092.wgsl.expected.msl",
      "new_id": "c1e9dcd55f22241588d60311690e420e3eb620cd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sinh/9c1092.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d74ee995cf52fbdcbc899da6307bfd16c656e24f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sinh/a3da7c.wgsl.expected.msl",
      "new_id": "65a0a436e3c8efcccba2233f161b5521c5965b74",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sinh/a3da7c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62bef7c57c23fa9162e49fe83512134a5d3fdb5e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sinh/c4df74.wgsl.expected.msl",
      "new_id": "245c60a47b389603101d99e49061b7c6857357dc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sinh/c4df74.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65809af463a22db5d9ce1d3cf99ac580f07939da",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/smoothstep/0c481b.wgsl.expected.msl",
      "new_id": "5afbb38d7cc71a5e0b5d9f98d4e2ccdc08720b10",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/smoothstep/0c481b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "63853b52de1e9c078fed7c92771392f03d9a1b97",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/smoothstep/0c4ffc.wgsl.expected.msl",
      "new_id": "3e515d4c33618047a926a3816ac105cbde60d2a5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/smoothstep/0c4ffc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "917188ef5d6e0827fffc46dc31d0b02d6f97b5f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/smoothstep/66e4bd.wgsl.expected.msl",
      "new_id": "6bab42334904d321dfe1627dbbb1826a345249e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/smoothstep/66e4bd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b30c7ca79da5afac2cc26f4b7b1752a6bf44a6d3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/smoothstep/a80fff.wgsl.expected.msl",
      "new_id": "851d3058817e9db345d01b8fb4f603ae3c732db1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/smoothstep/a80fff.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5a6121c84dc197d4951865f88c98dc4cc234fdf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sqrt/072192.wgsl.expected.msl",
      "new_id": "9e2ea1ee842be0454ada041ab355e6007eb20820",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sqrt/072192.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0cd63823e0a7129a56223be7c8f83a2babf05fbc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sqrt/4ac2c5.wgsl.expected.msl",
      "new_id": "7d59a9067fbce821a9e42d78ca1c862db8add46a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sqrt/4ac2c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1148ad87eb3101fb0f5e45872c0111bc66aee300",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sqrt/8da177.wgsl.expected.msl",
      "new_id": "8011d12a0bd336c2da40196a7663c4fe18fcc23d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sqrt/8da177.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "55274acc297a619f3faf4f031527b32b1488702c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/sqrt/9c5cbe.wgsl.expected.msl",
      "new_id": "8e5b1aba5f0c4d86276fcc6d991d3120fff72a7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/sqrt/9c5cbe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d534271fec1b749f703a0a79883582fc50e51ef8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/step/38cd79.wgsl.expected.msl",
      "new_id": "d9dfbf423d873672a8f919733a61d8fa91d1779c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/step/38cd79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e744cf2ec84e4d82efdfbbb2da5357258580b13",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/step/415879.wgsl.expected.msl",
      "new_id": "a1ef81a2b49d093453aeef8e097a17d13de1d28d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/step/415879.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d29eea36f628863d57e262d611d2dab06edfc9be",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/step/7c7e5c.wgsl.expected.msl",
      "new_id": "110b36cc3622b0bdf98af377baff7b2d6b475d3a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/step/7c7e5c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d643ed7e9e6de8c666d4166c9345ecead2671555",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/step/f9b70c.wgsl.expected.msl",
      "new_id": "bd264ac60d990720200e5ce9261d2d03fe5ff570",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/step/f9b70c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "04d3b59e34ad42b1e7e34aaaae8a6b6ffb236d26",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/storageBarrier/d87211.wgsl.expected.msl",
      "new_id": "a22fb53ac40a49fa7406e145cfd0345f6f1afc5e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/storageBarrier/d87211.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "26fa4652cf4c6199b47c1bea487077565b70cffc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/02da92.wgsl.expected.msl",
      "new_id": "c11d41da856922bdc175244d427c558e15e45b24",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/02da92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f33ee27fc670b08fd5a61771dd0b053bd48f7674",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/06bd90.wgsl.expected.msl",
      "new_id": "bcb1f369918a81260bd9f1fb69c0e00e726d1dc8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/06bd90.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc09b36a480e4bfa9792ca61cfc133de72b5dad0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/1be0e0.wgsl.expected.msl",
      "new_id": "ac0334309b6079bc680fea572b20af2094504160",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/1be0e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e96bebdb84b56adbcad9a648a546b6313d450b83",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/36c0f2.wgsl.expected.msl",
      "new_id": "f5e6bd71f668df3d3f749a7436471d5a7977d607",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/36c0f2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "77d9daa9f4a9158440a8c4ce6dd19086657e4481",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/423caa.wgsl.expected.msl",
      "new_id": "22b1605fd983ea12112e4fe68c0721552d84a31b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/423caa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3843224aeecdabd497aed39a83cdec5daba62b3c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/53a148.wgsl.expected.msl",
      "new_id": "87ded6dc145fc2a2302f85cd60ce837793f105ad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/53a148.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b6042f52545fd155fc72ba47231e3f1acf7614bf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/63c04c.wgsl.expected.msl",
      "new_id": "1f7e4b9aeb72d1b9dcb3ed352bcb34e9e77c090a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/63c04c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "498ff113c95d152f73d253ad231fb6e23da8bb38",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/aa10d4.wgsl.expected.msl",
      "new_id": "b27d73f6b93b75c10906475a475ec877518b39fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/aa10d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f44336614c8e87546eb1a22499d6817fca0741c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/ab3b9c.wgsl.expected.msl",
      "new_id": "2dca7d7bfc7a33657a35f627c1d5265beb53b1fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/ab3b9c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94c58811c35bef815b7c6de3d99a3efdcf9e5369",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/b3c369.wgsl.expected.msl",
      "new_id": "1ed509c5047d1a1f037638104c6708269e641173",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/b3c369.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4a376c4c911e8072c75debee1b54d182e32ae38e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/b3ff28.wgsl.expected.msl",
      "new_id": "f0cf7be483110d9ba14c09f9c140902ab0199384",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/b3ff28.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "396241b77d9006b2701e95aaa92e225ab0105e72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/b84216.wgsl.expected.msl",
      "new_id": "91deb92196ae2f983f3c60e771b4119b7e3f9d37",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/b84216.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "416dc14d21c3e9d3f5d29d196182df385f91edec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/bf26bb.wgsl.expected.msl",
      "new_id": "f483d467e03483c74221cd8afe3ac3a087d6b401",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/bf26bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "643f6cb928d4d47ce03ae28a92f6642f65578fb5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/c9c00a.wgsl.expected.msl",
      "new_id": "b7341834bd49d5a974e572df6783b39036e0334d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/c9c00a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cb171841e6a34b48b8d8ff7906d18bf58d56cf93",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/cb133a.wgsl.expected.msl",
      "new_id": "65f8e31fc4dfc88240b1ff47e34334c2e2e86eda",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/cb133a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "617c6eb8e938ae4567eb0a3ce0f0f30af6a2473d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/ce0bb4.wgsl.expected.msl",
      "new_id": "510cafabc4733b8d157d2e8802bf26685a126a55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/ce0bb4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "341875b7f7ff00ceec56a02e88d24fa7974ce88e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/f3bab1.wgsl.expected.msl",
      "new_id": "1620bb1c19eeb8caaeaa9a398c7e02d654e04d1b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/f3bab1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7c7371e915dd48315a6a4eac6698c1c3831638d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/fe78c2.wgsl.expected.msl",
      "new_id": "d83df68518ec3bf71fe1687c7723d4585125f43f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixLoad/fe78c2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc1ec7adef42f3c70ca2c6b14c533aa477487069",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiply/2c905b.wgsl.expected.msl",
      "new_id": "b72dfec490cbe0bc8eaca8546886ddc2125d25ab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiply/2c905b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa38053aa7eb0ab060c1b4c14f904ac1ae2d2465",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiply/42abed.wgsl.expected.msl",
      "new_id": "6f93c74bb6bc2e1110d268fdbf56eee565c48832",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiply/42abed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62bd4481f0699825ca8ad7b35a9aa77e81a9fb17",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiplyAccumulate/8b907c.wgsl.expected.msl",
      "new_id": "2ee96ab3b51800f6f63947acc6318abcb805430f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiplyAccumulate/8b907c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2988d050bdd6a09f3254c630df6cfe6514102507",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiplyAccumulate/e7fb3c.wgsl.expected.msl",
      "new_id": "08f759c07dc372e7823f97fa98e635746114a4ba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixMultiplyAccumulate/e7fb3c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "47768aa50fd346028f866789a3f9cc26d57d96b3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/38dfbe.wgsl.expected.msl",
      "new_id": "552165e2fbda440484cb1bbc36f664030723401b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/38dfbe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bd4b4958c4016829c4def40786373984c4154818",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/6978de.wgsl.expected.msl",
      "new_id": "37979927176f60f1a54ac79f3bba8645f090d5c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/6978de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7314e348c36b02ae46e1cad86d989851e43d7a48",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/7f3869.wgsl.expected.msl",
      "new_id": "7e6d042ad4650657f070fcc17c263edbe740922f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/7f3869.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "612b5cac1a849e6f3eb00c84991ed533ee3537ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/9dbd1a.wgsl.expected.msl",
      "new_id": "9e4719020f6f9c18f8b6354a623092fb544ce53e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/9dbd1a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91c8c1855ad8a902c51f72bdae51c9ceef01d42d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/a00a6a.wgsl.expected.msl",
      "new_id": "c4add834588e9058134bcc81db785c041ceaf7f2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/a00a6a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f82df345ccb93daafc3eb05cbe95f8e4a7ffa5a2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/ee2a47.wgsl.expected.msl",
      "new_id": "088b88c90604dfbca1e8d3c756ccabf5312aa194",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarAdd/ee2a47.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3d0a3a5e7c2d7406290d48ba2e832aa3e844935b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/0043a7.wgsl.expected.msl",
      "new_id": "4c12923737d1be01234c14036af826bb96183aca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/0043a7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9d6ff955db80b6402edc67f3b1d3ef3a23007e90",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/3ec99d.wgsl.expected.msl",
      "new_id": "11c38a19637a418cb735f26ce22d8429ef95eb06",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/3ec99d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f67adc8d3e88bd2f6bdcd298099c31b0b21f685b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/4de795.wgsl.expected.msl",
      "new_id": "6a461fe88b0ac1726f00ec5803aff9c7fc865a69",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/4de795.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ca7a958c28006afc7b16176108e7d79ef842d27f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/9ec228.wgsl.expected.msl",
      "new_id": "8f2f3cd46c0ef56645b0594df0a983dc4f4d11be",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/9ec228.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52a97d68df63f7692dda80c46bb28a4ea1d4499f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/decf0b.wgsl.expected.msl",
      "new_id": "0e7547f4bf575d96684f673789716ae4c444eb6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/decf0b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "894335339e0cc9d098742c89650970ed5674fdd7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/ec8d95.wgsl.expected.msl",
      "new_id": "25cbcfa9a4b5cf5f1aac11bb465622f259b552f1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarMultiply/ec8d95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5053a142b253b2f6da2d7a92cccc82a49a188d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/3d85a2.wgsl.expected.msl",
      "new_id": "0e6cc25c29deb9f0a45f69563bb2690253f19218",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/3d85a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0068e1b2c4d6dd06dbd0503c2a16ff9efda14771",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/56a1bf.wgsl.expected.msl",
      "new_id": "b5d41858fce7c9494cd49c381333299a652e2ba1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/56a1bf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "547246a0016dd84e469c79fe3fcf3234ad3154b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/7d87bb.wgsl.expected.msl",
      "new_id": "30091ea122f4190506b903a068ff7517ccdd0996",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/7d87bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a42ea6f4934f238b6520a8624fa4fa2697700865",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/a87c23.wgsl.expected.msl",
      "new_id": "38df9d761e055fc1dee8876529784332eeb47704",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/a87c23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c88c45fc4372efe4ae5d7be44bb757930985aa8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/e70437.wgsl.expected.msl",
      "new_id": "9aa61bee0ae3539fa5e38bbd1560fb854b992bd4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/e70437.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a9f0a42acc2c8993f38993da1f0fc9e7987121b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/ee4167.wgsl.expected.msl",
      "new_id": "d8acf15c307a47ee1d5a0bdfee10b5c3db007607",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixScalarSubtract/ee4167.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8d1360f2c3e9e61d0b491a3668dd3440c5377a30",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/17ec3e.wgsl.expected.msl",
      "new_id": "d928ee55a8a7492dddc860f846150ec61e4aa7cd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/17ec3e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dbbeccf3c2bf64c9b600963da87eacee3afd2b68",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/23fccc.wgsl.expected.msl",
      "new_id": "40fc01ae58e2bac3e35b34ef45db7d1f32979ab6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/23fccc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "18cbaf90c10d78a97af4e15b1433b733867aa1f3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/2d102a.wgsl.expected.msl",
      "new_id": "f778815f3906f89beb6fc8e3241105de974f0a71",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/2d102a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0ef1195d621148b6d7403f404f83c135e84fb4c8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/4a29bb.wgsl.expected.msl",
      "new_id": "87c4804721cf3f2295f2f017aba73a35c4298226",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/4a29bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94ccdd80e268f4707f9b239fd48297ea228581fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/50c104.wgsl.expected.msl",
      "new_id": "a907340f0e434900bc788132bbe2f6107c2ced35",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/50c104.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "27e915afa166c5768023298ef3ee450f1eff66f3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/5c5344.wgsl.expected.msl",
      "new_id": "348c7a7946ebfe95e20f54eb07de177b99ae3b9f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/5c5344.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c97d332354467c21cd1b0570f5a1fe2870ae0aa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/793e1c.wgsl.expected.msl",
      "new_id": "1d43d7e12dd22e25a7f40e738668ab933e8698e9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/793e1c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5af45a7ef8d6fbfa269db2ec1c47329017856d4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/7c5b63.wgsl.expected.msl",
      "new_id": "2e9819e075bbfaddee4064c5a79f5d3a60acdd36",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/7c5b63.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7681f1326b58a50dc1c580a20ae46078a552ab5b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/85b916.wgsl.expected.msl",
      "new_id": "3ebe37503feac89244f58fa6b7c50baebdf5a854",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/85b916.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9aff1eb4c14a43512bf7938dcb5476a3cb271635",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/a5f5dc.wgsl.expected.msl",
      "new_id": "4363ef13ad6eae25130f75dddd7bc6357eef0de0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/a5f5dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8353a91856253deb178da9abe25b50b811580c6b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/c42e56.wgsl.expected.msl",
      "new_id": "6a60c3a19d93160bc2d93e5a0a47c3c5ec28cf77",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/c42e56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2db090caca817eb79d85df0065cddecd7a6ed759",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/f37296.wgsl.expected.msl",
      "new_id": "0dfdec7f80fd3d026a87f40fdab153dd9f6b07e9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/subgroupMatrixStore/f37296.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ac057f7b67b5a6bef03a1522e8dbb446a58604a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tan/311400.wgsl.expected.msl",
      "new_id": "696a381d1fd385036a3439fafcc2f72ff5084eb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tan/311400.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf8dbfcaadf668f234329a02275c0feca1683f52",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tan/7be368.wgsl.expected.msl",
      "new_id": "2a264be56022cd987a42b8c77acfd626b474e366",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tan/7be368.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36a19db01ae6b62800a622e79ae16b8f993e3dd9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tan/a0966f.wgsl.expected.msl",
      "new_id": "4d1eb47b13a3d1e61da74770f9b19e4808bb1644",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tan/a0966f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32f07e7774ce63aa968e4d56c3a4cfef51e56a37",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tan/ae26ae.wgsl.expected.msl",
      "new_id": "aa0adfca8eab462a5a61927f7f055559210a311f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tan/ae26ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0bc9ff4edb12c92a2cab9bce0ce2e9f53e7601a0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tanh/313aa1.wgsl.expected.msl",
      "new_id": "ac41462b0ab0fde5a9c213fc3656a1ae3c6c2e1f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tanh/313aa1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5d8d18ab4241e3601ce52bc38a6c28aae53671f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tanh/6289fd.wgsl.expected.msl",
      "new_id": "3e993b33159fc23d7e10afaacca381945659a9d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tanh/6289fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b0be3fc84d7d2ca474481e70f56d32fa905208e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tanh/ac5d33.wgsl.expected.msl",
      "new_id": "5e9e1b7e8f0173fe664d0e03fbc29d7ae5f2ff30",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tanh/ac5d33.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25582002d69a80d85d131d1e4963c69f5516faeb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/tanh/c48aa6.wgsl.expected.msl",
      "new_id": "4a4a6ed33bd80f65a4b3683c91ee23d3e333b384",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/tanh/c48aa6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a3b6b4bb9b89c68ae6072e9d02a3bbca1effbbcf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureBarrier/3d0f7e.wgsl.expected.msl",
      "new_id": "591931dbdc642792599774231237d65412e4ddf4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureBarrier/3d0f7e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "af42ea7701a7264352110a2cdb8919135c34dd0a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/022903.wgsl.expected.msl",
      "new_id": "f1c118fcfb4720f7e39f54ff256715b92b32cb00",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/022903.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6af1fae3f9ab1e9c0e25421701b2ca6cd60a3f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/920006.wgsl.expected.msl",
      "new_id": "0eba951abcf8ead8f43c0c83871ef022bc02c08c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/920006.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42000fe4c51d357fddb8a0923b188a8326fe00b8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/9c7a00.wgsl.expected.msl",
      "new_id": "51117faa1813c8932916077ad585d95f3484e453",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/9c7a00.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "671b822dadd44f45a4d6d8c4ad139044a142dcc4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/aac604.wgsl.expected.msl",
      "new_id": "aa38563e92f6fae69131a08c45a550a067bf1bdf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/aac604.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d8a05f5e55b1135be08e73696c3663896da53b76",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/b46d97.wgsl.expected.msl",
      "new_id": "b931dab94664c7fede34bf58085ee3093006125d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/b46d97.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "79fe2ad79ee3d32aa33356bec1fcd5a14a3eb3d4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureDimensions/f17acd.wgsl.expected.msl",
      "new_id": "8b0125bf5e22fd5d1b6c15248ea700116c83aaad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureDimensions/f17acd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "07d3f82997c4e07d46abc1fe742e56c677183078",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/0cb698.wgsl.expected.msl",
      "new_id": "165761ea8efa3763ef171769be8c5d750739d9b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/0cb698.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a71d67ded223228788b6bc00a22829bc84c4265",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1373dc.wgsl.expected.msl",
      "new_id": "683fe3a47811aa40b6791faca35489c68a5fe7e3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1373dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4b45308cd37888b64bc933a6c226a65e6d222ddd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/1b8588.wgsl.expected.msl",
      "new_id": "4132d01858db19b8f4fafaa7003b4866f63aa7b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/1b8588.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3653cb68497aed40028f1b247d1239c070208480",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/216c37.wgsl.expected.msl",
      "new_id": "e558cd9bdd51fab99a9248045f2c0ac593dd59f1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/216c37.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "838391f80ae6f3708159f5cd1b258b0a99e3afd1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/3da3ed.wgsl.expected.msl",
      "new_id": "f1e858b7bb1b274fe9cf842acd856867e5f7ed0f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/3da3ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "494cf2c61b94cf43fec8a31c9e0bf6d8523db0f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/4c423f.wgsl.expected.msl",
      "new_id": "40dd1671076d4d05326a1adb8f002abfa9f081e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/4c423f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d00ad4cae8426c77033ef5375fe01cff4603e91",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/5a2f9d.wgsl.expected.msl",
      "new_id": "04ddd7909fa81f2e413a75321bfa01f0aef2c337",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/5a2f9d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4021ff55c489194ad6a22ed2aa14080ab3d6707b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/62d1de.wgsl.expected.msl",
      "new_id": "358122644cb7d10f1baf7c31fc07534f92adffe3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/62d1de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f046fdb1f0aa771d64b3b9fbfcbfc8ffecbe5a7d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/6b77d4.wgsl.expected.msl",
      "new_id": "1bfcad396826b8312f3a2689ed9687f0bbcb1b46",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/6b77d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "17fbb9684d66bb5c3699fd256d3e7cc1744d9382",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/6d376a.wgsl.expected.msl",
      "new_id": "10f2bbd7be93d61a52c697db84a13cb66c942d53",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/6d376a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0ce9f2db17b05271116fdbcf10e4cfeaefcb4f8d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/81c381.wgsl.expected.msl",
      "new_id": "69cc32ca026ff5678160ec50f61cbccf481466c9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/81c381.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c66c7f329142d24bd2029b0d116df99a2879bb47",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureLoad/bc3201.wgsl.expected.msl",
      "new_id": "237e2376724f7845905ffe4ee48fb793010602e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureLoad/bc3201.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65346106d8df8259dfe0d176b7d7a9fef1de465b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/000bd4.wgsl.expected.msl",
      "new_id": "31623febff7c1d30db60aa47229415a0aaac766a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/000bd4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9886e0ba773d2702d09c586db0f39dc36371cb42",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/00199b.wgsl.expected.msl",
      "new_id": "2ca928640f9c76bd24a8b2add2b51b893d99660a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/00199b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1e4016c52a32291d574797033c6fc6c88d20ea9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/005fcb.wgsl.expected.msl",
      "new_id": "3128d186cc88ae770501b7750692455e4e9ac91d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/005fcb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9bf0a58f7e0730a1a40fd174c5b71e9302401bad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/007dde.wgsl.expected.msl",
      "new_id": "7beea0a0df25116ccdac45b57bfc38a2eaa7ebc2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/007dde.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "538de230c5852a5b667a6fdac7583519c48e3d83",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/00ca64.wgsl.expected.msl",
      "new_id": "24165731fcb717e6dca3123ba042857931747c52",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/00ca64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fdc34baa8ab89f6ed7ffa55b42daa6d6b2e487ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0148bd.wgsl.expected.msl",
      "new_id": "ca34d89ba863155e4c0310777f46cfddb3aa7beb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0148bd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4178cfd4ab0027b8754b0b268fc03bf5a45f9c8e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0187f5.wgsl.expected.msl",
      "new_id": "2ff93ee340a31f67efe345d1fee2c8ae878847db",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0187f5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d1bb2e9a18fb9c88761c56506fd1c611b8ba8ef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/027f3e.wgsl.expected.msl",
      "new_id": "718541fa08cb4bb39fccc9b1f162e7f860d2be39",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/027f3e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "662850185466c961503c73e086c5cd0b9bf1d0f3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/031506.wgsl.expected.msl",
      "new_id": "9628b8e5d22298f604e01cb28f6b2ca6aee2f159",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/031506.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0656930c34590a2dc8964304ef2d94acf944fe06",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/033559.wgsl.expected.msl",
      "new_id": "d246c989cdfdea9996b60c9bfcfe5ead66e5fab8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/033559.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "928d1b26581b3e1f2d9050f5de13dd11cf78cb03",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/036d0e.wgsl.expected.msl",
      "new_id": "90663c3ce9a67b0335f7ea18382f66559eac0c99",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/036d0e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0dea10513fad6e347914ba54030cc034c03a5792",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/03715f.wgsl.expected.msl",
      "new_id": "6abf65c2ec3d0c9b1f8fe42f1525e827ef5e0492",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/03715f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5260ad872d69bce26a4d9367c4e7841517df124",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/03e7a0.wgsl.expected.msl",
      "new_id": "37233593ac40da192c7aba53b358c9ab50e17ced",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/03e7a0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "49e8757da35aadbb295f1daceacb1665033bdbe1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/042b06.wgsl.expected.msl",
      "new_id": "cbff0ad07a574a5ab3becb16768ca6d8e9154466",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/042b06.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b1dc7e7bfd68cd3d0a9ce8de7ab90f0f942f31db",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/052a4e.wgsl.expected.msl",
      "new_id": "0218138789bc020a8c09d1b1862b5840dc1afd41",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/052a4e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a5a69093eeb9b36bf26f1e7d6faa1600e8b2e2ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/053664.wgsl.expected.msl",
      "new_id": "2d99fbe7ca62d93327ac58cd5bf7a09ce9179a4f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/053664.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f65ec5ddfa96d7dbe489fa7ed44bc67e53d4184",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/05ce15.wgsl.expected.msl",
      "new_id": "481b749f530484e9358d7997c645b1bea6223703",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/05ce15.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0286746c67a72c884a29cc53eb74535dff8ab8b6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/064c7f.wgsl.expected.msl",
      "new_id": "689f139cc6c7fe3769a6431e31fd7065dd2594a2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/064c7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fea7ff95b46d701cffc6a513352d70d704740910",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/068641.wgsl.expected.msl",
      "new_id": "e44ccf1ff573fad511a22d9e442965129ef845f9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/068641.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "77e4d82a29c36ff057403b02c4953a5ba04c7d34",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/06e49c.wgsl.expected.msl",
      "new_id": "f70e6c20157e7d89a425626dab2ecd1c610ceaf8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/06e49c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "187dbcac38734cc00b461f35df18cba5b1583521",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/070040.wgsl.expected.msl",
      "new_id": "a5e51029f06b044519fb23a9929217137eb44d4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/070040.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a61e87d4f4aa0ace6baf9759d796aad140ead82f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/07548b.wgsl.expected.msl",
      "new_id": "2e36e021a799a7856936cf19e442c89ce5eededd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/07548b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5f359b21a0bab4cf1e89298c14c49cca5db2b862",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/076288.wgsl.expected.msl",
      "new_id": "67121962fd8f992002d357f351d75b2aa0483016",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/076288.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d8efe66faba4d0b03f6c86c92659422dc83a61ea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/07a790.wgsl.expected.msl",
      "new_id": "d715fa4bf14e77366a6122aa96ce099a8d3b4bee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/07a790.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8273baf3df9453c16655ea3001b6b80c062bbd57",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/07d78e.wgsl.expected.msl",
      "new_id": "bcc14a67a5473984069a5c90a1964e23bff9f1e9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/07d78e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4dc47ecbce546cf5d5679add37c36106b331e7cf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/09091d.wgsl.expected.msl",
      "new_id": "6abb2169587043a0cf251a092fbd0bd3248cd2a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/09091d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7747a791818d584c4c5e805f2a74b3ec3b88269",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0973cf.wgsl.expected.msl",
      "new_id": "af82740a6129bf5c5003fea9bb8c947bb7438ad5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0973cf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3cc5fa21d90eead776c3971cdd7955c0bf149a06",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/09b543.wgsl.expected.msl",
      "new_id": "81195313477499a0b115e9de57fd4a87e1b34ba7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/09b543.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3bebc5f7a862c9944ec095935f2c4140e88fbb15",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/09e4d5.wgsl.expected.msl",
      "new_id": "8d3ad27a9177acd9c4d8627b18e534f3c287d0d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/09e4d5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5415965d322bfaccee8dd4b211ed900357c6abc5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0a1a79.wgsl.expected.msl",
      "new_id": "297aad2258d34db69e8dd21dd43ea718868e8e47",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0a1a79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb1d31ad7c3458e9ee0bfabfb8ff2140e3d11e7c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0aae91.wgsl.expected.msl",
      "new_id": "42b28babd8825148b969066033488e7a3a55035f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0aae91.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67a26dd961609c8f09e768e24154b2460fccf21b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0ad124.wgsl.expected.msl",
      "new_id": "6c175e0d628ebb1097531bd2a0a596f89f915867",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0ad124.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf2f84fff203ca49000df45203805c485e6c5847",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0ade9a.wgsl.expected.msl",
      "new_id": "6fe12a810b01fa470907008c946681f607114617",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0ade9a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b4294a8a0a0f30fc8d06c8847182503e957dea3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0af6b5.wgsl.expected.msl",
      "new_id": "4b3a36b4a21ea907ac61a42b7aeb44daf1070959",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0af6b5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5941d365fc7dbea23b66c65bd0b9fc65b87ef1a0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0b14df.wgsl.expected.msl",
      "new_id": "a7a1279b26ece83ad7420efc0446d7f476d6d0bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0b14df.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c5ba924ceeef5902b09b8cb9597f106278d7f90d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0b5f6b.wgsl.expected.msl",
      "new_id": "a0b56575062c1fa13b4b56b8e0417f36634fc289",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0b5f6b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8821acd94c36fbf898514cb6188ddad7f3ea2982",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0b6010.wgsl.expected.msl",
      "new_id": "2bc2f6234544345cb89640c5e7aafa56dcb9ba24",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0b6010.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c68a9ec1cb0ca45b6f24aecdf41cfe6d5cc7c14",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0b9343.wgsl.expected.msl",
      "new_id": "119e130eccb61eece3bfbb335cb899f9b2c1b4ac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0b9343.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc12375df1b96fdaa85655100cb015c22137fbf6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0c3dff.wgsl.expected.msl",
      "new_id": "b10e0c0639ac8c150e61c91e28b0568b618fcf86",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0c3dff.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7531e73be1cf9a8a1e14979a8d9ff1bb5cdd6b23",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0c45b9.wgsl.expected.msl",
      "new_id": "3c66c2607ab150f11654f0620c175ca970f3345e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0c45b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e584c173c4f942c2d052717f087a5feb3506c9b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0c92d6.wgsl.expected.msl",
      "new_id": "3b5b4a4658354f046f820d2ad299baddbbe87965",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0c92d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d845a2edd58565264cd2bd40debb88ab67aaa9ea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0ca9de.wgsl.expected.msl",
      "new_id": "2a70b14729f35d58331fb4ae7684b19595c52374",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0ca9de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc601d9f24ca7cf6f21991d90a5d26ddc124214f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0cc825.wgsl.expected.msl",
      "new_id": "c13d5e94ce43c9cb6ab073751682975e571b5e24",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0cc825.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "424edbabc563fdb69f41a94ea45db621e5eb9307",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0de6c6.wgsl.expected.msl",
      "new_id": "34f2a3901a0de1ed68b80e5e78983a39119da04c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0de6c6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3dfb4f84ad0e6a4ec2dcde3a696cd3a229d67111",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0e5092.wgsl.expected.msl",
      "new_id": "9f4488be7758f4d11e8e4e13b9542cd158f835d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0e5092.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d12753928c29046a9d7ceb4a0c6d1d6aaa478d86",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0ff042.wgsl.expected.msl",
      "new_id": "17047c4836501234fcf87d666c5a00666fcec264",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0ff042.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dfa86e66d54f75534947d3224000c5d753d7a9b4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/0ff97a.wgsl.expected.msl",
      "new_id": "bdb9146611a1567c7a89e65920200372c1dff10a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/0ff97a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c189f42e6101e50114120b624bc46ef279c0b17a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/101325.wgsl.expected.msl",
      "new_id": "6d0b1b3f72aa380d9582a1be6fcc39474b28fa62",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/101325.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01344a7691ed4d8ec63621d082df4d5fdd919b58",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/102722.wgsl.expected.msl",
      "new_id": "354df0004ead4c27c36023fcde8584f4cd9e3ac6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/102722.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "74c79798c7f4a0c28cc6df7ec4a9101ab563ba18",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/10ccbc.wgsl.expected.msl",
      "new_id": "ff9e422dd887c64a21bd4e89e21f549a2440bc55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/10ccbc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a1d97ef52e56f7c4597184650e51377c5cb6e53f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1119e4.wgsl.expected.msl",
      "new_id": "5b3c66bbe0c297dd5b7d61e4bc7bc2b5a26ec6a7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1119e4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d3e43d61aa2765d1461aa61d007e7287f8646ea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/126ed7.wgsl.expected.msl",
      "new_id": "cf510412552258ea71b9944bc163d3787f0f1d8f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/126ed7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "000fc59d865e8504a85479ce223dfd1fb54fa93b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/132cdb.wgsl.expected.msl",
      "new_id": "1b79b5431f137fcd9a9b6f12ec8fb66a2f9c0dc8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/132cdb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c4be8bb430f406ada6f9946940a4e5df54db752",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/145061.wgsl.expected.msl",
      "new_id": "f4f8c02a313faead33d53bd3d568dc4bc1a462b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/145061.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9f7150e423acee5aeff9fd3b565258ccd2547569",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/151d3b.wgsl.expected.msl",
      "new_id": "71993de5d44a359f9c18ede23c12224c23f1b843",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/151d3b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a51412a210e42683c0312c3bc904cc2599b3f7f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/154f1c.wgsl.expected.msl",
      "new_id": "4c774faaff18a80c7adab6e9c4392def9055ae8e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/154f1c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ac2f27ce8cf617cbb04a834ad6c275078f21f577",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/158cf0.wgsl.expected.msl",
      "new_id": "b61aa34540c480dc2c889d3ebee92ed9797f81f6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/158cf0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a57bf7da6548f3efbbd08ef09b94ca9ce9273efb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/15a13f.wgsl.expected.msl",
      "new_id": "0a6c881968388deb55d2abab107141224e7c94cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/15a13f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e5e7e9c3f727fed302a485cd54b0f342e998b4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/15b727.wgsl.expected.msl",
      "new_id": "e44dc3c1a7e07dc1d24eadf6640034cc64b17044",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/15b727.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "da80137203387b8c841539bfd62dbc42cd768696",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/15e799.wgsl.expected.msl",
      "new_id": "53ede2036f17d284366d34eeb31fcf734857ecb6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/15e799.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dedca7ca24501d5a1eb6be97f895fd0cc168c560",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/16a29e.wgsl.expected.msl",
      "new_id": "aae213539dd92c9a07e8857942fd86457eef74f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/16a29e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "516e87485d96184513b239e8b32165b0eaf1201f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/17802b.wgsl.expected.msl",
      "new_id": "25819c7ce46018916cba76fcdc3649f4faaa82bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/17802b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70145945a28fae6f99ca2ccdfbecc173d98b0e0b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/178e69.wgsl.expected.msl",
      "new_id": "4cbf2f2f0f592a4677e5da5fa570fb3267d9ac7c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/178e69.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7160d3e07a70ad0828cd34553296064fd7b34fbf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/183982.wgsl.expected.msl",
      "new_id": "2d01fc66e22c6549ee45e7b521a30cb8c86b092e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/183982.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fe389c54c080891c4b76f5994d826b5ea0a3a579",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1839f2.wgsl.expected.msl",
      "new_id": "6db1f5d5ced3eb6e13e8bff794f567f5a56d1223",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1839f2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80ed0663d815d5f03c52397b195ebc0bf686350d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/185178.wgsl.expected.msl",
      "new_id": "6e23daf983a8e052951cd931771c8136ee65e972",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/185178.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f96d25953bffd80ad6eb3c4e4655621d13b3905",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/195d1b.wgsl.expected.msl",
      "new_id": "1ef4fa13aa70e8a8b2bf37d2989a601257151188",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/195d1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fca42f40a827130e4b786f45cea750d5a51c95c2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/197637.wgsl.expected.msl",
      "new_id": "1d8c6299d92ed259f8fcd54cdbabd67d5c0e3961",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/197637.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7693bd11874b01aa1c68dfb35b7f433f1bfca593",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1a1a67.wgsl.expected.msl",
      "new_id": "596dc8cb24300bcb129470bbdfc036341a214dda",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1a1a67.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05accb6b21067bf98c722ab5b8c107916620ae0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1a264d.wgsl.expected.msl",
      "new_id": "a2dfcfb711c5f828330d9c19ea73d820edcd02a2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1a264d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fa5a320ef834b1ce5f214fc519e1329968b8bd69",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1a6c0b.wgsl.expected.msl",
      "new_id": "fae299b123e1823a034fd316d1f3f8a880924c99",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1a6c0b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5896d0e1f7b048964df13cf682542dd217f2ba2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1a7d35.wgsl.expected.msl",
      "new_id": "5beb248ea7fd620d298fbb2200f9c31151b4f108",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1a7d35.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d49b35b7cdd332b71f896407b3fcb75d581bfa1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1af236.wgsl.expected.msl",
      "new_id": "c194be1745c826bee4d7ea65f3f230ca13927467",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1af236.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ba9693ffcd0f7f896ebed653b72713430b7deda3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1b28ee.wgsl.expected.msl",
      "new_id": "981e1f08104d584f2d7e5fe659718ccd59206f5e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1b28ee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76193799e4b0d0829ce2b3d549dbfd2540c46bba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1b763e.wgsl.expected.msl",
      "new_id": "b8a007f59ef211e1fec80875c57f7e79ffe2b413",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1b763e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dcd19b922baab0f21ba735fb9bf852e51cc2ace5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1bbd08.wgsl.expected.msl",
      "new_id": "667e27a28c27ec46a66bc7d39060ca4ff9012a3c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1bbd08.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a69304c1e878d26565b3682a5c0b62fd33cf75b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1c02e7.wgsl.expected.msl",
      "new_id": "d687ea2f32859f6e3728a698305c43f1b8d29963",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1c02e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4760eae9030c1a8bb84aea585f1c5c24f9e9e561",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1c3756.wgsl.expected.msl",
      "new_id": "05ad31da1e1ceaa69ceea298c056972db64fc44e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1c3756.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d78cb6c5d89991dee549bef89d307064a22d95a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1d6061.wgsl.expected.msl",
      "new_id": "c2776bbfc182d41e6c154684a4adaa0f62ab25b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1d6061.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "58e858f28dc8ba71c814558197e08459b67317b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1dc954.wgsl.expected.msl",
      "new_id": "149fcefba61dc3c2b4fe0985a42b42bb8b879131",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1dc954.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "30611047672f69c5d57ebebf1881d031b1bec239",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1dfd1d.wgsl.expected.msl",
      "new_id": "34f4bce92c2dd3cc676a0d11697659ddb3ecb5f7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1dfd1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d38e2a0c1785146ef2a30dce3b2280922482472",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1e107b.wgsl.expected.msl",
      "new_id": "1169bd75edf30c0c3465819209f0e1aeef5fbe7e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1e107b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d67fb25c41b4241e4076a2bbd877a4b46f7681c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1e20f2.wgsl.expected.msl",
      "new_id": "e9ccc63bcf462dc62821183ceec9f997eceb2ceb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1e20f2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "828be43ad5e686ca21418580566542ada7212c7f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1e72a4.wgsl.expected.msl",
      "new_id": "446d63acbdf18aea691914c841ab3fdac05cf354",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1e72a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ad3a6850be72c1ee08b3f3ecf3e7f02a92ab7f02",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1e79f0.wgsl.expected.msl",
      "new_id": "9e613769e313adc5956f2115928f0a2562b862b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1e79f0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9809b4175b89707c70db2ab83a6cf35bfda25696",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1e9fbd.wgsl.expected.msl",
      "new_id": "827d049590477e835144467245d4e6654ce0242f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1e9fbd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce91ee4850cfe291801185f57ff88b892948254d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1eb1a6.wgsl.expected.msl",
      "new_id": "54aa43616a5788a19d5a8aaef4213228bfa974f4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1eb1a6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "59ff2a0749d76101308b34521f1bc1fa73c0ec13",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1edb77.wgsl.expected.msl",
      "new_id": "eba9bdcba789a8bbd2e1c30f35e1b5462082fd58",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1edb77.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5850184ba17a8ce17c1b3bece2713874c2d8d642",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1efc36.wgsl.expected.msl",
      "new_id": "b4b2ae2c542174344ca2960875f8cadff4302b5c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1efc36.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a1add460e3178787d704d29eaa56619219e2557",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1f1ef8.wgsl.expected.msl",
      "new_id": "7c15dc221f2eea2d709af6c849abfe9ff3c8b418",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1f1ef8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9d7b0888e3601e7312d2b37619368243a896dbea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1f55ae.wgsl.expected.msl",
      "new_id": "4393de9603f19fd602d1e908476f729dc7cdb53d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1f55ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "580881d8445fc3179dab5c6618def07fe9044348",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1f7268.wgsl.expected.msl",
      "new_id": "f043bb4e59962c3c8077c90f7f51e27004c3c508",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1f7268.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65d7b5cdfdebd9787df44cb76a57cadefd81e2f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/1fef04.wgsl.expected.msl",
      "new_id": "f83d01896cdff88f4434e186e422e6fdacd06cc2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/1fef04.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a32fc839ec3922bd17399f077b4597aca72504a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/202014.wgsl.expected.msl",
      "new_id": "5184643c3c0052f0c4438fadb28f60b2179b9ad2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/202014.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b166ddb9363b76827eb02435e068d863afdc333d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2031ef.wgsl.expected.msl",
      "new_id": "f8e9217ec3d00182404269bd2e0ef842b40984f5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2031ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "125e991677432d5208560b41a048b6efe1f2bc2a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2046db.wgsl.expected.msl",
      "new_id": "d0666e6b05c48b4da665afcd0753e9ab5a79e072",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2046db.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "008b3278c8a36c8fe8c4a03d8b0faf6cf020f78b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/207fdd.wgsl.expected.msl",
      "new_id": "77e69bd9ff62a9bfc1cef41506b843ce86531f40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/207fdd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7e4308efa9a843a5468ce906321e4541fca661fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2119db.wgsl.expected.msl",
      "new_id": "a658bfe2fd1b86232682e426a2b74c29588522aa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2119db.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a999bd3016ac8e9c4bed9a8283aa1521ad3e643c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2128dd.wgsl.expected.msl",
      "new_id": "743b4b812c0c9aa67058e189a16b1fa6dd1253db",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2128dd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3748d3d4093e2416b2873bb0d3eddc96683ad8b5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/213841.wgsl.expected.msl",
      "new_id": "5b24788a43081053caae0e8953fd622640a82530",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/213841.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "81c9ca997c1fd2f8652276357240e7991ffed9f7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/213a80.wgsl.expected.msl",
      "new_id": "56786d442ce5ec9e44d8107387d160cc78356ca6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/213a80.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25395b012c874f02936d28e239e13487ece68676",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/215210.wgsl.expected.msl",
      "new_id": "8315d30e94f53819aae36fe447a2cecd2f6e0375",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/215210.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ab7d2ad9a2b5468797049b39f0ac26f4a5f1364",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2173fd.wgsl.expected.msl",
      "new_id": "41cab821ba90fd447fa905d175762af9ac4396f9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2173fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3f4c751eb39b15cbd561d4c163f73ff8de7bb41b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/22d955.wgsl.expected.msl",
      "new_id": "dc4154a6436c5576bcf18ad2312fab103e520256",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/22d955.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f71de9e6d1217a7b965f06971bdff0582f788b62",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/22e59a.wgsl.expected.msl",
      "new_id": "f87647d40f3c79c4f8cbe619e1ffcb3a392e723d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/22e59a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f0085679a8c61fbc50ffb9cad29d8773ae3807f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/22f045.wgsl.expected.msl",
      "new_id": "f5a84cb18c7c087beb68fbd3ad660c6b24d9cc7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/22f045.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4887bd4c8dbab8f4e6c31249a5381b725ddeab05",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/230e39.wgsl.expected.msl",
      "new_id": "5d0b3c926461a493cd6fa5007b1f050298b961fd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/230e39.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b60d437538dab7bae35736f096d08174171aafb5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/232fd2.wgsl.expected.msl",
      "new_id": "75764f33b33ad5806595cffb26d726ffd44c0bb3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/232fd2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c5393670dc6af93f81643a583bce1ff9dd049e2a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/23810b.wgsl.expected.msl",
      "new_id": "7af52b781626b85464f93903080e38b16b98aae2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/23810b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88949fcef53e0e99f13d8450130dff34203d413b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2383fc.wgsl.expected.msl",
      "new_id": "4113aa124b227ad1c36d1084ad5cdf19d70f7a3b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2383fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ceb7a06ab1e2b0bfdd0a0a5d0d38fd9913a3eb3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/23c9f7.wgsl.expected.msl",
      "new_id": "6e2bc3dca48bc6768bc9ef27c43ac87d22fe2aba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/23c9f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "192bc736a1c77440fc9d17e5fee5b3e18866c027",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/243949.wgsl.expected.msl",
      "new_id": "273fb57e7f428e5ccb243e9d61d7be1efef5c734",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/243949.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e96a49861ded740d6fba25ff8f95694ec3629b97",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/24bf75.wgsl.expected.msl",
      "new_id": "f22169b4afe61202ce0a1587f4bcf16fcaf98f68",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/24bf75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b52f92eae1ee9ed34420729ed46ba7079d559f0d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/24e6b7.wgsl.expected.msl",
      "new_id": "fa565f5cd0f70fc9a83ff7bf6ece8312797fd5c8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/24e6b7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a166e7e90a2a0e18284022e2faef26b013584e07",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/258ab0.wgsl.expected.msl",
      "new_id": "c9e0e07c59bfc1fb0f78f9f5452c9301eead6a19",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/258ab0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0fa54cf4103e62e414039659865e8a8dbc7a9615",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/259d1f.wgsl.expected.msl",
      "new_id": "8a578f40db4599a2cab34781cde519a3779fb2a8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/259d1f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c90b706aabc633bb68144638904a05b8e90506e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/263da8.wgsl.expected.msl",
      "new_id": "8307265c23a6986cd7b2f135501f8ba13a9b09b1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/263da8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c74af18ac27ee295310e8780624e8b56074b228",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/26a26d.wgsl.expected.msl",
      "new_id": "c623837910be7c59b67f5951cb57980f4f519054",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/26a26d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8db474f9dd6477ee383c342a5c27b570f4f6ba0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/26bf70.wgsl.expected.msl",
      "new_id": "c27333b9347778fa671e9c16b08d0efd23855904",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/26bf70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1246fe4b4883c808e3abf07cb046f7f73c6fbcf2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/27063a.wgsl.expected.msl",
      "new_id": "548a19905810f5205e4006b945e91f59cc8ef1ef",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/27063a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "44c43272e53712b07ea792a21666eef3106b8c39",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/272f5a.wgsl.expected.msl",
      "new_id": "2699135a5ef9a039bee17f7abaad7cbab1781c3d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/272f5a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4988ecbd9774d4914d39bdb347571a5b9f6bc24",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2796b4.wgsl.expected.msl",
      "new_id": "e5ddc53a3e53a15e29cf59a3d419c14d9b5aa7e6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2796b4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5ffca9d2df289bbca78cf54634e26c7bd84512ff",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/285218.wgsl.expected.msl",
      "new_id": "5bbc18bf3cfb9ab8554d968dd479d34c858e0e34",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/285218.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a5b70afd83feadaa90dfbacd101ba31ed2c99252",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/28a7aa.wgsl.expected.msl",
      "new_id": "c808ceda46a1da0d0f1f8eb864464d916cc5f917",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/28a7aa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b28c1ddb5253e79f1c251325fd02670c5c8d2513",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/28a7ec.wgsl.expected.msl",
      "new_id": "a5d9571396f35bfd6e7d4f0be087db09128772a6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/28a7ec.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "905934e56ac2c8237c7b13e18ab8e5e8eb753a17",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/28e109.wgsl.expected.msl",
      "new_id": "429829e86ad02a879b61395c1b27c33f0de4b860",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/28e109.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebe4df0c3b1c9f82135303b097fb4506c859b634",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/28ff45.wgsl.expected.msl",
      "new_id": "a0a68b00e3ff86c46820d67f82c83fd4e8d9c2d7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/28ff45.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "14ef8a90340c618016b157aabddf543be299bc8b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/292758.wgsl.expected.msl",
      "new_id": "65882c244197cc7500351aec41944c72db2a5b63",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/292758.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "362f0d53f567db3495b8b8093d12566d799bf15e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/292b9e.wgsl.expected.msl",
      "new_id": "9c47009db91d9f324204ac54e44fa30c112202b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/292b9e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "235c1a09e7cfc4c35a7a477cfcbefe109ef97633",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2a60c9.wgsl.expected.msl",
      "new_id": "1df21998950913e38c9ee60fdd085e412e5af10f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2a60c9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c0b07c4d8dc231fd3eb98273daf9f13a17fdb246",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2ac41d.wgsl.expected.msl",
      "new_id": "a7039bcc2ca81bdb81087d89f9dd5a0d58991107",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2ac41d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25b1ae0d3b2063c1386245e71c5d3a9be1feee48",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2ac6c7.wgsl.expected.msl",
      "new_id": "47e1ad3a993a8ddfc103498d86d27c993bbb493a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2ac6c7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "489c88f6143083004fdf32992546ddbc947c7ce1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2addd6.wgsl.expected.msl",
      "new_id": "ca87ab9a111ac308b25a4e4e965abcbde416ab75",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2addd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "187c760073f23d297267a999991cbfc10f6576f0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2c76db.wgsl.expected.msl",
      "new_id": "d520c034bb080a4e96b1a568c391d6b6a5def0ec",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2c76db.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a2b765e29c0504668adfc6cdeb8c4d4d12594789",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2d089d.wgsl.expected.msl",
      "new_id": "11a63eac199944912333ab42e559c13ffb73cd0b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2d089d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd5a7ef7607b32d7e7d1e8f766f019628ae7528b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2d2835.wgsl.expected.msl",
      "new_id": "1b9c6bb83ff8d0e970124f420ced191cb86183d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2d2835.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a8fae6f8c5f5753de31f0270ef714d7d20e4cb2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2d90c5.wgsl.expected.msl",
      "new_id": "032e88cc3f4de2d25a9a0a1e9cb3b33bbf3ff95d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2d90c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "609bf6f2dc623b8fefb39d2980e0f3df0870db19",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2df719.wgsl.expected.msl",
      "new_id": "8ea138baa403ffca0cc983c9d70fae5d3dfa9c0e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2df719.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3b9b9ff9b50b07d5f2f1bb9d29928a20625ef28a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2e4245.wgsl.expected.msl",
      "new_id": "804ffec2e9b09467321298927426e5c3c6342fca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2e4245.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf02837df124b57c7d755944de9262367d899b5d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2e512f.wgsl.expected.msl",
      "new_id": "f587be9fe6403a970ec4509dee34c6a953d8f81d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2e512f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71da553aafe277b5deb9326d69a68eb96cf6b98d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2e6102.wgsl.expected.msl",
      "new_id": "719e932733d26b97de6ae927c06d890621c4e277",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2e6102.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "383224091f83b7b3e3213610ea1d790aada5f88a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2e9685.wgsl.expected.msl",
      "new_id": "5d9d83afe7b82e68a519d998fc61dd4fd4e04a2a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2e9685.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cbd269856c24d9db0e4a777544528c8cb3b0d000",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2eb2a4.wgsl.expected.msl",
      "new_id": "630253922bdf64f1782067faf93e8018660d8e21",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2eb2a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1285982a90a7cd54bfa4a5b5f012e97743274d2c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2ed2a3.wgsl.expected.msl",
      "new_id": "7948950b98f579d04a0b3e52e5d4b2d62a22798d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2ed2a3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebe477bc1993a2de264d8e01e43492d994f6527d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2f29ea.wgsl.expected.msl",
      "new_id": "ae2cbdbe121c8145d0a0c1939fbd95b15c7d8e82",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2f29ea.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19b327f995c441c0f2039c8fa82c3293c33f6cb5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2f557c.wgsl.expected.msl",
      "new_id": "1b00abaa936d166d7b13337d4eb0eb8eb3f4607e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2f557c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c59c6694c41dbe22415ff2a7ef0888a589271e1c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/2fb415.wgsl.expected.msl",
      "new_id": "789b1617fd9b5ff4d022efed5dcc73d318bf3652",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/2fb415.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "df5f0818f8e522da88f31484ad8e4a9918bcc99c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/30b0b0.wgsl.expected.msl",
      "new_id": "52d0df7cced88b5e5bea2cfed7836fae523697c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/30b0b0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a1dc35b42b095a2c7cbe96ebb670baf423e1ade",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/312f27.wgsl.expected.msl",
      "new_id": "75a647bf87735dc714cf85f3944ea6b777129ead",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/312f27.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e1a566a0022966b2c8a2572a5c5ca55017a1dad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/31745b.wgsl.expected.msl",
      "new_id": "d3c7864164de78b3ce3f088930513996deba6787",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/31745b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "defa703531efff0cc568305b1dda597cd01c615d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/319029.wgsl.expected.msl",
      "new_id": "55f1e1df3907c2e41979d37d585e7ffc69dfecec",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/319029.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8811aff453514cddfd03c89a9ce3e551b80437d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/31d903.wgsl.expected.msl",
      "new_id": "8a711e34a62a180ba6d4d718f6a79ecae35fadc8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/31d903.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "862df7041076c4d87514454a404aa87852ed3166",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3288a7.wgsl.expected.msl",
      "new_id": "9285a12e4ff9019f255de0038dac7b602b0e27a2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3288a7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25085be10b76d5831f5fcf66de76dd8e453f510f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/32d3d6.wgsl.expected.msl",
      "new_id": "c2a1eb300edbbf83e4ddbf06c1b691a0dcfe97e3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/32d3d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "597cbaa322f630497d3e581c879f744c6f7e5c11",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/32f368.wgsl.expected.msl",
      "new_id": "ca2c281ceb4146ea93a16079b1c51df9113466b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/32f368.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16874b3e405b06ba97e941a4871b3f86a3bfa15f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/330b7c.wgsl.expected.msl",
      "new_id": "f354fed71da73b8875ce70b598a809d71d22888a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/330b7c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d1c2462a246b56344a6596ef8a77f0a997f7060",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/330d1b.wgsl.expected.msl",
      "new_id": "923f0376d2d33a38366d89aa8e39d231adac76a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/330d1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a598ba48e54e51722c491abc6cca5163456a74af",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3310d3.wgsl.expected.msl",
      "new_id": "f52db204e41a528c7ae64bd177baf73fa3e6ac11",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3310d3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e98845e24ba9d395703511a18aaab55764a12b59",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/331aee.wgsl.expected.msl",
      "new_id": "ecee1b369c34efe1642e1ef2a63fbe57ba6e0df5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/331aee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9de5a38ed207a82c93d63299ba276c2582830f34",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/331f70.wgsl.expected.msl",
      "new_id": "29fd35da76bf6938c82fc61a8ce76b4b95d8fe12",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/331f70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7711c4dc40023a5fdf4e8255612e61cfd9ed0322",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/33b828.wgsl.expected.msl",
      "new_id": "143f4270626cb28bb0fce06c4d2beb6baeb3d50f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/33b828.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ccc68b98a7612c56bc66eb7d6bc1de5d957efcc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/33cec0.wgsl.expected.msl",
      "new_id": "6a63e5f3a4de49f2e8e2a65eb84b12cde01ad141",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/33cec0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a8e5b35451b5dd017ea5effe226fc3020954b32",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/343293.wgsl.expected.msl",
      "new_id": "fda058338c56f879ecf26c132735c2c94fcd13fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/343293.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76bc8b765762d2469be4521de0ad6a9d19866e18",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/343f2a.wgsl.expected.msl",
      "new_id": "769e0a5dc4dc87987d74e453f657ed0f2bbfb6e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/343f2a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28a36fbde6173bbb48c4b285c9f8dc7443a77c29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/345332.wgsl.expected.msl",
      "new_id": "545e7fac40b3833d54908cb2208e1237adeaa594",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/345332.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "943ad5a9126f2aea9d1a378d5a1304f04f4e3d6e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3568e5.wgsl.expected.msl",
      "new_id": "d48f79373e169f5cd68a4134ad2797f5cad251f9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3568e5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0bea9234146136437177962c71ec2e25e4eea003",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/35ae56.wgsl.expected.msl",
      "new_id": "a4a270c04b142a59f9a3f15ec1f5ed5687fc4cef",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/35ae56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "23865c7e4320ddec9fb0adebd5a098d1cbeb2e82",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/36ae99.wgsl.expected.msl",
      "new_id": "e41c71742355dcfcbd38928b9dd58ec7681a3f2d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/36ae99.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f8a7725aaedc5adae1e77512f3b42680908a990d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3773f7.wgsl.expected.msl",
      "new_id": "31b5096a7c73b8be0c50a47323a54c1595583a8c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3773f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73f0fb9f5d26c0db09759aa7b86aae56285da736",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/37eeef.wgsl.expected.msl",
      "new_id": "76bcbc7672c10c61e74318947bb8103c33ce6ca0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/37eeef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "31cbf7dcb23458c2c85d7bbabb54f92be3333e85",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/37ffd4.wgsl.expected.msl",
      "new_id": "aca416fe3f9573f1250d9a2f8e1735f6865ee5dd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/37ffd4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e860dfe936d8ca86975f381ddca0705a25e9f2d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3865d4.wgsl.expected.msl",
      "new_id": "dca89c2067192082a3ca715a888d5a82f5fa89b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3865d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a574953f847d69a6f7d7a132086338c951ea8726",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/38e8d7.wgsl.expected.msl",
      "new_id": "838eabdd64028206247ce4fb59f28f60a1418ec9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/38e8d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e3af88386a9890f3ea5a1601fd17bb7e0b05da20",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/39157b.wgsl.expected.msl",
      "new_id": "dc233e5aba39cfbd283ad4ec3c33262b6faf2943",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/39157b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "155d9c7ebaa63279d5f916734e32e3d29e7cfd0e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/39727e.wgsl.expected.msl",
      "new_id": "bdee5fbafda9476650aa2fb7953ff2daab0c84f4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/39727e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9aaa7de5679eb2ffcf98e703b9ad6b62afa172c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/398076.wgsl.expected.msl",
      "new_id": "fb18d0ceafd88f5a26b529eff127944d8cfaad49",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/398076.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "96aaf34e3f719fdbe0cc8b0050f236a46ee4921f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3a2ffc.wgsl.expected.msl",
      "new_id": "b6298c60b5c0bbdf69033c382cf28855867eff8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3a2ffc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0dfcaeac404347c7b613eda4ba403707c6876f7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3a52ac.wgsl.expected.msl",
      "new_id": "f757157b4990ce456943797532d7c36e72203d27",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3a52ac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38332fb7cb649ade105b4a3b87dff8cf38700019",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3b75e2.wgsl.expected.msl",
      "new_id": "38a7bdb709553f145da3d85c6e752f9a92eecada",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3b75e2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2885a16656ea7a11f9c57716568ae287832c5aac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3bb7a1.wgsl.expected.msl",
      "new_id": "782b508edcfd1e69f2db9815e9fc076a5af5d6fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3bb7a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4e192780dfcdca6bd52a03d0895b44bc447b2349",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3bec15.wgsl.expected.msl",
      "new_id": "ad1bf08cd49c28785d6af85415a2ea9de92c6beb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3bec15.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3db8599bb2fd186c73def95bef5da5e925b399f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3c1937.wgsl.expected.msl",
      "new_id": "0aac4ff0d1449ac115db25155b8f1a0180140685",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3c1937.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "632d5c0335cf4806ec9a7eaf0a6df26bcd14d7c4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3c1c28.wgsl.expected.msl",
      "new_id": "84f85d1c6c064f18036e11972053653f909703c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3c1c28.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1113de7ef151e3833b29da41660788ab868ad47",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3c7349.wgsl.expected.msl",
      "new_id": "20f2bcf7c58b7677ad0709ffe4b03e286829c7e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3c7349.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf4d2d8061218b2042d83eb40ba82ad2c9ad09ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3c8505.wgsl.expected.msl",
      "new_id": "a9009de7ea27fd31b14978158710533a33c1be8f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3c8505.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa0e965b19bfe5359633a89300e9b162c9476073",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3cbc4c.wgsl.expected.msl",
      "new_id": "3e506fb651daeaf5136f0c5e0bee5c4c2761d879",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3cbc4c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a9035f4847bbd34325d18b7369e6ee3de2ef012c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3d1ebe.wgsl.expected.msl",
      "new_id": "cba21997281910d7bd8aa48f6f97d01be2d3de69",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3d1ebe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6376c56af56e1e344391557f731e9ed3907277c6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3d2d64.wgsl.expected.msl",
      "new_id": "3ec77a0c34762b5c3e23120d1f30c962276f3bb2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3d2d64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf74a08e971fa50dd1e4060cff7557f072d3db48",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3d6f01.wgsl.expected.msl",
      "new_id": "a4e81e7fb54890c7b683e060400b5e324fcad0ca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3d6f01.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dacf744da9de496d488de9c6659e29b47517dfb3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3d96a4.wgsl.expected.msl",
      "new_id": "1ed9625f8f1c375a38a0d44b62d0f9709c648cf0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3d96a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67094263d7be13027b67d1b6703c0d37cf8ee66a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3e0dc4.wgsl.expected.msl",
      "new_id": "2ef7d2b7113a4d7cb4cc1b7c6e55ed4ef278ee8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3e0dc4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "648aa5bd5e8e094085cb968ca7a60c88dffb1a5d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3e1a70.wgsl.expected.msl",
      "new_id": "2940080f7aff51a9bc26953e07c8e0d7eef4e1ab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3e1a70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a4e676eda23d8d581763d90133512fe3692c8826",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3eda2c.wgsl.expected.msl",
      "new_id": "e6393f0819636b3613d0d8c238855b55daf4d55e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3eda2c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c2d3a666541eea4ff86efab8f2f45bfe28c6e22",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3ef29d.wgsl.expected.msl",
      "new_id": "f497d14813ad3de6eac296514d19dd940d1aeb07",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3ef29d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ceab99f6ce03d822197fe8f396f26334c36d2bf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3f03d8.wgsl.expected.msl",
      "new_id": "382b26c266144512449341d4f00e982fa58eddf6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3f03d8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cbd9aada4f3fadc474c395fa0fdae08f60c88c1b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3f2b70.wgsl.expected.msl",
      "new_id": "a8f4257a0b0dfba6404f2d40e57d109cf999409d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3f2b70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d8a64277d56b7675300530d25b1bc3c1fbf34c89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3f61ca.wgsl.expected.msl",
      "new_id": "409e44a51a92b74b7a23cca58fb8431ccbd5b1eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3f61ca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b29674da7d90e15f59da1d2ca4df375b9c554c88",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3f6488.wgsl.expected.msl",
      "new_id": "b446a9c4cd7ead5ab4bbd03998aea5591bb89388",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3f6488.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "351bb9498db710933dcf9d7470d89cb4e8efdc40",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/3fb31f.wgsl.expected.msl",
      "new_id": "91f0c41f36fb34a66a486b14274025d06bcc8d33",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/3fb31f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5f3fb6f03588295b5ec9769e763eb8eda18215f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4053e4.wgsl.expected.msl",
      "new_id": "a559e27da9ba296004a8fda82a4ebb55338f0b12",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4053e4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2bd2695755128cd71c1c7a508ea12bbce750798f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/40c455.wgsl.expected.msl",
      "new_id": "959496443dd7cb763b394b673725a546ef108cf2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/40c455.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3607afb00aece7cb75c6339779f7faf4a1765307",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/40eba3.wgsl.expected.msl",
      "new_id": "75bdd568451ca91ed74efacc67e0919169654ee9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/40eba3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0ab171e1fd2ece54918cc602e811f0dbc1462d85",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/413b39.wgsl.expected.msl",
      "new_id": "a83f621550630b8dd6eccac9ea177cf8afa88b73",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/413b39.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b65067a8e032373179c94b6297e5b27444030e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/42240a.wgsl.expected.msl",
      "new_id": "6a31cc4fbdb96a7304f774ff50cfc46a4e1aa3e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/42240a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f562ce63a814478624f3aaecc8da7181a46572f8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/427a0c.wgsl.expected.msl",
      "new_id": "a44ec8f14fa287ab90066440425ec22344c4b75a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/427a0c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c86c797e788c7d72bccbbfa6664f400af6ee100",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4288fc.wgsl.expected.msl",
      "new_id": "11b2bb0671c6a06bb1f80df95e9840135418ba6e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4288fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f54b0361774ded1f2238c0d9e7a2f1d72fbbe4dc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/42aae8.wgsl.expected.msl",
      "new_id": "f43626a5567f00d53c45c8dabb571eb3a2280f88",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/42aae8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c26baaecc29aef08475c4eb813f6472a731ceff5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/42eabf.wgsl.expected.msl",
      "new_id": "188afc0edea50f4a6dc575e20fb5eb27a7e0ef5d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/42eabf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9b60c802d0e64117eaff6910523794015411976",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/42f312.wgsl.expected.msl",
      "new_id": "56ba3aaf7e0a63a708721640991ad3a85b81e591",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/42f312.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8cc198e01e051386a2005cf25c8daf9a669475ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/42fb61.wgsl.expected.msl",
      "new_id": "a85c685073c0df035434121c77dec4bedb6cf095",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/42fb61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c3a0c4212df7de2d4112f9340791264ae3e4836b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/43b234.wgsl.expected.msl",
      "new_id": "16bdb0d0562492f12a62b6d4cd8fb379086c0d7e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/43b234.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "58e16024012c1bba5d639370804e1ea5abd7810a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/43d1df.wgsl.expected.msl",
      "new_id": "6408158f240d8e0b2454c441e77af701e3c35e48",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/43d1df.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4be51f646026cd60e4bf5e7495ede4b87a13e35",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/440628.wgsl.expected.msl",
      "new_id": "f0e33778c2e63f2614ee1a73ce7c019eb6487ec7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/440628.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a1f9de450e406241608a517642c1081840e986b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/441222.wgsl.expected.msl",
      "new_id": "861944276e1ba15a30ba7c69f40447ab425cae73",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/441222.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b235b686b7ff5566dc84d86b2a5bd8ca0740644",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/441ba8.wgsl.expected.msl",
      "new_id": "d07298caca5bda2ce59c90a6fa8596547cf6655e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/441ba8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "afa2bd081c3c2775e2f8873ab32e9f59b59637e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4483e7.wgsl.expected.msl",
      "new_id": "0f1af3b3bf3fb0b8b33d1a01079117eb14ca3344",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4483e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4bccbc14b63a5b5647507c95b3008f6b92a75a1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/44b372.wgsl.expected.msl",
      "new_id": "f3b69aface233a4dc95e97bd26b3c9c01e5a5a4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/44b372.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "abfe581ec3e66c6bc5a2ac7641300d5511e88f7b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/44daa7.wgsl.expected.msl",
      "new_id": "3b7687abd238acccb0e8f9da01d00c7f3237b350",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/44daa7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "27a2c535efe60a4c974d1b8ec770b5a9c8ca5395",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4505ac.wgsl.expected.msl",
      "new_id": "6f8e0a1b306dc7a7a70687c3caa4d423a0328ae9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4505ac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "354d230ddf4b515c19807bca4e73cc24bd96ac73",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4528a5.wgsl.expected.msl",
      "new_id": "1091e50420ac092db8da6cec5d820da7302050c5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4528a5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5ea5cc510ee0cefcbb3fbbd3165bcb415d97f017",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/45be8e.wgsl.expected.msl",
      "new_id": "21eab62a2f4e2b04cccba417c909ef5eded9364b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/45be8e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e84b487940b31544f9b188645abe69baf172e990",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/462199.wgsl.expected.msl",
      "new_id": "d7456260a6ba5b39c6f00ef35bf58d0bc12f85e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/462199.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eae3bf200e44442ce2f1a6ff835caa7e29248ae1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/473ead.wgsl.expected.msl",
      "new_id": "a1fa1aca34abd6220cc8a8eec6c21b4fd97c7ae3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/473ead.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0717674ffdcdeb80f21c70e6ade29b083c6ac292",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/47bd70.wgsl.expected.msl",
      "new_id": "d5cfdf8a30b0f722bba9b29b464c63122ca602cc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/47bd70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e913ec83f6285ab7f680598b98a3780388f40972",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/484083.wgsl.expected.msl",
      "new_id": "a39da210f8bccc80b9338bc3169415d678948bf0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/484083.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48766143d2a063c6fc14e61ebcc146bd00bd92cb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/486500.wgsl.expected.msl",
      "new_id": "c1d6af08e4ac748236c476a5d5d2fac3dd73fe64",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/486500.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7e8f5386f0a1435fa945d36ed9232483d5e4b86",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/48c2f3.wgsl.expected.msl",
      "new_id": "0c435d706fd77adbf1c821d8e5cb12a9cb61ba72",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/48c2f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a845057a2a26d5654e99f2cdee4def3b4070fcc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/48cb56.wgsl.expected.msl",
      "new_id": "e7ab0c8ba1fafc4207a2efdd699d98022fc22e4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/48cb56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3f62fb54834b1d1bd1786cf995542d541f57e8a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/48eae1.wgsl.expected.msl",
      "new_id": "f8a82861c88f955eac2c2cf774c73f8b2c33f862",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/48eae1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c146b0000218141b522d4ecb318b3a8cd5bd364c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4ab6ca.wgsl.expected.msl",
      "new_id": "e4638f67f93e49df7a6993ab68dc9a1c0eb7c4bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4ab6ca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38f7d30fdcd4e3bb9716a6269d6ead4d1230dd54",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4b07f3.wgsl.expected.msl",
      "new_id": "7f2a79c7761462911a1b942dde55d46eca0089c0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4b07f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8df6a329e28efcdb541c99cde69dec4f1d79122e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4bf1fd.wgsl.expected.msl",
      "new_id": "20ee41beba7899de706fa661ca8a0fb153258aba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4bf1fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f4d7c9fd6ea8d627be176fd5319b9dd4d4007cc5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4c454f.wgsl.expected.msl",
      "new_id": "65fe0084e1740b42479e617a00cdbddbdd965111",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4c454f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3329cc85a4fee07278ac510dee9b11112d3a1a7c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4c76b7.wgsl.expected.msl",
      "new_id": "ddf0bc525bd888d3bc878556897b4f47e11a56e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4c76b7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a43868d405f8dccd5854f15e8c46c5f972ad137e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4cce74.wgsl.expected.msl",
      "new_id": "73ca6842f57275f3e870cf076d8bd0d060bd0b30",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4cce74.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c7565112d69cb2705e089870166c2e5019b7652",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4d0170.wgsl.expected.msl",
      "new_id": "454e7fcbc9a788ecbd496bd5c52ce4a80e0c8f4a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4d0170.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4daf3ae6a5412de16206509fd53cb98ea89d585e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4d359d.wgsl.expected.msl",
      "new_id": "21a852b366e52e61ef3295c24f40997b1a96e5e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4d359d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c596a7d128b8d7908f4444f1681ebfb2daa164f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4dbdd1.wgsl.expected.msl",
      "new_id": "6b427167afeebf977ec10198221f58e84bac2026",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4dbdd1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a79b71c5df2878a7221765f7e5ef4e4039e5d672",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4ddf52.wgsl.expected.msl",
      "new_id": "4d3cd1c8e98049bfa9a2305f9cafc6475a9dfc90",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4ddf52.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ca974f4b01eb93076be06c8684eb88a72f246d4a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4e2b3a.wgsl.expected.msl",
      "new_id": "11af7d868cbf9538fc9c14087151a32964e2c990",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4e2b3a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "15930095301be54d7258b58eb21be03eac7da61a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4e6335.wgsl.expected.msl",
      "new_id": "dc30c7a395ab3763f72b3e75456d054824dd7035",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4e6335.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "732f38c4e3b2c8558e2f24132a1d4de0d6e65d00",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4e79a1.wgsl.expected.msl",
      "new_id": "4acfbe9176ee2ee3d77a1af4ae81732d485168be",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4e79a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf202547bccf92d0ee8e6d1b2147c72af27c8f8c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4ec7e0.wgsl.expected.msl",
      "new_id": "e8c42b4ddeac2900ffdb5cfdf0419e1687024cd9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4ec7e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bae5a25394a43a23d24c561e2654a8ce66024441",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4f017b.wgsl.expected.msl",
      "new_id": "49cbb3b22313ccbd4dea13c15a399c65b43d6434",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4f017b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf019cc3cbb051596045e35aec20654abb7f511e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/4fc057.wgsl.expected.msl",
      "new_id": "8482b425292c7a40c136adf6c16ae4b8644ad3f6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/4fc057.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c18dd8afa9cf9c6d82242c769af7ae5b063d493",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5030f5.wgsl.expected.msl",
      "new_id": "7f7c9b5af680664fef9d17c709c727ea7bad4bc7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5030f5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f58b2a168dec1c0fa0e005a6df5b35da7f0af0a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/506a71.wgsl.expected.msl",
      "new_id": "3e93c8d8c3c3e12b5eb516b8b7411117944cd95a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/506a71.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3eec58d0352a1685a0cbf9984a1a206fe8898745",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/509459.wgsl.expected.msl",
      "new_id": "23206f3ef60d4c5d0c997fa2f1ce1060864e2380",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/509459.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e68c63b5e9225ef24d372bbf8ab582d8252448ef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/510b7d.wgsl.expected.msl",
      "new_id": "d3c359f88bdb9c6f20616e99759e19b67540c7e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/510b7d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f12788eda3bf5b39447a66cd098ee55b15a624ba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5124ed.wgsl.expected.msl",
      "new_id": "1721082885f7e2538dea259754ffc1a3494718ac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5124ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ff11b00981e31057ccd2f9345277c0e5aec61ad0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5138d7.wgsl.expected.msl",
      "new_id": "96f15dd465480c5808e3cde9a0078ade66d9c9df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5138d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bd334dc12a8ea73cb7c799847f9b7ebd822e8348",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/51ec82.wgsl.expected.msl",
      "new_id": "54cd9fb293ff532faba27554a5d23c7c3e206cbd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/51ec82.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a00407945808b753af3cdb2538a5c333598dda0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/524087.wgsl.expected.msl",
      "new_id": "3d50974309e11bce94faa193e5b8e8037f7765b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/524087.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fcaa573b670eb212957fa3663c39be007a5fa0e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5246b4.wgsl.expected.msl",
      "new_id": "57e725e5597802da19e77fba927d5d543b41e144",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5246b4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "75f8447993e6ead59515b7082b1fef68562a0de5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/52f047.wgsl.expected.msl",
      "new_id": "d73632c3a7fae660e20b681cb68b8f4080684800",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/52f047.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bcdc4d850331079a01efcfd3070f0844665eb2a4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/52f503.wgsl.expected.msl",
      "new_id": "9efb1c35fea60f3c9f47a318a8cfcd56ba28750d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/52f503.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd8bd30ffeb1c7bb1a883d363a083acbe58f5a66",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/53a68b.wgsl.expected.msl",
      "new_id": "23d661a1d3f1be38fe9dd818abc53dd217d32dc8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/53a68b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9adbb5e0b0932e1154ea3931bb80f7340416cf4f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/54011c.wgsl.expected.msl",
      "new_id": "06f1dd9c3967b50815edef82d9661f783e3b455f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/54011c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73355382a26d530ee103db0d196133f548fdf52b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/540b96.wgsl.expected.msl",
      "new_id": "29cbcf81db24ced79f7c768ce5b51a9e326453b9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/540b96.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee0573aff8bf83bbd7352d42bfd681f59fde1b17",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5425ab.wgsl.expected.msl",
      "new_id": "e812bab5327fe72528ee364a1ea24f79d6c6ee3a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5425ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c354a637ef87841bd9a57aa5b6dfcab974c96ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/544f06.wgsl.expected.msl",
      "new_id": "d263704325c8259f4a0efbab32d0eaec53818270",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/544f06.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a7f4f4f3ad44331e72121ef39d69af8134ddea00",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/54e9bf.wgsl.expected.msl",
      "new_id": "a860acfa6d71719f0bc3c9a7ac20af4c42ca2111",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/54e9bf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "54dceed099c3a8b183f399e8011dd62740d172fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/55f9dc.wgsl.expected.msl",
      "new_id": "a1ad611c8fbee09722fa8a0e7a19af24a5ba57b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/55f9dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e1dc1b02179330b2667feaaa755328c82aca075d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/56071c.wgsl.expected.msl",
      "new_id": "84c1f225c1c81fb3485c72649292e31a5bb249b6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/56071c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05ac2bd81773498d8ab9516b4868c49cf2ae160d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/562652.wgsl.expected.msl",
      "new_id": "4affe9e7e2356019012b2726fc7cdc2f145bc20a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/562652.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "186d6f4e59778ee5319a850db2c0f021563123e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/574a31.wgsl.expected.msl",
      "new_id": "d818fa539d6b084db072e41e08822e971ff2a495",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/574a31.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11e46171882b4c5a0b44ae0bbbcfe2ee21f68cd6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/579b93.wgsl.expected.msl",
      "new_id": "8e3f579426fd681eaf11f20736b073953c9be072",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/579b93.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b31e98facd47d9a454ee314e35d866976c00f0a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5841f8.wgsl.expected.msl",
      "new_id": "ce799da944f1f37f35157a132e05ff75499e0154",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5841f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "59d86c52c4bb8d6ee4641cc26e604402b9c3aefc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/58d4f7.wgsl.expected.msl",
      "new_id": "85fcf2022ce9672db02412a6a24b027f68a6cde8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/58d4f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f81307e436012abca7e6bf405d56ecb0c98c71e0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/58fc35.wgsl.expected.msl",
      "new_id": "cfbe5676d66d73a0a82f206521adf9c71d4e97da",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/58fc35.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "46a552917ca003138c59214ec5e33376aa04d9e0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5974cb.wgsl.expected.msl",
      "new_id": "816e149d9f3216b0e36229073ffa9edab8f5b264",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5974cb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f0c053074382db760569fc7a4e461e321651837",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/59a0ab.wgsl.expected.msl",
      "new_id": "d4c2a5a864d2143f59f43ecde651cd5ede2be356",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/59a0ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a88809b812d4547eedc590f5ba029370367fd828",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/59ca10.wgsl.expected.msl",
      "new_id": "344ec1612d824a541ace19dc79530139b6253500",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/59ca10.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a213b3745fb6b3082e03c12d5a7f0ffd942ddfe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5a2f8f.wgsl.expected.msl",
      "new_id": "ef9c2dac036ec3dc0e97cabf882fb54066981c57",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5a2f8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0515b9d1a12d4983ca50a11d1a26d2f79dd5d8dc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5a8b41.wgsl.expected.msl",
      "new_id": "fb4956b158f4e9f1ceb50854dce54fbe1ff3086d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5a8b41.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bd0f2c7850954a34e08fa9b0dbb6b30f09fa3bd8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5b17eb.wgsl.expected.msl",
      "new_id": "07f7e087f380bac333e73eeebcc1c88b45af33e6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5b17eb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2686408a7d7bd62e08783cfee23fe38029755ccf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5b4522.wgsl.expected.msl",
      "new_id": "2a9c4a6402922993887670c4ba58ffe0dfc1d4c1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5b4522.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a18c2400cb0c50a4dd982f073561a0904ae41c4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5b4f29.wgsl.expected.msl",
      "new_id": "34d004a58ab727ecefe6afc75470b9da76fc61ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5b4f29.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8451998db129bac9474adb898a58e0fd240b7024",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5bc4f3.wgsl.expected.msl",
      "new_id": "52386d07e469b2448302a11c73e79ebfa0f2cb4e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5bc4f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c64924125eda04f8a23990646dc81bc4b93b76c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5ddc61.wgsl.expected.msl",
      "new_id": "9a99f6f19c94c4b26e2bf394ca1645d87a3eaa6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5ddc61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48be3958ff1a5a438b37ebe5435dd42c7cbad387",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5ded67.wgsl.expected.msl",
      "new_id": "ed20a9b4b0c36a88b96abffa5bf64a4486933a65",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5ded67.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "481edfc05966e55b0a1ebed22056580c6db4f751",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5e17ef.wgsl.expected.msl",
      "new_id": "3cb50576882bb03756faad8522cf2a196aa22bf6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5e17ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "acaa4f0a72a4425285a9d102f912ac9261c827ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5e71ce.wgsl.expected.msl",
      "new_id": "b13abb72f982a5967a2e408aa68a59e581a0ba2b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5e71ce.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c09b2d06b2dad11a6e38fd4352e0e54cb7a3baa0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5ebe42.wgsl.expected.msl",
      "new_id": "85cdaa00ec2e35b8aaf79ee7cab422ab9eec9628",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5ebe42.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a3d2b27f4335eb3bcdc64de855c850b58d9a71c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5ec6b2.wgsl.expected.msl",
      "new_id": "7f931a5d5f2e000becaa51f58bf0ab001cd2f5ad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5ec6b2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f25ba5deef17aa58896fb321480fb593b2918c47",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5ee194.wgsl.expected.msl",
      "new_id": "e4d5e498aee2af9c25114d0c5b1c28c54887c696",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5ee194.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf717a6f3760ecf5819bfaf463dc65fcd0bd4cef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/5f9a49.wgsl.expected.msl",
      "new_id": "ced13a4ad8c66c4a39cfe409fc75c25b2868dcb5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/5f9a49.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d598013881c29cabcabc13429bffd2204f6d3903",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/600189.wgsl.expected.msl",
      "new_id": "8d8d63e90041f05eb893bb2a3f4428888a35ce39",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/600189.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fbe1b9dd16e94205fc8876a2808246cd33ea210b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/602b5a.wgsl.expected.msl",
      "new_id": "3173f7527891b42c01779c529a5b41867a370542",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/602b5a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cd2dfcf7da1e8103a3212290796206db4bb39c68",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/602dfa.wgsl.expected.msl",
      "new_id": "90a286e5dce157838b9f1453db279f19fa59257e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/602dfa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a7df854f3c3ee0740d3aab1a8cc7e17ecec5572d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/60975f.wgsl.expected.msl",
      "new_id": "7c323a3d1b9e9d3ac9fbde22b033e7c312527f3f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/60975f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8133574e9c20ec49ba8807aa48ffe5d9111186ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/60ea75.wgsl.expected.msl",
      "new_id": "0ae0ac403817c5130718161b95eb2a10ad311c47",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/60ea75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "da59f41123ac329740ca1020be9ee66d15b9df30",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/614b58.wgsl.expected.msl",
      "new_id": "66a13da73c1444e232d07e7e71e05bf1b2c12e73",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/614b58.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "53fe23e681471fe23568e8121c382736208d39e3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/62056c.wgsl.expected.msl",
      "new_id": "dcdcbcd4f946ce02eaacdbf2a6055044f564abf8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/62056c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a03b49896e579d5ab1f198c4c69dd6d2a7ff8113",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/635584.wgsl.expected.msl",
      "new_id": "eb11d5106c8aa2d57259ea9b7b8e8ac03a4f93a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/635584.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ab6c509cf80a8f14c5efd0fbe204e06437762e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/637ed1.wgsl.expected.msl",
      "new_id": "2d26303bd59d6c70a47e7e2433bbced33b57ff16",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/637ed1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b921976c6b67f56b7be5441a61a5d385c177c5f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/63f34a.wgsl.expected.msl",
      "new_id": "30af914343cefa8197ff2121b4fa22274c416eb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/63f34a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae4e0a4bce993a5cf9e4dc18b7dcd56e6b8d5383",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/642ba1.wgsl.expected.msl",
      "new_id": "bb206487b47e7c7e1660e2cce6d9122f8d1b9a58",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/642ba1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc91b12f1e26e4ffdcb91b733cd47e5872c53054",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6444e1.wgsl.expected.msl",
      "new_id": "dcd0d983ac22e8ef2461403aff4c2adb73793122",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6444e1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "db58fd570a857b963cf85ef57938d0737fe332ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/645420.wgsl.expected.msl",
      "new_id": "c9d7ec77f944d75eab26d65aab393791075318a8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/645420.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "035786c1d2412f0cf92e2de13c1fa731215f9a07",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/646dbc.wgsl.expected.msl",
      "new_id": "5909fec190a2ffbc06940158a2df7fa091f174f1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/646dbc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "731b4d34df60bb393810b863fcb1fa551d273610",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/658a74.wgsl.expected.msl",
      "new_id": "8a15d6caa193a4e78330de8d2d536061bb557e96",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/658a74.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a20218d9095d5c9e99bd2b4ed1ca30f128911f59",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/65b6aa.wgsl.expected.msl",
      "new_id": "9e4a903cd8526fa898d315a94a9fc469f0747904",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/65b6aa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b67569fbd09b9f6b1fb137fd9297b879e33691b9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/65ba8b.wgsl.expected.msl",
      "new_id": "c3d2e072fa9ca25ef4d4554d7c4c94092bca5b68",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/65ba8b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5985dd7a066cdb1c25f9bb87ae771413005cf26d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/66e8b3.wgsl.expected.msl",
      "new_id": "15b7a86dba4bc4a2ebb17a4d943525288e23c141",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/66e8b3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f425ae4f8935941592f893c42c85f915d749e4d2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/682fd6.wgsl.expected.msl",
      "new_id": "08334d5a74fbd82dad24b27e91d2488d87997f97",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/682fd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "15d5b6b06f47e40afdc0cd73eadff2f96cd3e73b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/686e01.wgsl.expected.msl",
      "new_id": "0025f97a237b1a56c11b63cb457f52c274f1bdd1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/686e01.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "35b07d0afa561a568c8a57d463787e12f60d9320",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6893a5.wgsl.expected.msl",
      "new_id": "4a33820a3f3b21325648f93b40b58f54b06050e0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6893a5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "df88dae46ba6a44b68397b8c57694e823c409616",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/68ebeb.wgsl.expected.msl",
      "new_id": "ee3498cb153c065dc916ed77713e339ed0702300",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/68ebeb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1649c3c8d89bf3dcc46f29eb09e2686af747f1c9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/692197.wgsl.expected.msl",
      "new_id": "9dffdb4018de9b3b39e18f46a31d8af95c00f120",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/692197.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d106e487236d2e1dba470eac1b0d9ad375f7ba9e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/699a1b.wgsl.expected.msl",
      "new_id": "a06126d4fc8c770f876e68df683ecb0624e922bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/699a1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6996081da8d00de95f6eef48e1f85b47e7986968",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/69f6bb.wgsl.expected.msl",
      "new_id": "5827c76e008bd21169942620008ceedf23b99c41",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/69f6bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5aa7fff555e1ec6b4466f86d6d7ce695af2c1340",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6a0c0d.wgsl.expected.msl",
      "new_id": "138c86918fc553393e7ce02ca17d49fac19e47e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6a0c0d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88e47d98ce6e8edcd5f55cfabbf8e021283e9fce",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6a1509.wgsl.expected.msl",
      "new_id": "a836c4851f0041c1890c6da8a7927b990b837752",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6a1509.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1833deb6d99d7a3a982961b4a644e22085f553f2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6a494d.wgsl.expected.msl",
      "new_id": "29d83d2ff81c7d1264057b86cf8815443525724b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6a494d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6c990f90881a1a9405b93afec31d2ee5e339eb05",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6aabe9.wgsl.expected.msl",
      "new_id": "ed0ef0beff993fe8afe80cc829bd87c9d3e35577",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6aabe9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5f1fa6959a6f6d8658158f58b0cb44b34739b315",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6acb1e.wgsl.expected.msl",
      "new_id": "1e385f0e9422df19f53937cfe1e312928c25a7b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6acb1e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bbd57469fa400a79e9dc24d2ebca491fba833e9b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6ad25b.wgsl.expected.msl",
      "new_id": "baf8e55ca7be755b902d0dba066a5032a7684acc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6ad25b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ef91438036ab19b7a45829c8fce5c369569ba5a8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6b75c3.wgsl.expected.msl",
      "new_id": "169da622ec2233cad6c1f44fa7fe9ebd0b8f1b2b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6b75c3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f4a65f3b287139237dc8996616613dcb6162347a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6b7c6f.wgsl.expected.msl",
      "new_id": "c6307f1730b43acb80cae815abcd8b361930062d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6b7c6f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c0c8cfa70183168469c499e55b07aba87908991b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6b80d2.wgsl.expected.msl",
      "new_id": "53a97172cf1364eb5350e7b28f27e644da5aa20d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6b80d2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9e0dd2c9516b13572150aa38b1df3572b483bc1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6be9e0.wgsl.expected.msl",
      "new_id": "844b744f1f43fd9e26061ceefc3dd5daa3e007bf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6be9e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2f4c004d03924091acece57c3269a3b36aacf594",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6c4347.wgsl.expected.msl",
      "new_id": "ebe1b571ee884754ec9873c51e7dc1e14bdb4200",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6c4347.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "04a9e7a43a743038d8b0f3834b1db197b7567a70",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6c4a70.wgsl.expected.msl",
      "new_id": "196c5c9d73da903005c7abf57dd8c038f78b0474",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6c4a70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "640939702cd412529c20ef51c81f2270d61f89d4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6c7b53.wgsl.expected.msl",
      "new_id": "05412a274e8899c96f63c0c21dcfe804d7c80f4f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6c7b53.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7b10e8e4be30eeca925918c30e2f31ce71d9c485",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6ca3e8.wgsl.expected.msl",
      "new_id": "495c85377c8fd11074e0707b2de30dc7313bfe08",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6ca3e8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d3dffc5ccc84af1c9dd560b33586643e52e6fab5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6cff2e.wgsl.expected.msl",
      "new_id": "2e0ca9556251e7d881bacf3268b13d391d773e25",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6cff2e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c43396a74253b0ed6cd97f2d37b06a32218f89cc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6d1809.wgsl.expected.msl",
      "new_id": "bba2e2c2edc3661551969dfebc2a787f2b225acd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6d1809.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78366a4d4d587fcd69d67ea27fb58b85c161e224",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6d259f.wgsl.expected.msl",
      "new_id": "729e2540dc0a85d65b51291e63c88d64dd913669",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6d259f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "948f5706988902f4aababc308f43348b3029c62f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6d442b.wgsl.expected.msl",
      "new_id": "268c4ed2fe7d950ccf11a60fdda81f04cbe7c1b6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6d442b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "54b58ad98cf31def518dd5704be357d37b72aae8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6d7562.wgsl.expected.msl",
      "new_id": "2d94ffb495af0e83eec8f810ab18632a53cfa9d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6d7562.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b38de234549a747f1741df191435fe135a6dc0d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6d885d.wgsl.expected.msl",
      "new_id": "61feab70a584cd76fe49fcde9237e0f680059d40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6d885d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d67135f8dfe575f111c9e6f7d1cd68dce759227f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6d9607.wgsl.expected.msl",
      "new_id": "c7c804abff32d466dc6757627608547faeb24a55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6d9607.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b3e42ddbd177b71ddf5d3e7c2c818119dd66023f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6da692.wgsl.expected.msl",
      "new_id": "7561f1ce706acc969d8999d0842dec01f56140b1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6da692.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "86f89d1e41060f6ecfc870b1c68cc1f0bd04bdf5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6e141f.wgsl.expected.msl",
      "new_id": "a105628472ad0a2109277eb86ec13711a4fc1355",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6e141f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d9c020faae054db9467e7fde267eb9112b28467d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6e6cc0.wgsl.expected.msl",
      "new_id": "389cb777aea9d7a491643827131395c3e68eebed",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6e6cc0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e9eac3aa4ad37e7d90e81527062c66c3cc829b87",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6f0c92.wgsl.expected.msl",
      "new_id": "9b358c38a4d0ec468fd4e4710e4664ca2ed08b0b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6f0c92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99eb65e397cadb046950aa21983c98e31fc1525f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6f3542.wgsl.expected.msl",
      "new_id": "ce25daee3872da4f6f4186b6481f5570dc840155",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6f3542.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "59c894aa6649455d3223dd90395517523971a393",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6f8642.wgsl.expected.msl",
      "new_id": "ccff43fe5b7edc53a09836dde9711a8250742c0f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6f8642.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9d67f26cb7bb535cf86a07e6aee18dd7ec03358b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6fb99b.wgsl.expected.msl",
      "new_id": "6eef4a1920e5467669a7fcddca010fdc74b27245",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6fb99b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2757df481d7018c4e01832e5801ba3d5bd2d9894",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/6fd2b1.wgsl.expected.msl",
      "new_id": "e638dd7deae7a6de50ad7782d5558f02c631387b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/6fd2b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "922b716c099bc1fe8fc8ab25d78b2b90e0993372",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/704e1f.wgsl.expected.msl",
      "new_id": "9c5a835a1f6055c654afd46c35fcbfee3ab9e0e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/704e1f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64c22cca022c1e5c3ac2ba892d05df91372a1dbb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/706236.wgsl.expected.msl",
      "new_id": "31a7b28f67ccf6a9c6f190eb9136115a7471549b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/706236.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "29af46dbc702f74af54509fa7e6c6869e4e12de2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/706560.wgsl.expected.msl",
      "new_id": "a830373158b733e6bd646b950d5215cc9d23c696",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/706560.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78c428fcd0bfc613c15c88b0fcb285585ed163d4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/709773.wgsl.expected.msl",
      "new_id": "7a98cae8ac0b0c069da5395cea96f646a9850721",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/709773.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b01349591b4d0a8cba81f4deb483ce2da0e4858d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/70ec61.wgsl.expected.msl",
      "new_id": "8369535e06889dce14755799dcc38de035a3c040",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/70ec61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf9cb537b69392d6237ec153769517dd62211e7d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/726472.wgsl.expected.msl",
      "new_id": "ca3a76c2f16f2c97776c61afdd6bdd163a018d22",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/726472.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb63eb8a3cf655d7be71c46d0b63947637811a79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/726d6d.wgsl.expected.msl",
      "new_id": "db50f7bd3767a5bc38bdd5eb4e3221065c07f7c1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/726d6d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "279b1376ea119d6526d75cce1122577db07d5e1e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/728d69.wgsl.expected.msl",
      "new_id": "6deb9a36a823eb5e9a2f6e09c7ae18f266edea80",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/728d69.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eec0f6730d8fb80da616857e62192de4eb0c1a43",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/72f1d3.wgsl.expected.msl",
      "new_id": "bcb12c2b22aa0822fef3e9a879940669d8b428b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/72f1d3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7741c9787ec7e68062b86abf1edab93f2f4b94d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/72fa64.wgsl.expected.msl",
      "new_id": "292e2519ce8862b121f4b268081055c680b5820d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/72fa64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f29333f6b98f4518b52af8ee41e18004a4e8d67",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/72ff64.wgsl.expected.msl",
      "new_id": "cedb0c0673056c9f5638ba2bb436da43e593074d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/72ff64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1ae8b641d7b8208ff7b9c7a2050b0f34b6244ae6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/731349.wgsl.expected.msl",
      "new_id": "d57d85e0490c555a839b24dc8ef98eb7044492dc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/731349.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d16c783cf748a16135d01cae7468cec5ff6cf46",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/73707c.wgsl.expected.msl",
      "new_id": "9cb96f9828a3f13b67fdb211cfb80c010dda06c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/73707c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0705af6b30e93accab249791a1e52dbb0bfa82a0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/73a735.wgsl.expected.msl",
      "new_id": "83b6296228f29ab763efed3a3dba9c4eeeaed589",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/73a735.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1ab1c73ff94f601c15fd224d1652a823e6059afa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/73bbbc.wgsl.expected.msl",
      "new_id": "be42c35354033ebe64f46c5f7d3c3a2658775508",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/73bbbc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9be7f4332a193c7465773764f17df131652fa2d2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/73bbe6.wgsl.expected.msl",
      "new_id": "8363520529bcdc4374183d17a1443ff83960b5fe",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/73bbe6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "59a935a4d5770043ab3aa7d2ef956e51b0dfe3e6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/74045a.wgsl.expected.msl",
      "new_id": "c380e8831c9a27e60696d6961448736f71cdd5e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/74045a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2ae8d584b3185dd6deb5c0ea1bf044a69ae5bca0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/74886f.wgsl.expected.msl",
      "new_id": "3c7117acb45cac909d1413695fc668761d87a8cd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/74886f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f2e909fad96ae5401395ddf40a1ff783c97c018f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/751256.wgsl.expected.msl",
      "new_id": "ada1fede6353f407d95f4c3d1d2d940eed052b76",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/751256.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cbcd19030e202dc5a8eaee8017fe54a967954ffe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/752da6.wgsl.expected.msl",
      "new_id": "d1aa5cd100ab3460862fed016afd9399699db24a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/752da6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3216de5efdb2f896e437ee47dbd59dde1e0dc4bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/75bbd5.wgsl.expected.msl",
      "new_id": "8b79e575004181fcf57f8e4fe22196c81eaf08d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/75bbd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b82a3a193668691e037518721cc21aa8018846b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/76549b.wgsl.expected.msl",
      "new_id": "4b5dcfca8020b03845fd16be2398483c2ee7385d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/76549b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "96f3ec6fb8156d0a776dfd6d3877a7946b446422",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/76a8d6.wgsl.expected.msl",
      "new_id": "8b1393740f61820922c8180050719145fc0802ab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/76a8d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0ae1ed7313ebdac0713f5180b4761f52ba9d1b0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/76affd.wgsl.expected.msl",
      "new_id": "e612efa118da42345d0cf122c3a1c2bd83c5d189",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/76affd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71ec80f2e5b90f0e4e4937c899e6ebf4912ea82c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/77014a.wgsl.expected.msl",
      "new_id": "a397cbf7f24bd0a5096622a610a06ba13cb17d19",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/77014a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "53b5d41325e942e72f9c75434517cd709c6fbced",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7751fc.wgsl.expected.msl",
      "new_id": "2f5a9d3753a2cdf9e02d53b002e74fb0d1d3e33f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7751fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0e28310491d463c8f67fbf043f7bd526d47e53c6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7760c7.wgsl.expected.msl",
      "new_id": "72daac93ee91b8744f4571ad684612f2ec610776",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7760c7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d2f549860850225f82a41519606aad3c27e0c56",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7792fa.wgsl.expected.msl",
      "new_id": "9190dc599d088279d1ff11e7c8da6c3c2ee26d16",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7792fa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d207518dd92c831ce881dedf7701190a4bb3e945",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/779d14.wgsl.expected.msl",
      "new_id": "7279b3129c86aa3500c68d1c717847cd4bb89684",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/779d14.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "82d24f4edd3d9f07b8ef97a69606ca03e89353f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/77c0ae.wgsl.expected.msl",
      "new_id": "b5714104fcc7d0dd4ebc154ab9fe0114acd66eb3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/77c0ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80de323cbd6f360647c3783857df4d9fe38b46ff",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/781796.wgsl.expected.msl",
      "new_id": "e7ed842c7631566bc9b86c884640747f08dae4e3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/781796.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b30f01a5b14e585a7c7d73c0e63bab14f8d25b39",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/799f08.wgsl.expected.msl",
      "new_id": "0d9a79194c4796b9912dbe4ecbbf631ca7b4dd12",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/799f08.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73c8b8a025e2dc3ac2c626072471bb139602d088",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7a63a2.wgsl.expected.msl",
      "new_id": "892c0794e6bffc9593370a3bb2de431d9daf85f9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7a63a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "31e02ecbeb89fb74dca0e14a1851677235049502",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7b7517.wgsl.expected.msl",
      "new_id": "d1d9723589008153d363c29e2663ea53dbf98174",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7b7517.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "40b5646e36413b0d80722d5fdfba471322392a81",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7b8b56.wgsl.expected.msl",
      "new_id": "e53bded6902027fce19fe40e00105c94a93b1f4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7b8b56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1333d5ce2cdcde3f1904495bb9d4807a951b9cc8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7b8f86.wgsl.expected.msl",
      "new_id": "d1ff694c890e312b7bf260ecd32c8e794838d267",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7b8f86.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87a193c5adf539f4467f3b196339bcd826934048",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7bb211.wgsl.expected.msl",
      "new_id": "e63c477932867a9431767439fda75010c9fd6710",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7bb211.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a6c249a72c2eb35ef191283e424bfb0556ae90df",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7bb366.wgsl.expected.msl",
      "new_id": "505f6a86730b514fbdbc9cfa2801464aff81eb71",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7bb366.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce86d7b2a12d63880041054b5b0d02e97d19fc21",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7bcde5.wgsl.expected.msl",
      "new_id": "e9d6c8ca7d0806bc67bfb3310062383682d5666c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7bcde5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5cff0f211f43744a654d7a84db1b145098d1d225",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7cec8d.wgsl.expected.msl",
      "new_id": "5a877dae04a2aaa85c8678f99edc79015e4e7c13",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7cec8d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d02cf1796f1ae2d6efd30293cfa2c99c767dd95",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7cf6e7.wgsl.expected.msl",
      "new_id": "c5d2d5d3bc23e725ee02d316bbcb69c8e8a5cc02",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7cf6e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91f70f9a8c2709ab300af14b1106301281203832",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7d10e0.wgsl.expected.msl",
      "new_id": "4a40285fc58b3f4d08eb3b80e4ef6c23d51c4ca4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7d10e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "95c3ec3c141f8c625460fd2d83ca1e9e5e292b12",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7dd042.wgsl.expected.msl",
      "new_id": "51c100491771254aea634bfd79ff10ae929a2958",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7dd042.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c5681083555dfbd4c46d6a3a981e4eeab7fc26d1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7dd64d.wgsl.expected.msl",
      "new_id": "1f9726dc32e48f5a50066e4b9c4cd9ca8ba002e3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7dd64d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eff6732718274e628720f726988829c7e9305ac6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7e787a.wgsl.expected.msl",
      "new_id": "a939b3282b582f6f9ba605575039e30808598eab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7e787a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b61b75289b50eb17c1ca724cacaf02736e21f64",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7ea46c.wgsl.expected.msl",
      "new_id": "fa0e9c593c81e8d672f4428a28e199c9756e57f7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7ea46c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dfbe62a1e2ecc7e9fa9a2fd0a6cd5ac78597336b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7eb30e.wgsl.expected.msl",
      "new_id": "e3b6e90a3aaf8a22dfd3e37868dae1895afaeb19",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7eb30e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3e470b46f8c8a84025dfb3140faf3e7005fdc7bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7f73af.wgsl.expected.msl",
      "new_id": "3eec6a00a3b3d71a4e96cfb359254f99d7007b53",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7f73af.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "92ce6e7809c5303a34eef1fc8c49ba9a43578219",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/7f7fae.wgsl.expected.msl",
      "new_id": "7224d4e7d96f67fc9480e4955c9d80698d17108b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/7f7fae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "479e372e8960a9a8f6ecf1ab821e902e3c83865e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/803a10.wgsl.expected.msl",
      "new_id": "ccb8caa4691550a0cdbd03924ecaba18f28fae01",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/803a10.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4600eb3908d41b20a0943421f7e7213684b71b22",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/804942.wgsl.expected.msl",
      "new_id": "df037573b7118e05031257e36ca2616ba9a7387d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/804942.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d73dba77d737bf1d55764f7ee7a567154255c13f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/805dae.wgsl.expected.msl",
      "new_id": "3b6e4a25760bcf43140af009bf429e457703fb14",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/805dae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9f653fcbca1d3a5fd564eae6d84829624a10569e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/809b2c.wgsl.expected.msl",
      "new_id": "a2c50eb3611db74ab9264bb933fac2c5e49ffbe6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/809b2c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "149526248f6df4cac7551dc67170afcebcb84251",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/80bf1d.wgsl.expected.msl",
      "new_id": "33233309f9f2871b437754409a4585af194850ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/80bf1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "db7ca55ddcf38192be016f97de5b71ee7020fcaf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/80ee0d.wgsl.expected.msl",
      "new_id": "ec7d9641c3d564d23970cb0f2f93fbc2f1d350ea",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/80ee0d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32062adf54324e59ec378185e14acda55eaab527",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/818df6.wgsl.expected.msl",
      "new_id": "2c68cdfd1dfb950e0e9631fd3bf123be642a3a38",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/818df6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf112d8d6ac7b01caf6aa07f7ec18923db11663d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/81ae31.wgsl.expected.msl",
      "new_id": "0c88df817be036bfe1f9d3b6b57ba5433a9745ab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/81ae31.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "15416d979b797acfee52d749378996776af86404",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/820272.wgsl.expected.msl",
      "new_id": "f943c5345ca0715157c10fa2b11aee9db33d31aa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/820272.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "27466d667db0016732617252830bcfb7f7515671",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/820971.wgsl.expected.msl",
      "new_id": "b46493acaa704737ef6f2a34bae69e321b4bfddb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/820971.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf9e64c56db252a90abc49c7daa1f30808183efd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/823038.wgsl.expected.msl",
      "new_id": "5de367c5b37501793580a96754efe0572c5eaa4e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/823038.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2007835aed75ccbe48714848dd21d002b65fc4c0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/82d493.wgsl.expected.msl",
      "new_id": "176af69db53f36854caadc285930d2c20583297f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/82d493.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a82183994a8af02e39fd4e842a00dfaf061218af",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/82e236.wgsl.expected.msl",
      "new_id": "7db251aa9272e0cc9c8c667214c03432cb973e75",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/82e236.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0272ebaa29b615903aa943d7a40f2db274915e4c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/83bcc1.wgsl.expected.msl",
      "new_id": "0d4ee3a7d8153c57a4499111680f2474580a0c2e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/83bcc1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2cd1f2d23ae962f8a53c64861c2672de1d0cbb9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/83ee95.wgsl.expected.msl",
      "new_id": "6564cd63388d272bf3a39eb0d66a61c0ef82b14a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/83ee95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5e30313427692c449313d57c4e01b141b97b99fd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/84d435.wgsl.expected.msl",
      "new_id": "6d1ed0997c2335b94607b4fa607ac2635ed9b3cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/84d435.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2b6726341cfc0617336f8ff24f8306df5112339",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/84f4f4.wgsl.expected.msl",
      "new_id": "896d95bf75d04a43bddac0d5d4cc2fa3fb981f36",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/84f4f4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7af601f92064b69edc47fa7113e4a5c9e6f7ebf6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/856cc4.wgsl.expected.msl",
      "new_id": "cdaf5d05325dada6eabcdc3c82eccaeea18680a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/856cc4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76bdbdea0d94448f8edf7bde048cf9c7b490780e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8676c9.wgsl.expected.msl",
      "new_id": "6c9ac64e9cc84323e08e7a7c8b1a806eccf4be5e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8676c9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "985eb398f1dd5d142ad713837f550dca42ba9464",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/867963.wgsl.expected.msl",
      "new_id": "f13c9cff69ba3596930ae42672e7582337debd55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/867963.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9adb11e577ee192a04a19cfd4fa5382539bfe425",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/86defc.wgsl.expected.msl",
      "new_id": "04eb9e8ca6e09c646d371c160915867a9b01d5f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/86defc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "57860d0d34bb58cd41955d0b002c7905a3b4b065",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/86e114.wgsl.expected.msl",
      "new_id": "a4c164cd864021dee7357fb6b933c3623ff348b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/86e114.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "40ea92d1332a6f4747597857e27fcd834872a35d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/86f713.wgsl.expected.msl",
      "new_id": "871b0e0cebb2d954a87832944b5732a01552b263",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/86f713.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fd05fe23580edfc334742e17d96667cc2c852950",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/872747.wgsl.expected.msl",
      "new_id": "00c7b34eb47df1c22ced756666486fa87e3033f8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/872747.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6faba6d6868144e5e764f46ba0d15ea50110a5bb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/877c92.wgsl.expected.msl",
      "new_id": "30c7fe953cde6f999c38b2487922cea82e8709b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/877c92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e1847fea706788aaebb3c505587240928df0dd53",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/878b1d.wgsl.expected.msl",
      "new_id": "3a6a4eee20246c4cd0248a743a5a2676748651c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/878b1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a8ea31fe599f8854dce93a2b4f996802045e1a13",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/87aded.wgsl.expected.msl",
      "new_id": "f75c0daff0520e20e4a33b420d8119897a046b91",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/87aded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b3ecd7d9a4ea23413cc078dfc3ee769fefd5fa4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8815b1.wgsl.expected.msl",
      "new_id": "70ed099e44e64ea4af1dd15c897fab4c005c69ba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8815b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "de17abc184d432b9d3f4a3fc67d22adc36447cfa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8825de.wgsl.expected.msl",
      "new_id": "bf98b34c4575fca2d4508324a87c8400962c1c73",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8825de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d265e7ea04a873bcc0f61894fd3ffb087103c5b0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/885921.wgsl.expected.msl",
      "new_id": "45393e24aabe7abd7ce84e9fae20b8f3c6b46d93",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/885921.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd6b395953bc7c6b162feaa54ee137b2d0ad922e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/88ce7e.wgsl.expected.msl",
      "new_id": "52dc7bc570ef760736be306dd9edf806b58ac905",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/88ce7e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa5b3857fd10de5c456e5008707f999536ffd769",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/890b00.wgsl.expected.msl",
      "new_id": "892868f5fa8292c3d236ce1f7f6c186de2f934ec",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/890b00.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0e2718e94e4aea76328c230f8558766a26821adf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/892c77.wgsl.expected.msl",
      "new_id": "6703137f6da8075f1260c994fbef17b5acd87a90",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/892c77.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ddf9e72701b77c35c8e85663cac3da80353e1ce9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/89acd4.wgsl.expected.msl",
      "new_id": "7c6efbae468a9da8e77e35695982fc5e9ed54be2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/89acd4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76a43cb6642f3745f118bfa879c19af12ecdbad4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8a16b0.wgsl.expected.msl",
      "new_id": "0b5e9aae0f9452e659053884347fe532257131fd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8a16b0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c792792723bcc9ac83a1cd404430df692dfd638",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8a42f6.wgsl.expected.msl",
      "new_id": "a86f657f34ae7cce3a97971c1adcb6e8bb7d8621",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8a42f6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b3868844a2a8ccc2d64b21676ff7b1491077b00",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8a46ff.wgsl.expected.msl",
      "new_id": "79749bc5d6c4b4ed4d2ae2fe5b7779b9d52ca0ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8a46ff.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c89adf063345de86e4eb4965f5b9e9da712c8c7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8a85b9.wgsl.expected.msl",
      "new_id": "67b268e39f71796c7abcc00180c30d8cc75c3b7d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8a85b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf07e0e50cbde5371011148143a46c471a7856d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8a8681.wgsl.expected.msl",
      "new_id": "8d5a9c19a180ecdcb1af64996d8eaf76ea52c27f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8a8681.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "acc72cd9870367d2d3db098e8e0d412f55f68641",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8ae0bc.wgsl.expected.msl",
      "new_id": "57981499341d9f469b60849e563d904fca7ef6cf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8ae0bc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "341779955a08bf377320b5ec8f117eb1158f7c25",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8ae5a0.wgsl.expected.msl",
      "new_id": "8e613bbe9b741152e1e31013d7662b6069eef0c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8ae5a0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "808e7725edd43cbd35ab6762dce0342884d53f9f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8b1347.wgsl.expected.msl",
      "new_id": "d854fe08d9eafefd17acb0dc5ad4e4ea85ddfd27",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8b1347.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "982105273241155a01fb64554530f655a047595a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8b851f.wgsl.expected.msl",
      "new_id": "84ebd3101979691563d5152be1230ea994922959",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8b851f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22fd95a30080d9c3fa78136dc0eef49f9b7e4006",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8b9310.wgsl.expected.msl",
      "new_id": "f5b7d573a37c6d701d14243961358f12c830a580",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8b9310.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed3d257c0df585e21c4525091339af34f82565bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8b99ce.wgsl.expected.msl",
      "new_id": "a1d4470767a45a266de3616d60d300f494f91e8b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8b99ce.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd60d732a97beea3428b8a7a624f42b3e0d2d129",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8bb287.wgsl.expected.msl",
      "new_id": "e05e532df6efdf7c40c1b5304121bf5559019288",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8bb287.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87d35c51a0f78181fd3c2e4716a9caa17218c34e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8c76e9.wgsl.expected.msl",
      "new_id": "8e440222ab4e36538b1f77880d5a29ccb29f085e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8c76e9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d33ff0788e79b72f1c4714e049176f0b9f69ba03",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8cd611.wgsl.expected.msl",
      "new_id": "df26f8abf32dd6c2bfc1a7634492e1c4fe082dcf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8cd611.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b94dd5ddbd2473c2155e39e5407a67e151a292d7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8cd841.wgsl.expected.msl",
      "new_id": "c98acd9899109bc83272d9aed7488de64c30b158",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8cd841.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52c9a04e77e9117bc753be448b053b5b2a5fef45",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8daefb.wgsl.expected.msl",
      "new_id": "1d3f2fd82ab5d50651579a46e3e2b5e486498c97",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8daefb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aada0829aae4d8e55656415b597fbfd29a74b5d5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8dc54f.wgsl.expected.msl",
      "new_id": "d8b3d6fb52177d7a6d780edcef10f9225085329b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8dc54f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3f0e2336bd84987c608a93fe4245e8738d107f27",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8e0479.wgsl.expected.msl",
      "new_id": "b3a328f6d179e2866bd150668090fee1bde18278",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8e0479.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78dd80dee5dd89367003be35a81dadbc03fbcd90",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8e177c.wgsl.expected.msl",
      "new_id": "d7cd6db6abfde0b238ea03c6af6aca46e5579049",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8e177c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "03e9e1bf6a0ad5fc73e52d9ef7d9c62edb4a4e38",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8e8563.wgsl.expected.msl",
      "new_id": "1ff9a0b079a5b967c4f585d054efff15113661c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8e8563.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "513d502f4e0e5aa091cac4292f512239f468dc2f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8ebdc9.wgsl.expected.msl",
      "new_id": "4b6acf7a54081fc0cb5afa871c97944a971b1562",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8ebdc9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8a5bd76444b9bd4cb052930906f412c68fb92843",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8ed9f8.wgsl.expected.msl",
      "new_id": "c32f1879a4f5cd673ad07843d81654a06b3e44e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8ed9f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc84450566ab4987def1cd81b67bd27c46161fde",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8eff9a.wgsl.expected.msl",
      "new_id": "8463ecb37a6bf08bbdfff7bda5bf92ef0659fea9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8eff9a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3121e1bc1c6cf220554be0ad7de4869b0e1f37e5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8f61bb.wgsl.expected.msl",
      "new_id": "9e1c16ea47667c3a96b3deff8f8e5c7afaa791b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8f61bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "89d0a9fa1e1652fadba09083f87782b8e01e6baa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8f71a1.wgsl.expected.msl",
      "new_id": "1f4d59b09783657c880b552ef3e82e2aab0b129d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8f71a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ac668eeafb78a6aa8a387fafa11de1dd4722e72a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8fc7a1.wgsl.expected.msl",
      "new_id": "7b1a34ec524d04e13d6b23d4e833c1b672204416",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8fc7a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "db44fd56079a82ff7a2f8a5dd20c69589b56025d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/8ff674.wgsl.expected.msl",
      "new_id": "17f02917dd46ddde3d90ad20174b7b9add4377a5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/8ff674.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f2c78cb0471df185b633e1aad13d8214aae6821f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/904dd6.wgsl.expected.msl",
      "new_id": "3b6525e0cd4902c9dc374d699e8fd603fbf0e8b6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/904dd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61ef3bff05e164dba1bc18bf5dec2f9e9cdfd9f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/90960e.wgsl.expected.msl",
      "new_id": "49c759b462e5296975a2094e897e57456c4c8a46",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/90960e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "29ec5d1ba6dd0ecfcf3d6481dd5b5e0c910e1b58",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/90a553.wgsl.expected.msl",
      "new_id": "731e3d65b7bc2e0735592ed932e9f92ca644eff1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/90a553.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d48c392cd6b6cd5e07cd60d9ec5ca57950c1a4be",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9137a1.wgsl.expected.msl",
      "new_id": "b19598e67ead23768b4ec7599af2df0caf295715",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9137a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a55f0fbe4593a462ca885f347762745859782a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/916fb9.wgsl.expected.msl",
      "new_id": "48c5144f8042f60953cbcd4a9d8f88d530a519ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/916fb9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "476c29f0cf0c409a8de09bc1891b3688b3d67920",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/920534.wgsl.expected.msl",
      "new_id": "91d4586435aaf036be75f418a02ba4670d189448",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/920534.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5e11e44a315d48d5e2e9ac072083bdccc6b3fd21",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/920807.wgsl.expected.msl",
      "new_id": "9893b733d583ef0ec5f561ef87220bab75f8a154",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/920807.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f8fbc8449e1c5563cf28cf5f8f575ee06fe95c25",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/92313c.wgsl.expected.msl",
      "new_id": "2c46b5baff036964a6e71e0cb1519a72991e71b4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/92313c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2de2cfa6c479ae5d160b6beef09e6644bce3adaa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/92e424.wgsl.expected.msl",
      "new_id": "245f02e720809fea7787b59b4a38b552b67ed6f5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/92e424.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e9a2e802ec42b69e25277430c88fceb3bdf6d80c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/93c428.wgsl.expected.msl",
      "new_id": "b0efeaf40f4febaeb5667e3b3373491049b22cc5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/93c428.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d30c1d7955666f0974ba07877a08e995d8c4ca6a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/93e09f.wgsl.expected.msl",
      "new_id": "5cb3a699db2ede7e748cfcd9b8cc8e1e36ef381d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/93e09f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4b15494f734846976ec6776d51dae3990e316f00",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/940e92.wgsl.expected.msl",
      "new_id": "b129099482bd8d1f8cc3dbc942a38bbefca67e54",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/940e92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01a5d02e1daf59df96473bc8ae454871b8903d01",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/948ce8.wgsl.expected.msl",
      "new_id": "3331d4ab275b3f7f3df0f1c8ad8520b3246c46bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/948ce8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78a2772f147a94984967a67ad067801bb462e189",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/94e54c.wgsl.expected.msl",
      "new_id": "b9e260d09e4d604cff736f78b33e1d98ca86de51",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/94e54c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "89a4bd0ffac44daecb1dfac8a97771274f17ad6a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/952fd5.wgsl.expected.msl",
      "new_id": "1ae6ce1bb9f925cd2c4bbebeb6d12d6af3b18cbc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/952fd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "541049793629e459668640444408a98368295607",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/95642c.wgsl.expected.msl",
      "new_id": "3cc2e45bfa795c5e5d376611c45f2b40f5896663",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/95642c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c03220ebac3c700b158b832f889b2fbe13c1034d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/958353.wgsl.expected.msl",
      "new_id": "8dda918fe26ce2902383d8ba36a0c603909fd9df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/958353.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ef510cc4d07648cb1177f35676c5cc9fb32ff31",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/959d94.wgsl.expected.msl",
      "new_id": "a00dd91716dc6d26d066d5a34a7cbf153bc57925",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/959d94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88f15ca3d56b8457105d2de53d44c616d19584ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/95d8f0.wgsl.expected.msl",
      "new_id": "a62ac191d6bd69795583e76b38ddda9384edd9d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/95d8f0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7071ea6a692d840cca5a0236d1a5cd46422e3348",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/95e452.wgsl.expected.msl",
      "new_id": "5774273be1927fa317376c3c4bffe6459932f916",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/95e452.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56f3b8ee0227ca22befd82bf1eadba9043c3ad0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/967478.wgsl.expected.msl",
      "new_id": "21977c4d9758b548b30d65b4796108856994c3a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/967478.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9682b5eee5db7181620f6705f664b421949050c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/969534.wgsl.expected.msl",
      "new_id": "192046e4252ecc67ca5afa286ba979cb84b496e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/969534.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3b554fcb2261f8d2bb765d02fa8d8bba1cc7ec04",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/976636.wgsl.expected.msl",
      "new_id": "bb39505108b675cbd98b393e0f62e3e9ebd59dd5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/976636.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a02f5b048c5dfa7b820059bf9794dbfd25669eb4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/98a82f.wgsl.expected.msl",
      "new_id": "0d5bb92e06497bae94dafa86e5878b04dfa6e76b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/98a82f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88676c2b7160a5f18cd796731c6b21853944fade",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9925a5.wgsl.expected.msl",
      "new_id": "b13b0cc8595a90b511cff1691e9b37d5a34caa40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9925a5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0e18a18a0d16963a7fd9e23c16bc813ed1c75cef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9938b7.wgsl.expected.msl",
      "new_id": "d4a4b9a490e18ff4b09e16d7558a3f73b86c730e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9938b7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f8b931017efbd905068c7b5a495d08b0abf16a2e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/994f94.wgsl.expected.msl",
      "new_id": "4cb091d93b7fcf6e9017844627ef76ef4de9c7ed",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/994f94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6aeaabf728304c3c2c1817beff87a4f563022380",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/99d13f.wgsl.expected.msl",
      "new_id": "02c330eb1b61d63748bbdd5ef7b1574c44aa70d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/99d13f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5394d34de67bd3ac6c9c586b4856f7ec2ce40bac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9a3ecc.wgsl.expected.msl",
      "new_id": "d2a63eac32293d17792d8f2f6f97a02f791107fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9a3ecc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5c16e4a709657719fcb149f88d254a48519b450e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9a605f.wgsl.expected.msl",
      "new_id": "056500a99e2ae8568f406371a2cf2e75058c3cf2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9a605f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3f5a52367a598d23cc7858cc8d8d574685e3084f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9a92d9.wgsl.expected.msl",
      "new_id": "c6803f94b1b2283bbf468f4f152948a94d8a2bb0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9a92d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a33772ff0710ed31fa7f972631766cf9bc7a6f7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9aedd3.wgsl.expected.msl",
      "new_id": "bdbc921fe2af4068f6d26a82005bf0ecb211b6b9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9aedd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ead2f0899751b737022238b5ffcefd0174cb781f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9b09ae.wgsl.expected.msl",
      "new_id": "aa0f0168ea16ed012c4e6f6651827687a10d0304",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9b09ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "452f0114dd8521a3b99dc183588e03f6ed3f22b8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9b37af.wgsl.expected.msl",
      "new_id": "0a36b6b5911e944076660dd10e2029f859eea9b3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9b37af.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ecdc572b6e83d9033ff4ae3a47730beaf3e977ad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9b5b54.wgsl.expected.msl",
      "new_id": "e5502bd6ca90efab000b1d14ca27ad187cce6ca9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9b5b54.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3126635cbf849f0bef7dedf65d8b68384db4c81f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9ba5c1.wgsl.expected.msl",
      "new_id": "eaee4b3df6767b139c9afdebfcde7629ac8654da",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9ba5c1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52660666ba8501312d36f91bd0ee8dc384a8ceed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9c4ff5.wgsl.expected.msl",
      "new_id": "9b29c58351ce2c6d72458625daa40a91a37be5d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9c4ff5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1ac1ece6d0f4add26311725d7d957a5a93528a6a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9c7be7.wgsl.expected.msl",
      "new_id": "eb4305e607e18563e74cd3ed434ef6c7f6895687",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9c7be7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "53c3fd2fc24db0b832c2683eb94827e0ee372109",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9c9b5c.wgsl.expected.msl",
      "new_id": "4b46dee2fd4f406ad5af161bb10ab146649b5d18",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9c9b5c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cceab2373dcd53ad20d24589c1588e6ee054a209",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9cea9e.wgsl.expected.msl",
      "new_id": "125f805564e2b2889b2bcbd4ea389b47c9855d5b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9cea9e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87ed3259bf8025db8a62b5dad91e1f9c58cda9b4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9ceec4.wgsl.expected.msl",
      "new_id": "a9718ed23e9882f396586a5ee56a7517f03d7592",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9ceec4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8f578c4545ec66036a9599c208db777cc80554b9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9cf3c1.wgsl.expected.msl",
      "new_id": "115b77686bf6bd6d04a0934c3218fdb6550cc360",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9cf3c1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bbe6a3e2e79fb1df98eaae1098c04083db646a60",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9d7c62.wgsl.expected.msl",
      "new_id": "7eb243c1b77b51674e245724bbf1eeecc962b3db",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9d7c62.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ccb253b0cc939b80373fd1db25337e8241ff6a38",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9d7ebd.wgsl.expected.msl",
      "new_id": "4750c7e04af9f59588bde29d29a8af4f50bf7bb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9d7ebd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c687526adbbf14c2eca31dc48579f62d63791b9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9d8668.wgsl.expected.msl",
      "new_id": "d0360e35b9494b1ee892d44a3b3b30533b68f65a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9d8668.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f20df04b4574e0c81489f773e719bff4cc856d17",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9d9cd5.wgsl.expected.msl",
      "new_id": "43ac753f082e2eec34536fbe4d8b35c3fcc121ad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9d9cd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e8ae74da8023729c2fc9ca75abf8179154f69e1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9df455.wgsl.expected.msl",
      "new_id": "cc596de5014ee562a023dde37d46213322446d1f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9df455.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39aaf1784af636579c157d24be6de1f1c807fef1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9e3ec5.wgsl.expected.msl",
      "new_id": "dbf4d039a097bb199bc847173cc32ec66814a28f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9e3ec5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5709a5134de0dfe739502f5f1cb6f8c5628c92b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9e550b.wgsl.expected.msl",
      "new_id": "913418217f7b65ba37e5a38e26b6d4c6fa2cd05f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9e550b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "261fca5fc804efc21723859c8e5d8fb40b9315a9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9e5bc2.wgsl.expected.msl",
      "new_id": "6d71a9dde8792078abf9b27919eab7a2c453fe61",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9e5bc2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d28866feedc4b37b2e1dcdcaca5d6c41da35d4a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9ed8d9.wgsl.expected.msl",
      "new_id": "49fc84788f6ea9856b1c68efb31f0b9c32c4a984",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9ed8d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ca9a8237530c99495f9c55cf72b790a381572897",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9f5318.wgsl.expected.msl",
      "new_id": "0c53e27d8588b907ae452b6344522ebc38928084",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9f5318.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e052f1c5e931392c786a739f7d8b9cda20002e78",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/9f7cea.wgsl.expected.msl",
      "new_id": "dae6ea7c281102831975a8d45fb7841180154ff4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/9f7cea.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "631f995198ff037fcf3347dba66e5ff0a35a5a14",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a0022f.wgsl.expected.msl",
      "new_id": "b0a9c136228d3f310342a8a7b68beedfbf3508d9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a0022f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01f652fc324524094c1362eda9c7d5d0096cfa2f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a06888.wgsl.expected.msl",
      "new_id": "83c74198b7c85c9b11fe375ee720b2d1fc5112d6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a06888.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1557616a4b0917caa63fe2006bdb8ed3033a7928",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a0b75d.wgsl.expected.msl",
      "new_id": "2c2c556083a7dc0adeec5df577ed23d53a7177ac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a0b75d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a08b394111b14edf6615d0aeed0789ef6419e521",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a0f96e.wgsl.expected.msl",
      "new_id": "d4df3db78bc0e373a4dedb74e7638d915c6f9176",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a0f96e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5dd75382d3e03ee1bf0c18197aaff02b347529a2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a1352c.wgsl.expected.msl",
      "new_id": "fead8fff596ab675ef03db668b29a61309702120",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a1352c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a72cb59366119e08e7f36083771c21968f516cd1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a139f0.wgsl.expected.msl",
      "new_id": "603eac773af8d2f4eebcc8cbdf4291245021707b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a139f0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11b2d433b7f20da3d1a637cbee68f4305a10d8e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a14041.wgsl.expected.msl",
      "new_id": "a6f349ab0b8309e90091ffb81785bdad064e5b7c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a14041.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f53e0bb9eefeb4f7ed4930731b6e0fc5733b566c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a165b8.wgsl.expected.msl",
      "new_id": "c8f23aee8041417544246abc3659ae989731365d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a165b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb7c7f4be53452d606af77637da69d72703ac3be",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a18cb2.wgsl.expected.msl",
      "new_id": "a1defbf63c11063609b9b7079ba8d3f2cbb34ea5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a18cb2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee703b6e1a695d246194dd616a1f88c0ad6c84c3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a19a12.wgsl.expected.msl",
      "new_id": "2f5d35c6006598142c0ff3b3b322f3797fce0878",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a19a12.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7d3261a21c4d38ba0811d95df5a08483562d6b00",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a24491.wgsl.expected.msl",
      "new_id": "63a5d5cd7cf4b5f4736c84b441192fe2762ba182",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a24491.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "778e31c38d1e4eec73fd90264ba1cc061937526f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a2853a.wgsl.expected.msl",
      "new_id": "5fd87a5907d00dc169c158cb156a0c94a92abac3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a2853a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf827d6b5c81b7b68108ceaa2f6d2f0f6e4fe257",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a2b785.wgsl.expected.msl",
      "new_id": "1165e275021f8cdf15b4be7b6fae69c96c07a495",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a2b785.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "feb8fc42f955e5a9eab688948e2a538d52e4d15c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a35a09.wgsl.expected.msl",
      "new_id": "05ecc02bd0447e014d6b4dce373f4ff35fed115e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a35a09.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "022d5d912587cf6440620e93f306bf64c79d0bcf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a3652b.wgsl.expected.msl",
      "new_id": "621e3c7782bd56c2cb6408ce2ddbd4081bccb568",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a3652b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4984900c3b8b0825a7068084a6d15c96647d19a5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a48681.wgsl.expected.msl",
      "new_id": "5facbc9406db5eb4cde1d141d5d3abde6b55a8e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a48681.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "21034875bcedec7de107dbb552fa6bfca35f839f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a49cc2.wgsl.expected.msl",
      "new_id": "e275a64d8db986b9745f86bb2b5c26626f5db790",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a49cc2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d8e15f14a7b161425b51f4c1a58e18a46ae95135",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a4c338.wgsl.expected.msl",
      "new_id": "2e94c1e64c2f52ab07c3406fec5330192743db2a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a4c338.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "40cdc962bb6ff2d7d926d72f02b2f335961fbef1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a517cb.wgsl.expected.msl",
      "new_id": "5692cf39725204deaae6ca7f9202111eaf7eb906",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a517cb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3bebe3f90be7c016dc3be1808f2018e4a1e76538",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a57ac4.wgsl.expected.msl",
      "new_id": "34398153dfad888863e7709240c09337128038b4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a57ac4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f3a2e0de64d20a76ba58712f882a0971c228cfd4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a57b3e.wgsl.expected.msl",
      "new_id": "cb6f57954d25ae74ede8119e66fba67a68ec4106",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a57b3e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f3c9ceb7f71d018156247e82cce54ed79e155d18",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a5b88e.wgsl.expected.msl",
      "new_id": "3826378aacedc0bc027aeb0132d35918e06a9f03",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a5b88e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f2cf0bd4a87f2eedf9364d82c344bd5281321a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a5c925.wgsl.expected.msl",
      "new_id": "e20151666f865462d5cc8d0de06c7d32f27e360d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a5c925.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19b0b821c12069a680257383517d6a7a57abe603",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a5df61.wgsl.expected.msl",
      "new_id": "cf262a7c4c2808984d2b127ac7670d7d06e1e62f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a5df61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67ff44bbb5ba9ff1bccb828e8eb5e7f602cbc828",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a5e80d.wgsl.expected.msl",
      "new_id": "d1b1c7b1baa1032ed1e461c50ffa9d1fb4346c4c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a5e80d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e2b323c30e8672b375b492d006ce443af755edd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a5fffd.wgsl.expected.msl",
      "new_id": "4604c5348b02bad3d98b6f425fe976f0e8a1cd21",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a5fffd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1218c92c3d1e679b5e02714b028942653aa766eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a66ca4.wgsl.expected.msl",
      "new_id": "cf479394a35835bb614bd4feef825333484b8c48",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a66ca4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7933b9bca296b6c9a6e9a11b5c068ed52df2c017",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a66deb.wgsl.expected.msl",
      "new_id": "f427b391f22ddb74213cf191cfe13e75aa57d990",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a66deb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fcc4378252b47115d41050e6093145acb5e29aba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a6854e.wgsl.expected.msl",
      "new_id": "529dee9c0f459a2bb8d4b998f04efb3a11f10929",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a6854e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ef44c63b01f4bc69fe4225cb347489bb600fca7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a6a986.wgsl.expected.msl",
      "new_id": "63138b4a57b8cfc52afd7aa83043e6d7101e69bc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a6a986.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "785fd7fa9c1b92356267aa1936349da4655d1e52",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a6e78f.wgsl.expected.msl",
      "new_id": "5e4399fcb39c269b936bdee4e12f840ec743d0df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a6e78f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5cfdcfc44f199454ed3de0100242d3d7ee65a362",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a6ef8b.wgsl.expected.msl",
      "new_id": "96e33be213110659ef265d85c0e55cf5a8a94759",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a6ef8b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7fd7fe9568d2ee7f36622902be3072d2f3e035a4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a702b6.wgsl.expected.msl",
      "new_id": "5dd39b7c42e656e8593eec48a90f0c83c3a9e8ef",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a702b6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8d0b7f861e434352bc8a3e16a75f595c36941f77",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a7fc47.wgsl.expected.msl",
      "new_id": "9c9800210edced8d8b1cc46c4c57f155109b1443",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a7fc47.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4fbb70bed720a39931fb3c0439a9b5e6d402b024",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a867d1.wgsl.expected.msl",
      "new_id": "56baa6e63e903170be984c2ad835c15d48047896",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a867d1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b012d28f5c2c99bd7bd7c56ae249ae1a61129ac2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a8a149.wgsl.expected.msl",
      "new_id": "9abd2b91acffb566bf916f0d460cd0645a20d01a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a8a149.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5c2d2b9322d1828ccb0c3a7ebaf4e1cab10b9ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a91fe3.wgsl.expected.msl",
      "new_id": "0f7346769bd28f19de84606df69821b460380db2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a91fe3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d77bd8530c207883e0a73ee1aa2ab94c50fea70b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a9298c.wgsl.expected.msl",
      "new_id": "883b89ebc1e23e1bba1e238e4c1d15d4833fed6e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a9298c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05468903e5664b82a8e6fe1a861e9562ad639c89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/a9426c.wgsl.expected.msl",
      "new_id": "a0beb8932e8d99670fc48a30ba8b35a114b4a1eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/a9426c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7ee21f09b284975380a9fcab0e2553f83f151843",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ab03b6.wgsl.expected.msl",
      "new_id": "734fe43f7f99aafa19089aaeecf1e942f398e92e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ab03b6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87bbdc141beb303ac94a3c8361abe348ea20e33e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ab53b9.wgsl.expected.msl",
      "new_id": "1f7ff99d2a73e9c4c20ee02c5427f0afe37483a3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ab53b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a7d4aa3aa8a4dcabe15fae9add062482c6deba63",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ab788e.wgsl.expected.msl",
      "new_id": "ade1d11a06f2f6cb58bd7d772841f406feb7d138",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ab788e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c963dbefea8758d44df7266971026d7e5b9e34ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ab80ef.wgsl.expected.msl",
      "new_id": "84ab7bd17ebda124c7970302d1ab1e2575b24fb4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ab80ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0ccccfe8f0c7c0c54c2cfbd10bcdcaafc245a713",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/abdd21.wgsl.expected.msl",
      "new_id": "61dbf636de22c4a74b919db4dc01584003876510",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/abdd21.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8badf590942fc68a373c699920a62b9b60cc6878",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ac0a55.wgsl.expected.msl",
      "new_id": "fb5cbea6cc4351db83167198dc548d81c67c2f94",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ac0a55.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "960c8ca4a50189a0818b0b68a40507f312304697",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ac350d.wgsl.expected.msl",
      "new_id": "48d073cbd4a06000f557e2f3e84e9bfbb1e6df78",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ac350d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6759275c78a241f8a516e9104e3151e1c7be69af",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ac67aa.wgsl.expected.msl",
      "new_id": "12498416a2510461942ff1d63da92cef137ea183",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ac67aa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dfff8a00e9671b1605d55be69281a0612708b35f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ac98f7.wgsl.expected.msl",
      "new_id": "ad36c09e03b62e302595bb73c4913874a2e53dbf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ac98f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f42134f5586e60b7165686f876288cb3ed0fd06",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ace9a4.wgsl.expected.msl",
      "new_id": "0ac166fe9bbe7e35b79f6e274994cb1d60e01d03",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ace9a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1857104b84bc946f68b3f13d28647b11bc4503a1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ad6e3b.wgsl.expected.msl",
      "new_id": "73572a949ad76a20d8e4e332ca39f6dd954069c5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ad6e3b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "031d04ac7652ffe821c2b4a72badb75f577bcb97",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/adacf9.wgsl.expected.msl",
      "new_id": "724e64ebca87e77cbad7b46c2e5397802698f8c0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/adacf9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42061287488fb23d7018903b26a25e59078752fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/adee72.wgsl.expected.msl",
      "new_id": "7239f43cdba18def712ec0528ca8077efd424c72",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/adee72.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ededc4813ded16214682809a5d92197a66e2a5ac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ae1ed2.wgsl.expected.msl",
      "new_id": "660cca543a2acbc4bb8857a9ffbbe5f9d622ad6c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ae1ed2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bfd9440348ee2dbd3c7f369f066ca29c426069e3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ae28b3.wgsl.expected.msl",
      "new_id": "9e60e614e8926ea8e37799fed958e313e02156c4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ae28b3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "626dfa1216ef14fdced2815f686efd7252f5d4b6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ae6a2a.wgsl.expected.msl",
      "new_id": "dc9adda42af6a6337f481ae16c4584457b4da128",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ae6a2a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "737ab0e79e60b17926f60dd0e2927c93519565ba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/aeb38a.wgsl.expected.msl",
      "new_id": "e7c8377ae5120fa1a96310276fdfe92b5bdeded9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/aeb38a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7179f21c1e81be96d91f4978b09921883865a8f0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/aedea3.wgsl.expected.msl",
      "new_id": "47ca34d98418427d808bc987afdc2463ea95e3f4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/aedea3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a9363da8356875cf95fa53ffff222315daf0c36",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b07abf.wgsl.expected.msl",
      "new_id": "21d7fdeb7084c0472fb9ffca2453248ef63abee4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b07abf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1dcd2ac0e7da879211248573de21bee06e39060d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b15e11.wgsl.expected.msl",
      "new_id": "566f2e9dc89a790bcde1ada78c87af04d555d26b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b15e11.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97e184bf8771a5b77d4422dd17befedb44c12463",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b16110.wgsl.expected.msl",
      "new_id": "687f125420298058442af50eacd6877964c6eb2d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b16110.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e80d953f0378d849186c7776fea4ebc62388f6e1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b16be2.wgsl.expected.msl",
      "new_id": "eb0ae829c57aa635071841cba89b55216f9f5f9e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b16be2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76f7f36c5bfef5d9f5af050823462e2226c915bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b286b4.wgsl.expected.msl",
      "new_id": "51dc9b7338ad5488785228e2bd2fbefea7d5760d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b286b4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a9730f7fa34fb496359707681d24df5b6389221c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b2a84a.wgsl.expected.msl",
      "new_id": "b2183bbe66cd29970f93f7716288cd5e7a83026b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b2a84a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f73819582435b05ecb57ba1317966802901d285",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b36bc1.wgsl.expected.msl",
      "new_id": "b93fb6e77706ee6dd7a4d3d2f5bd3c3d20b2bc26",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b36bc1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d6c7d9d822983108c57ae356ebbba2ecce70346e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b42724.wgsl.expected.msl",
      "new_id": "df12dbf3f81c1f111b36b2014fa11d608680eab9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b42724.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0e4ec0f0ede5545cee8cc02c398d7f37fada5ef1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b42fd3.wgsl.expected.msl",
      "new_id": "333ca841c5ebad0bde40a158ecf3b43d2d9a2a6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b42fd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "74ad19e15ddad34af73a0b163eb769e7692a39d2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b4389e.wgsl.expected.msl",
      "new_id": "a90d832895d8ff43661ed8f247cd54f264f2e1c9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b4389e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf8f447744e6d60022f8d5852c8de86b625a7e4a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b45055.wgsl.expected.msl",
      "new_id": "19b31dd01e906f40d41afc997ffcf91e936a0a68",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b45055.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28872876743d4cf9631f3e359e1734425b350b5e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b48570.wgsl.expected.msl",
      "new_id": "de1d61799f5f179233963d27e28a796d9f89ffe3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b48570.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48fd5f88c70f880c8c458c73db4d7094689ff288",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b4a5dc.wgsl.expected.msl",
      "new_id": "3d3ab2a05d546324248296395fbebd5a567e3a97",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b4a5dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e4d5c7096a9ee245d985a93f597fd302b384d639",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b4fd27.wgsl.expected.msl",
      "new_id": "d27c45999345fa8ec0d50025c2bb4dabf5d3e916",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b4fd27.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ba689705d359cf9a4c8d6f118252031de8ff1e6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b62635.wgsl.expected.msl",
      "new_id": "1916f7716677591a40a0a03ed828c01d59100276",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b62635.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "211524b76739012c5399433c114a61463fae5622",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b6456c.wgsl.expected.msl",
      "new_id": "5255954869ace0455c1f474af4715a8895b8e04d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b6456c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e151516b3663e49a597b32cf1782088d29fa1b26",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b671fd.wgsl.expected.msl",
      "new_id": "6b4badd3f5f7e7789ac4eed14bd55c95d9a8b355",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b671fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a990df471be5273568e1a1a2f166ef31831a624",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b67239.wgsl.expected.msl",
      "new_id": "7b5b946ca5b8a149cbdc5ed97d34d0a676303936",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b67239.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0219c9e4da04a0defb5205629cd792abbba4186b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b706b1.wgsl.expected.msl",
      "new_id": "1ce19b633b49efc068f736c1e11f403a8ffe3958",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b706b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "63fe6324a78e29496341898e2dea2defbed54bf7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b70ded.wgsl.expected.msl",
      "new_id": "2b90fa67b53b6e5ac6200846fa86906328c4044e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b70ded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7a07e3e04bf39847909dfbd152a751fa10d6cb4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b71c13.wgsl.expected.msl",
      "new_id": "ef10ae54f7c33b7684a2199f242c937cc92a2e04",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b71c13.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78608a7349b28ce548dac7341c2c51d33d1ff2cc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b7232c.wgsl.expected.msl",
      "new_id": "bebc74e97b3da369b401dcb71c151459db5879f0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b7232c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d51ba0ef75c5f8f6df480f390a058e30cdd4d32f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b76ff3.wgsl.expected.msl",
      "new_id": "d5c1584b7385a989e020a324be9b16734961528d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b76ff3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "46736d2a196dd06414841496488579dc6c820b97",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b77161.wgsl.expected.msl",
      "new_id": "53c3b58d7273f888d3dc72b264eeb5edb1c13ac0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b77161.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32eaa782bdd45ae858e5878f20ad8ccad053b842",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b7c59c.wgsl.expected.msl",
      "new_id": "cbba39b3add8b4ff14f6e48b986775d29a69e84d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b7c59c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d53e95327c7b9455761cd7d5c97fca6735ccafed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b7e261.wgsl.expected.msl",
      "new_id": "b07d34f825134c32e35ae165e391fbb4f017ca09",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b7e261.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d37b32772f3b24d221868ec9f3f3ef25bd245ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b88f1e.wgsl.expected.msl",
      "new_id": "f7e871b208abcee4647c20e2efc7ee59b3482460",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b88f1e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7235e3cbd6d0d7d7e3a744095e763aa9bf4134d3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b89ffb.wgsl.expected.msl",
      "new_id": "9fabd664c5577e2abfc191496b059855fff41288",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b89ffb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ad9e1b6b2822df7a199837c89cd49adf68052b33",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b91b86.wgsl.expected.msl",
      "new_id": "be4709f02a57feb4afad6c31e6f0493a0fc28646",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b91b86.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8bcc3c0c73f7c94bbf0a2214ba6fc406cb0ff224",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b9c81a.wgsl.expected.msl",
      "new_id": "d486b4d84db6cbe23eaed0e728d9fe472d51a6b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b9c81a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "513183d28142b04dadc7e911288af2a0ecd746dc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/b9d863.wgsl.expected.msl",
      "new_id": "2e1a11d96308903e0e752e822a07e5b0a0d71e4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/b9d863.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a700c959fcdce9115042eda5036b14769791bc0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ba51de.wgsl.expected.msl",
      "new_id": "60bcc2be19e3cc512b400e86085b3512a119f307",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ba51de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ecd333438b3513af88c3aa7f38be1151d5a6ed1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ba91ec.wgsl.expected.msl",
      "new_id": "f569692f21f4fc0a4e8a125413621e8312e88f36",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ba91ec.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48cedf896a46e055377325f8c0c6d1bfdb2a3c56",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bbcb7f.wgsl.expected.msl",
      "new_id": "d90bb614a0ce4cd6dd744e1a19c301d1e88c9ee7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bbcb7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78088450b89d69cbcb08fdc93de0e0006fa5581a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bc1423.wgsl.expected.msl",
      "new_id": "0ad243e64d39037168e7ada6f6faa46d3d8228fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bc1423.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c4dc490a1d6d224467c9a55faa6810cff748806",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bcc97a.wgsl.expected.msl",
      "new_id": "2e916c3260547d280741b69c3a7a62a7cb479fce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bcc97a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a510079e1f837bbd1fb81ca512d1eff3ee647a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bd42cb.wgsl.expected.msl",
      "new_id": "832e60668e50f782abfd9117bc404cf9c36ed2a1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bd42cb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a38c48a1f10c052ddfd81cda628076f81b44a44",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bd62a3.wgsl.expected.msl",
      "new_id": "eabd4454a1c4f2da95296993f720b4225206051d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bd62a3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f88d564df109904d3666c4893140f1235423ade2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bd6602.wgsl.expected.msl",
      "new_id": "16be85fd69f4fe673ec53c7d7a30772d48849b72",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bd6602.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d3c982bdd036259ef08b78b5c834aafe54429946",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/be6e30.wgsl.expected.msl",
      "new_id": "c8f2fabb5836b7f0b7814a728f18a61a7b4bae1c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/be6e30.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8f0238bb9b8cb0b73991efe7f96b7419f852be55",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bea8ab.wgsl.expected.msl",
      "new_id": "bf52db06277fa36f19b8f3dfd8d3ac699f8e81c1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bea8ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "464b7cbfdd9ff1dafe8f904a970d238f54642ad8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bedbfc.wgsl.expected.msl",
      "new_id": "d889894aa7970c8b7d57dd18805d465909dbf0d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bedbfc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ecfad49599062ca3dcec0bc4d4571f433cbdd333",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bee588.wgsl.expected.msl",
      "new_id": "43d9e8f58eaf5c9b994e1a85d0d95aa2a0be840b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bee588.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d96efe2e69ebacff29067e4bf5a6e718a5a7588d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bf18f8.wgsl.expected.msl",
      "new_id": "65319fa9f5cedb7f827c65b0649e6472c5630ac4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bf18f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5e12f1bc82003e07fa9ec2faf63835d79fba7a44",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bf22e7.wgsl.expected.msl",
      "new_id": "e337cf1172b9164ecf40cfe1c2d1585bdf39b542",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bf22e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae2ed5a6fa9f6c4da4898a304266c468c877365f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bf654d.wgsl.expected.msl",
      "new_id": "8dcd9788044681a58d7201ea464d870b5f81f8e9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bf654d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25c51c59bdbe3168a7f2fe538fc966c6e569bc67",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bf775c.wgsl.expected.msl",
      "new_id": "47cfe27c4686f398888dc328dacd2adfcab363a0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bf775c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2c61c82420d9cebfb516c02bae65ba5f7b18692c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/bfac53.wgsl.expected.msl",
      "new_id": "14182fcd75362899186f2088217649b3a1230652",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/bfac53.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22f359c5ac3feb02cddb7d4bb583eb9138498edb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c06463.wgsl.expected.msl",
      "new_id": "15e7d063621ebdb783caaa822125b7d07fface2a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c06463.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d5b02bf6027bc7b6cb25d49ed80527034883b5ca",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c12474.wgsl.expected.msl",
      "new_id": "09bc00b16add6b2fba64ff761aaeceba22999a7b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c12474.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3eaa5c1f3093a32cceb230c86a8c23a84f54b39d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c1984f.wgsl.expected.msl",
      "new_id": "63e9ae721eabae76c65cf2ce1f2425aedc7e4564",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c1984f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94d07a1657d5dbd5c79f1f62f1ca118bd8701cf5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c1c664.wgsl.expected.msl",
      "new_id": "03df66561d034ec1f3e573c503fed0e50aa18242",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c1c664.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f2e1ec1c95db8f9dc31fbf71d7bc482282c6c84e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c1f29e.wgsl.expected.msl",
      "new_id": "768c66b9489ce69d7476a6c35e6e42894e173efb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c1f29e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b08e03e60ba8722c27981b78fed8f52ff966a05",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c1f760.wgsl.expected.msl",
      "new_id": "560679fcf8c76cbbad9c7bdaa223f75ba3562593",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c1f760.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "529f4f4b0d5b360f4c878a75a8e4d7d123796796",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c2ca46.wgsl.expected.msl",
      "new_id": "a7dca2dcc9ce0c7f46dda0184c8559e639f6d083",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c2ca46.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee10f3521f2bbb79e3860a0b0f37401e02ce922a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c32905.wgsl.expected.msl",
      "new_id": "363a4d372ff2ac618a5175db48a4f0f2c1145a6f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c32905.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "111e4fb33768d9feffff589f013f762ed7707301",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c33478.wgsl.expected.msl",
      "new_id": "11344b7c8e7ff577500c8679d8bb7795b6dca36d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c33478.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ad434f18d08e2d49adbb0ce0e6f900fd1378ba9b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c35268.wgsl.expected.msl",
      "new_id": "7cba86f86dd4cb2753ca55c168ddd88e9788529f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c35268.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bd394f8ccae41d3338445507d7b68af0152e2f41",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c36583.wgsl.expected.msl",
      "new_id": "b44795e3e4a6af98ad3da1371319ce9932c9d55c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c36583.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf2e458c6752b51deef6171451579a2dfddba341",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c3cedd.wgsl.expected.msl",
      "new_id": "3c0bd03fdb144997304a718bbe17cf565c4c4316",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c3cedd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc30677ce1788fe70c98a2025852b89663723222",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c414c4.wgsl.expected.msl",
      "new_id": "e50829d00f5f55e98da0ed5cde7c35dc082c3bb6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c414c4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4672320d8c5d9c8df634d912943cc324724a4993",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c43ab2.wgsl.expected.msl",
      "new_id": "2d1d1eac900b92aca8e9915c6786c554919eec95",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c43ab2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39ab5e21a9619d3564facb0936842bb74147ae40",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c450f3.wgsl.expected.msl",
      "new_id": "48175c54ffb8c1aa7b88d9159891679c4b378259",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c450f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa19dcb61f25020eeca40b0ae8506b29119d090a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c4976a.wgsl.expected.msl",
      "new_id": "5eaec91cbce7971aef1d5bb2abbe86c57d7d5b6b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c4976a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4c94f9b2de3d444ac2b082a0967770e0fbda9f8b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c5a7fa.wgsl.expected.msl",
      "new_id": "1cbd339791fbcccefc46fc60f1fd48e97fdfca77",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c5a7fa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "beff28a9e8d3752fa53c686d293cb308f84c6835",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c5af1e.wgsl.expected.msl",
      "new_id": "e8e3758ab662db624ec50aafb1707b42c87d50c7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c5af1e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32680e1e305fa6f5ff598ed9ef3435c5678cd247",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c63f05.wgsl.expected.msl",
      "new_id": "7ca1ae3c2324fccf55390d6508c621371fbe4001",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c63f05.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67020f250220660946751448251a3011a2d5f5fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c6931c.wgsl.expected.msl",
      "new_id": "1e3ae6b29665e166cd9920a482945812552841d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c6931c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5dc6283f3f871a0e75a8aa51da59db95e3e1088f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c6e73e.wgsl.expected.msl",
      "new_id": "9a522a3d85b53a813b547275cf3fe9cfe36c7e14",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c6e73e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "220bd1ba065a281f41572d14d88644e1b44f1943",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c79451.wgsl.expected.msl",
      "new_id": "816d91e6eacb96bb8ab303cc89c95be9794eb4a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c79451.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cccf27bfe3758c21d3ce294c3b05d05f4ea5abb3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c82af5.wgsl.expected.msl",
      "new_id": "707113238c1dbb3d45f5bdd146ea6d3d604b5824",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c82af5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9cbf418cb3a4328e27ceb0969bec7eb6e77b862e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c863be.wgsl.expected.msl",
      "new_id": "7a632b3937be06f6bfd25e5613c16ba886a401e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c863be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "31f1f324ff8f6a2985e5d48393086193044389c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c8b81b.wgsl.expected.msl",
      "new_id": "94ad4313155d7fbf14e061ad57e92f7bbe7b40b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c8b81b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b22943eadc56c50ff6279b2d11c67f56a5be7f48",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c95122.wgsl.expected.msl",
      "new_id": "e843cfd81f947a1376e4158467ee39dc3ce96183",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c95122.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94634a4df9ae8dfb8094b2fe7c37d23d5a13c270",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c9d780.wgsl.expected.msl",
      "new_id": "283f5d5284be1ba2525c427852e79ee01515637d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c9d780.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19f055e749b34d6fcdbed6b98fe64c05fc3c960d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c9eb59.wgsl.expected.msl",
      "new_id": "dca8cf0f695fde7b29efc3f67b5eede34a1fafa5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c9eb59.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6445b37fd4a22e1a785c3adcee8fbf361b064c87",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/c9ff56.wgsl.expected.msl",
      "new_id": "d8d14de260ad7fd4dead5d73636e933d993b121f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/c9ff56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "69589a4ce934c9035aa62a206d66969a96b03877",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/caaad8.wgsl.expected.msl",
      "new_id": "a3aa8795a385a3cb49693411c3a6e7dad31b73f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/caaad8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fa3eb24e77058f491c63021bbafde96759d74c77",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cb3b0b.wgsl.expected.msl",
      "new_id": "425958de24912d69ff7c2661ecc00ae22d0d00c0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cb3b0b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7890b9e9e227d7365caa76bfafaf1bf4f4881f33",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cb5a7b.wgsl.expected.msl",
      "new_id": "15cc2ab84707ea0293ab0fe52a587718b447db6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cb5a7b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2222319972e39eb642e44f1c23e379921642b4c9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cb6ef6.wgsl.expected.msl",
      "new_id": "a9222657492176c7bd71e0f9ea8863892bbe483d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cb6ef6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c22204136016cc8d15ac0359313d20ce60081e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cc12c3.wgsl.expected.msl",
      "new_id": "070cbf98bb81f943f0d4980a1e19f9328281ee44",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cc12c3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3fcb7635df25e55d0b43708cb8ff80c1fe38b522",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cc8267.wgsl.expected.msl",
      "new_id": "af91edef85ff107126dd98a0db24009a9ac5bbdc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cc8267.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "943aa36a5da02a58f145a9946e15c11e1f08b404",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ccac20.wgsl.expected.msl",
      "new_id": "a5f57056d2b70de1759f86af2c47f57f4cd63926",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ccac20.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e3cefc27c8043b241ba657036caa218bd39e29a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cd3972.wgsl.expected.msl",
      "new_id": "03851ed5f32d719d71d2ee97b7e19047ebd5b7b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cd3972.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa61f10091ca589acd7b5ae155fe1eb254c4822d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cd6755.wgsl.expected.msl",
      "new_id": "04a73ec58b8f088c84ea4caf7cff5a69d43fd569",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cd6755.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d5a70080e795b351dd8527e629b2161fd05dbe73",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ceb832.wgsl.expected.msl",
      "new_id": "42e21a471428e309a35a2b6fff448e09d2c89f78",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ceb832.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "57798a5d319e99ee3c8d0244d6263181105d6eb0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cef287.wgsl.expected.msl",
      "new_id": "26c83ad64d89eee2e7d00c9dc9a03cbac5998642",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cef287.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "887acda8e49e7f352729ead2622271ee70d7bf8b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cf227a.wgsl.expected.msl",
      "new_id": "cc0dbf0ebd9db69baf3999f04237c4fb5c49e901",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cf227a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dfcba4c47aa502257774ec0110a81a5b8207593d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/cf96eb.wgsl.expected.msl",
      "new_id": "960552f2e54b2c9d30318866528c3432e5fc8855",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/cf96eb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8d011dabdcafe510f74052cf53ebd468b937a05d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d093fd.wgsl.expected.msl",
      "new_id": "784c7cc2bf5502b00770ecfbdcec7ab8751db046",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d093fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c42ec94d9aed7a0396e0afc062d24c1369671678",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d0d62c.wgsl.expected.msl",
      "new_id": "8fe755fd7a497025769d3c1227e7d9550cf3ff3a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d0d62c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6168d3b479fafe1986063899d37e71be14557d5c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d0fadc.wgsl.expected.msl",
      "new_id": "2e99df0adcf95923bd970dec2ae05fa62a00baf6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d0fadc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "615e7bb9dc5a7f2dae1bc52a050c433e2613a91f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d1289f.wgsl.expected.msl",
      "new_id": "8afd6c3fec10b822a8e70dbf6024e974b75d8b21",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d1289f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e0df87e05a92db72f343104545a29bde99e940e6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d19db4.wgsl.expected.msl",
      "new_id": "1e688e8bc21ee9ce9fb0871baae7cc74fa4caede",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d19db4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2240e0623ce74b24d112300d9268f10abe16f42b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d1ab82.wgsl.expected.msl",
      "new_id": "0f33eb4dd0548c7ae417cc36ddd26f6410f79557",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d1ab82.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "978ea47698be62b0ddf9db464b64373e80c9140e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d26166.wgsl.expected.msl",
      "new_id": "7c4d42c8fec1d2b61e2319728c1a6f1938114e8a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d26166.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1131277e9fd6bcf07176db800c4af4eb5d05f0f3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d2b565.wgsl.expected.msl",
      "new_id": "4854d7a753cb8cf65023c35aef56a699ad296588",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d2b565.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d315ebef1a4062334867b0de6a3df3ed2dc6120",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d2bd82.wgsl.expected.msl",
      "new_id": "43ac97fe5fa09d7b366ec909cc58647712ccc7fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d2bd82.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67c96cf4fd689c66b157700fbbbf557cd454de46",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d3a22b.wgsl.expected.msl",
      "new_id": "53a182c29e5a6c0bd677288c70edf0d113cbae69",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d3a22b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d410be6aa6372196ced6e389fdadfeca1719cac4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d3a9da.wgsl.expected.msl",
      "new_id": "a3dbbf2817d346767778e08217605568884470e7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d3a9da.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e8c83d630899b71ae7c36327d91c50ed0bf53e87",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d4527f.wgsl.expected.msl",
      "new_id": "39bb0728e510f42f306f2bdd362ff73ae0ecfa2f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d4527f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a90f518858111b4685c143be82bdadc2d23bdd6b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d45567.wgsl.expected.msl",
      "new_id": "332ecec6cb237e093a72c0dc642578c947d6f1ed",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d45567.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9fcf10ff39dba5d2865d8d6b051dbc135bdbabe5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d4aa95.wgsl.expected.msl",
      "new_id": "e7d181a8c1bfb775cb909e789bcb3dbd2cfb31e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d4aa95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05b66f02f5bbc2f23b092cdf815d0c9ff25cbdd1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d4df23.wgsl.expected.msl",
      "new_id": "4bfaacd2ec42eddf5855272c7702f6eaf47b013d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d4df23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d84279eb6238156f34b25413c8532ae1e3e83897",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d55e65.wgsl.expected.msl",
      "new_id": "29fbb061805725c6d6a99b92c047a182e254232c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d55e65.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eb74375f51686f06abe772c654eb43d3d30b4361",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d5624c.wgsl.expected.msl",
      "new_id": "9bdeb55bb6474ce7bc34b77eab7962a7f4d46e5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d5624c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "062fb3fb6be7d962dd27e071cdcb884e3115f8c8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d5b85f.wgsl.expected.msl",
      "new_id": "8096ddf5e23747880c0512b5dc7cf76409e69383",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d5b85f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bed44a0b75bcb24feafbe77973241a8967133066",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d5c9a2.wgsl.expected.msl",
      "new_id": "739e8ef12ed32ef39701320eee1e4bca7ab597d5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d5c9a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e623061f00f3811391bcda08b2ec730a9f3d239",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d5d703.wgsl.expected.msl",
      "new_id": "ddd7bc77c04ee8a647bcbcc8d0ca3a24d0bece98",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d5d703.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48af4835e7971508723ce3f9aa87f7e884fe5e07",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d62991.wgsl.expected.msl",
      "new_id": "f6b6b15d81ff46cb0320d3d765c99e27077f85c4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d62991.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0b4aa6932dfe134fd3ffc64ddb81f56618c5c61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d6e7b8.wgsl.expected.msl",
      "new_id": "6d3bf9cda08adb81678d8548facf2feac0a203e0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d6e7b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d192530500b88c6682dd50a989540083dbeed697",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d6fb06.wgsl.expected.msl",
      "new_id": "1605c8a6f6f749e35cccdb212a6bfaec79a9be35",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d6fb06.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d0d6cd02ad9c1d34bba3ac509ee7615c2a2b626",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d73b5c.wgsl.expected.msl",
      "new_id": "03427b23480d3cbf237a75168c6c48eb67524957",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d73b5c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4a757c41ef7c7b5703575e9a76c5fb5928fd9e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d7b9e5.wgsl.expected.msl",
      "new_id": "eabcade953238d03ba280363861c4f4c7da9df8e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d7b9e5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51e6eb8dbad4342da63496adb7c79c77fc912a7e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d7ce6a.wgsl.expected.msl",
      "new_id": "c1783a7dc46ff371b787ebec13bd01f4eea20740",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d7ce6a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ce09c7bcb9285f668bc18f6c3e3d62da690e3f2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d82b0a.wgsl.expected.msl",
      "new_id": "199a46bd3965aedd43f67ac297d27e066b446d1b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d82b0a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78d0cb9310e8177cf43bc277dee4062e55f72c98",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d86d33.wgsl.expected.msl",
      "new_id": "635ef87f2e488ab460df4122f8b5c123617983b3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d86d33.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7ac7a24ea1cd288feb47788e8a23fcff29d044ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d87948.wgsl.expected.msl",
      "new_id": "076ae598488a47f4900d1b5200f7732de72b21ba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d87948.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6377ba1ea5bdfe40b5724ff4f51a6a5d830f10a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d8a0bb.wgsl.expected.msl",
      "new_id": "99eca2dacd19e9bd1fdd29841b676003b6e9f902",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d8a0bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8213c94f30c1b1ec3ce9c073b7b10d63431da4f6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d8a2d0.wgsl.expected.msl",
      "new_id": "5e3582eed79f22a116a30196a77643ed13711510",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d8a2d0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6e1f4961bb050a4a587c439c0eafddf4be435842",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/d93662.wgsl.expected.msl",
      "new_id": "3280af245fc043041e409924f55a0ce89eddd18e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/d93662.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ce80c858c5a45bc3290efb92237ca44fc85567d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/da0192.wgsl.expected.msl",
      "new_id": "8a1dbe2e467228330b6e9a23a4ef571441e78c7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/da0192.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4fd73e2dc5c736854abb989e9135d9f9d489fb06",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/da530c.wgsl.expected.msl",
      "new_id": "84e8097bb28541ae60bd3dd35b69551a719f1ea7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/da530c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "17cc0fb93842965bb3d43a3880105ccbbffd4801",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/da70b8.wgsl.expected.msl",
      "new_id": "a8af70610a755be6c145317fb45cd7f4f056d3f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/da70b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "609db37ad92749dde048cdf29d5b0956198b0c4b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/da8745.wgsl.expected.msl",
      "new_id": "c74ae85730251a3c1754e715abae8c9cd5f907cc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/da8745.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73b17d6cb3c5f876b01b44feac11319596954174",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/da9876.wgsl.expected.msl",
      "new_id": "f6913f5ae13b0eed386fe7124125dea6ee6d2844",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/da9876.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "49cca854676f7f58599431b61172bbc82b16b768",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/db5128.wgsl.expected.msl",
      "new_id": "3ac6087ca17d7bfb6a90c0adc6a471e811c591b9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/db5128.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99c28bd8f765df0f0168cb5f6673de599a6860f6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/db67c1.wgsl.expected.msl",
      "new_id": "8aa671da73454fd020d4a5c2e10fe85bbe3eca8c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/db67c1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c7a6b55f1b850f78720646cd9c890ba282fa2b5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/db92a2.wgsl.expected.msl",
      "new_id": "df12c148df9196ec731fbdf5b51b157015459105",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/db92a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1372a08e5d0d55917b3cb6972b3f4e03deba79a8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dc5345.wgsl.expected.msl",
      "new_id": "2a5d2e27f1a4ac6a29e6c95d080abff449684e4f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dc5345.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b9d254d7a8fc33c1ff761d557198a07406c7fcd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dc746c.wgsl.expected.msl",
      "new_id": "632fcb847915ab32362855b2cd0b64533aa771d3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dc746c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f4ac8335733de9614f69cbbd7dd8d746c236a4b5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dce0e2.wgsl.expected.msl",
      "new_id": "334af220c4ff96dd3ca87b77751184e5c85563c1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dce0e2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "09edaeee034b6f80e13b5ea5043f8ece462c6be3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dd3e57.wgsl.expected.msl",
      "new_id": "8e7fbbef066b36f49a50570bd8192c0b4dd1e194",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dd3e57.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d0f74ad74ca6760d0818618632d0a302f8de52c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dd7d81.wgsl.expected.msl",
      "new_id": "3d4e9ece35ae141680d4638cd25e5739e69c2faf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dd7d81.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c18ca1106e53c8763d975233ff622bd06542ab69",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dd8b29.wgsl.expected.msl",
      "new_id": "4780a50022093483cd5197fc90241fc4aac104c3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dd8b29.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b1b64a653277c2736971bd3245d10196813458a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dde364.wgsl.expected.msl",
      "new_id": "960fc28e150e930cb491711373c6096d017a528a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dde364.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "13317d2ec0045735c750f0552642d1f8cb24090d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/de2fd3.wgsl.expected.msl",
      "new_id": "164afbed69f7f37bf6433eed89c198e3d3d6184f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/de2fd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "730a76293e996403017e6363d9890095c2b3a3bf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/de38e5.wgsl.expected.msl",
      "new_id": "d3832e2c4cbc689aa0a82ad4f97f80cc54a2054a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/de38e5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "efa7389adbbe758a832d6b013a0448914f4d2986",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/de4b94.wgsl.expected.msl",
      "new_id": "424f226ce80e886b1dd18581bce5d4b2ba16b920",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/de4b94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "55ea70e95fc3ce1f1a1deb6b758489e28505c5ca",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/deef9f.wgsl.expected.msl",
      "new_id": "f50c7007fe2691067e7cb42483f4f7a00b9670c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/deef9f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "053048cf56e24bb082381cc0e6f80ca80c95c432",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/df0264.wgsl.expected.msl",
      "new_id": "554c80d57b45152c71bba84d7f9cd88b61f13f11",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/df0264.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a4ff88c9389112e31cd6c62e10661d3498c9d05",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/df0c51.wgsl.expected.msl",
      "new_id": "01383a12e7a9fe144c2c8da201ed20d34fc7881b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/df0c51.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1517de8ca48d37a2fbc1b5f1f4027c799083b1e7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/df17b1.wgsl.expected.msl",
      "new_id": "1989497d16b60bc4aca5681f3a515e51b99c356a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/df17b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fe654fe99aa73de3ee491a9a9595c1286a8549c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/df2ca4.wgsl.expected.msl",
      "new_id": "144fcbb73c0f1a3d51b475ac3ad19629090a38c1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/df2ca4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "777a0fa89d2fe7e86801adbb25ecd5f5c03aa88d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dfa9a1.wgsl.expected.msl",
      "new_id": "fcd88d69aa223edf1224e5a801ad73a9fd240d9b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dfa9a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f2c5ad8d816b74e2b0319772572cfa585f35496f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dfb4fc.wgsl.expected.msl",
      "new_id": "dd5b2454e2d05017615b2f317c12f77d4720db40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dfb4fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2c91e7887212e1e741aacdab90c184c55fb5fb53",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/dffb13.wgsl.expected.msl",
      "new_id": "9879a9cfb33163e85d94a8510eaec2daaa67da15",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/dffb13.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "266a9f56d084247cf6d5c51c7e2800de69579c11",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e00375.wgsl.expected.msl",
      "new_id": "c219b5bdc21a4956700018fa2e6399e46467a1a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e00375.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b4f4c0688d46c5e72b46f8c0974d1d6e044d26b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e077e7.wgsl.expected.msl",
      "new_id": "bb85ac49ca79242ea043226ee7a02689641b42b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e077e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5376e5db7e6949ddc4a156d0ea6abe3a70d2e254",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e07f88.wgsl.expected.msl",
      "new_id": "261d9254a50ea7d6af1625a7e191dfd96528a686",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e07f88.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3d9f5b7f5846c8d0b2b449ed0583e0ccda7fc333",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e0b666.wgsl.expected.msl",
      "new_id": "5d013df80265a8474010718ea4e6ae8812e6c355",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e0b666.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1b7a5222c197d9aebe7b479f318a3b875c23e67",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e0f908.wgsl.expected.msl",
      "new_id": "dd1ad5413138ed5d6d5691c48d5873e8b7288990",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e0f908.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e81213c3c8f7c2c90c3f3541e3744ad761a8dc94",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e13932.wgsl.expected.msl",
      "new_id": "4f6f18c244137be219d3c6a15409ad016deb2ec0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e13932.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fbf8189be8511ad115831df1ab80e1f6c68ed1c5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e1423b.wgsl.expected.msl",
      "new_id": "cdf0be980ad26f05b449ffd9012d6807290ba94d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e1423b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1d6f08d986716e31204577185e99e9a8b5a4b6a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e15975.wgsl.expected.msl",
      "new_id": "30b32a18751a094a7a6bd54824b0d2b77e2f90ea",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e15975.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f7c062be749021aa62a5aa56aa051000bf5b7d78",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e1784d.wgsl.expected.msl",
      "new_id": "e0298474f0fe8e8be62fc2cc1f8794f76ae2fb90",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e1784d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97f509c962a3315a23313d39ae19f6abb7bb26e3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e20a35.wgsl.expected.msl",
      "new_id": "989fe588c2265236093d6383f46313dceeafd4e6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e20a35.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e331acfa7e6bfafbe7b22cbe613ead6708cd4bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e311a2.wgsl.expected.msl",
      "new_id": "95f351fd4a888454e6354cbd349ae637a4cbdd55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e311a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bbe9a3117581bf8abbc56e6ce78a6f9e20c21c3b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e38281.wgsl.expected.msl",
      "new_id": "2d9884c4c7a3c678e04dba2e0fd58e5969048b94",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e38281.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "054e92e9b266d7ffdfa0b1b9938ead8c55b97864",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e46fd8.wgsl.expected.msl",
      "new_id": "14d66f883cf560310f246d9a0379830269ed922e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e46fd8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5ad0f502fcbed397ac58869bfa0950683ca2ed3a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e4782a.wgsl.expected.msl",
      "new_id": "66e382ebb0051ad5c2b136bb276bf21f923a0a0d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e4782a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "74cae1c9943834fcdd36f4baa7f47db4fa109dfd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e5853b.wgsl.expected.msl",
      "new_id": "b61032ab3daa812ca02299e1177d3ba53e0ea7e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e5853b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fe6e14070a74b4cd34e6a9e6b0c3cdf25669af25",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e67e71.wgsl.expected.msl",
      "new_id": "7178e2aed3fa22c78ae45019f2d9c4e9e082daa6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e67e71.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f81599142056d9c2417b8192ec20592f2b22ea91",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e72bdc.wgsl.expected.msl",
      "new_id": "663edb34df4fa59d9a4e137da7989afa0cb0d57a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e72bdc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "118d2165e4872e8be1222c65cb6e95511544781c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e7c6d8.wgsl.expected.msl",
      "new_id": "42be31105bd890a1335b026cff3e2b1fab4bf3c4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e7c6d8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "29087c25230921823074534be5df468eabc04046",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e82db2.wgsl.expected.msl",
      "new_id": "c2d16144b49148f6e6da6e13ac72efb56fe3dec9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e82db2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "da6bc1e0628aade1229434e9425297bd945f88ba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e84f70.wgsl.expected.msl",
      "new_id": "08ec04d3928cf897630740f9a864259468a67af0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e84f70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5c666708c82b0fbe3b49a9ecd605a44fc310466f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e87f6e.wgsl.expected.msl",
      "new_id": "b4a1157edd1a33bd4d1ddbbb6737943654ad1a7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e87f6e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4e6afc1ba0e9f9304eb5492fa8c620b987736b11",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e885e8.wgsl.expected.msl",
      "new_id": "3d2694a7ab97c7d8a5193fa0125b4dae70439407",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e885e8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "95b8ea8370058c07dd86f2e7668358d2133a1870",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e8cbf7.wgsl.expected.msl",
      "new_id": "eb429f5529d833f95ba116574796559cefb3b01c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e8cbf7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "816beb4aa4f3272eacd968019a29e992a70248d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e8d4d9.wgsl.expected.msl",
      "new_id": "eb60c914448e530227a2ad0c8174ce8a71a6b86b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e8d4d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d9e793d70f9657437d97a8025e7d1c38e1e1f1c8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e8eb23.wgsl.expected.msl",
      "new_id": "3bf68f483753eab2840687d7b81c20c5fe297e7e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e8eb23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0d4cb3c2818dec8ada4951694658cab1188bae9d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e92754.wgsl.expected.msl",
      "new_id": "87270d5d5cdeac8d0c10eab44eedc1be8405a466",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e92754.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bfde7122ca155be9745222c6494507340b8edecf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/e99e37.wgsl.expected.msl",
      "new_id": "68fcb9c69ab200e29a2d4c28eda7c92d71fe2793",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/e99e37.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e380493d2337de3dac35847f8c8c994fab37887a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ea30d2.wgsl.expected.msl",
      "new_id": "3a434f484d7030b7afdef763492e6391c18de5cf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ea30d2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a452113e8d02f7a03f12720374916e3419824b44",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ea3230.wgsl.expected.msl",
      "new_id": "d5a2b6ab2052daf252522b54ff0f3db86ae68ed6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ea3230.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d347ba411d83d663feb8e171f6eb27072d45f5f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ea9b34.wgsl.expected.msl",
      "new_id": "0de256693cbd71f1112694137241401e20fba5b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ea9b34.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc1b94730badb845fb6953a04a5f86d19163cf06",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/eb702f.wgsl.expected.msl",
      "new_id": "d467c434bad80bc2d1bd1dedfa5a392f178177b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/eb702f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39e04503b3f32469cf9841f46b9f9babbb8d3fe3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/eb78b9.wgsl.expected.msl",
      "new_id": "6db3061b5fc84205fe1bcfe00f984b30079a2b99",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/eb78b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e808f364477b0dd042c8a192ad0f42435ecc938d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ec1e90.wgsl.expected.msl",
      "new_id": "8a4d9ca925762eef3e0208e92ff582dd03cb5c5d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ec1e90.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a621978884a8ded9a2b398b7c413f7dfdea1d7c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ec2c84.wgsl.expected.msl",
      "new_id": "e1a392e573fcefdf034c5884ac8ad74cb4b4549a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ec2c84.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1cea7a59e644d4955a7171ee318ea970d33b346e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ec659a.wgsl.expected.msl",
      "new_id": "6a0bd83abbb0db3bf6c265e825a192b2b45d8ff7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ec659a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc40af6e079cea416ac1015c29e308fcda56f8d1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ed2f7f.wgsl.expected.msl",
      "new_id": "7c01ccfdecdfa3f73d349b21fe1b4875a862b07f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ed2f7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c0b9d1b16c83ce2cc5baec2bd6a65d6138ba70c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ed6198.wgsl.expected.msl",
      "new_id": "bad682b7ae77f97838417043f434ca4e7bc57f5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ed6198.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e123e3dab748f4ed91f3783ef39d26ea39f3fe29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ed8eb5.wgsl.expected.msl",
      "new_id": "7ae9a01752c3b226596664103f1da203cb18319c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ed8eb5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f7f9b3703ed5332973acf67e55c4125ad4534fb0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ee6acc.wgsl.expected.msl",
      "new_id": "ac22b3673807e0af2f13e7a7831c405fb57b1032",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ee6acc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee8429f9fc262830d8268c68b32922acd575c5a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ef0841.wgsl.expected.msl",
      "new_id": "5dfe05089e7f9df767ea63f286e609c6dae531f8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ef0841.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "85cb1d77e20a9d880d94f2bb6a1c277840270d80",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ef1ccd.wgsl.expected.msl",
      "new_id": "b7215f62e4b27bc3e6775153d3db0d894ca046db",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ef1ccd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f2fdef51c7a4d73f47ce696cf378a48118dbf874",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ef844a.wgsl.expected.msl",
      "new_id": "3ce828dc71812cf99956033eed032b1e0b2d6fd9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ef844a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "da4190e3908b5a2a43c0eccdba82e5199a1c60f1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ef9f2f.wgsl.expected.msl",
      "new_id": "60f5196d4dc38b49ac185f75d3c199a1c8743223",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ef9f2f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5098f0a543d8099fa21c47b03cf14d748b6b4fc7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/efe5e9.wgsl.expected.msl",
      "new_id": "336f67f612246cf0e219e440feba678494d854c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/efe5e9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73938e771830f8fa337700c8fd4d4bf91c6cd8b7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f05928.wgsl.expected.msl",
      "new_id": "7119cc0181f9840d1c44c6470087d27eb354ba09",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f05928.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6321715a541d5338f42caeef6ae81d218f3f170c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f05cea.wgsl.expected.msl",
      "new_id": "534308d80a34cfd91f14f01d0972c2d932961564",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f05cea.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c461c03075e74ae1a235f41b745edad885e5566d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f05ded.wgsl.expected.msl",
      "new_id": "29cf39a84d74240ab436f830137c2bd011e1b9f7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f05ded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99dc2b04014f9bbd5fac301aed6340361cf17ee6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f07fd5.wgsl.expected.msl",
      "new_id": "ba517c5aa74e49c008d86d4ac8c5d82c67193da0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f07fd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52b137c66db0ea5592f7772bd95f0dfe2c593e74",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f11f66.wgsl.expected.msl",
      "new_id": "66ee89c14bcc06ec3b2921ebe565546b98d4c470",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f11f66.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1b2a1058a711798cbd7f72b77c951e5f8452390d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f1e6d3.wgsl.expected.msl",
      "new_id": "8070268c755f2d54545fdd1be3188d89bfeb4e77",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f1e6d3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b763b2b38c0a6b4557e650fdb9c5e76a007fe4b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f2668b.wgsl.expected.msl",
      "new_id": "2029eaa76526ffd86c9bb6e0fdfc1cfa2cb8212d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f2668b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "579b8ca1d431205cc634471a68bfa02c6ea934e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f29ce4.wgsl.expected.msl",
      "new_id": "defcd74705f9dd818f72242e9f925c613ed7d197",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f29ce4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d6077d4f2dfacc191e52c225280062c7ed5d6e93",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f3010d.wgsl.expected.msl",
      "new_id": "4b06f0b90aea3a1a5d2d263e05a3e0746ea41c74",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f3010d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "49774c0284c1be75a87c36ce6d2535a757306214",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f3ee36.wgsl.expected.msl",
      "new_id": "83c3e71ae4fc5889f631dbd85a472853227d1ead",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f3ee36.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee4e2b4a6b923287578f6af9faa297605000ff8c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f4a92d.wgsl.expected.msl",
      "new_id": "93abefe4ca66cfa79b2f44a6a8441ffa152d739c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f4a92d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "678d7c85994e94bdb35181245f7572e6fcecb14d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f4b84e.wgsl.expected.msl",
      "new_id": "bbcbb95bb00bea620b5dd4ac736db781dfbc2dd1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f4b84e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b52b9a79ef0ea7389490516339d32f4875b292f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f5ee64.wgsl.expected.msl",
      "new_id": "97d1ecbbc560be458d539b51861794529b2894ba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f5ee64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d1dbb1d30e38620af61860c5f1e7573a36ecf21",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f6018c.wgsl.expected.msl",
      "new_id": "94fc69e314468e4e54942662145c78a63197fb22",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f6018c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae091611d06a1592b4228b01417a56df2272fa66",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f62984.wgsl.expected.msl",
      "new_id": "b02625e843cb3830dd146999fae0a28071050602",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f62984.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "356e57bddaddb284404e3a24e1afc7405ee5580b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f64d69.wgsl.expected.msl",
      "new_id": "7502eacf63c785f6f9a91ac7d52964584beeeae4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f64d69.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ab3d3c9684b482210eb8a2f2f9cebf7c6b591ddb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f65ec0.wgsl.expected.msl",
      "new_id": "01575e97cf28d2475b7450c1611ad4fd3a645adb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f65ec0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e1146543971a552ec491eaaf79ccc0f8083f2945",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f66e96.wgsl.expected.msl",
      "new_id": "24af16e6850c771f3f24fab338964c06d44677e7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f66e96.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b2ee4d8b2e59fdd41d3d17efe8acc519ba8cec8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f68b0e.wgsl.expected.msl",
      "new_id": "94092eda45a0f21010a42a8792e40f6e68d2897e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f68b0e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c6ecc81e97644fba956a297fe919405d9698cfc5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f69122.wgsl.expected.msl",
      "new_id": "43cd9c1bc20e60a2a140a5e3faa1ba61b9c4483d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f69122.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a8ee3af05412957eef69f804e903dd761994f877",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f69ef0.wgsl.expected.msl",
      "new_id": "00f49ff9ec4b41ea100064527517d02bf095d5a3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f69ef0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e734eae34641c2582fdc0fa5afb0377ca63d9b95",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f6b909.wgsl.expected.msl",
      "new_id": "a7e3d8c02e0f4c24454d07ca7271f9842c190b5b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f6b909.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f7f67f736f2dc3ea3052a7bc6d05b82926a6b998",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f6f392.wgsl.expected.msl",
      "new_id": "ab6b2ad2e642f29934638541846cf8c873607b40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f6f392.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b21466d20279eed3eb00d81ef4bfec6aaa660210",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f7b0ab.wgsl.expected.msl",
      "new_id": "e0626ffa4bcee06d0d586ba5d947704b3a4b6b83",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f7b0ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3290099de5eaf57ee414fa4b56e0b35b53f8be01",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f86392.wgsl.expected.msl",
      "new_id": "5bd3e7ef6194b3b8c873c61241c3be53a6602d79",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f86392.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c36378682d3158283e4cccd00416579343740659",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f8aaf9.wgsl.expected.msl",
      "new_id": "8cd7e9ea0bee466865f696067d571f6d0b29123f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f8aaf9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1608f3b2f77e19241e53b61c7feb69b66e49f53",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f8dead.wgsl.expected.msl",
      "new_id": "c380430b43c6f2be7d91ca624cace726a632c5a3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f8dead.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28e98c83871cf56f609c158b21db086701f106cb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f975a0.wgsl.expected.msl",
      "new_id": "e3a86bd489a0b0840501c0e3752ad233aba39e83",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f975a0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7c8104c338ab1830665681cee301b5d07df1230",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f98387.wgsl.expected.msl",
      "new_id": "325e27f48a36bd81569da6f2f6702713e9a7985e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f98387.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "23fca9a9573bf97928c9ccca1ac8f2fe41c86ba0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f9be83.wgsl.expected.msl",
      "new_id": "0d71ed5b27be348018836595e294e108c92343a1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f9be83.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "271f82a94b0e998360a7b7dc940b4c88b863a882",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/f9f90e.wgsl.expected.msl",
      "new_id": "17a80252faa34c0fa05625b9994162de418a5d16",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/f9f90e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fe100eca5810b88749df50d07dedf4fcc41810a9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fa2158.wgsl.expected.msl",
      "new_id": "343a3b98eca286a402257a5153b5c52d1088e19c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fa2158.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c7fb80f852a295f730d3d7e6ed8e93011d45fbab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fb9a8f.wgsl.expected.msl",
      "new_id": "13bbef22b4b36070e26eae24ded0fffc340a30a2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fb9a8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "59f469becaa6f13594339e867fc7e49cc7707659",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fbf53f.wgsl.expected.msl",
      "new_id": "e78ddc927ce44ea747c45cef685c41d23e50b32b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fbf53f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c89799b8ebbe281d49845913c1eb5caf3afb96d1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fc43b1.wgsl.expected.msl",
      "new_id": "630d32a4641b71facb4af0c4f542376957ae0df6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fc43b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "90bf146b099c31c98181489db23f391818896e21",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fc898c.wgsl.expected.msl",
      "new_id": "e2f841b09d1a68403a12469322f7715cbb0d4be0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fc898c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "66c9eca7bd2e9721ad2592d4b45de9f46b5f6ae9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fc916e.wgsl.expected.msl",
      "new_id": "c9c842e4d71c9acd060421208c9e4ac577dda003",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fc916e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28f54a311e84b038ec32cdf129847047192ff2dd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fcbe66.wgsl.expected.msl",
      "new_id": "04f40aa761606e14828377f358ec69a93d95c4f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fcbe66.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf14040892ec0a8c8cab2705ac7dddf27aa0ecff",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fd0705.wgsl.expected.msl",
      "new_id": "1f19eeaf731181d4f2be96458d9f7731a8084362",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fd0705.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3bc0aa53278e677102a141fd8cac74c535bb58aa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fd0b2d.wgsl.expected.msl",
      "new_id": "5c7a371a43bda24f691e336928c2c11652915339",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fd0b2d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7393f971205b409284aa163dca79b035210bf253",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fd239b.wgsl.expected.msl",
      "new_id": "65c66cf24fdc30938c64c2d2ef34dcdce3bb7785",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fd239b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a7589b94a6d35093febad0dc001bb5f7b73c8e5b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fd350c.wgsl.expected.msl",
      "new_id": "12c587d6eee5b290249ad6102a51f6383de73254",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fd350c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38b3eed989f1569d965dbde9ff2ab9eff27d478f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fe75d1.wgsl.expected.msl",
      "new_id": "f898c6dbc191585f5338f418aa31e7ce626dd15e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fe75d1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "24b715fa7c843113a192c5906cae0c255f32e5b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fe85b1.wgsl.expected.msl",
      "new_id": "a4f898fa21307174844843935afbd5dd155fec91",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fe85b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fed5f8ff2180980842392493778789bb4adfe272",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/fed7d9.wgsl.expected.msl",
      "new_id": "233005e906cba9c9304ade0f3a5ace8bef17a1f0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/fed7d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a812a656e3fd11a08a9c9609c20e7a09a053bbea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ff10ed.wgsl.expected.msl",
      "new_id": "f011437a83f7bbb452521f920fca32a91b193145",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ff10ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f9375b07cacfc64c53bdb601df6cba7cdf7e60d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/textureStore/ff23b3.wgsl.expected.msl",
      "new_id": "805182a104f901b7ca0ef54d39c67beb4fee76ee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/textureStore/ff23b3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87b4c84c7eb1d7a53cb98bebd7f2de45b4e9e7c0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/32dd64.wgsl.expected.msl",
      "new_id": "e68c4367f8f254ef01f4c7ce395f1d3195f0d816",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/32dd64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e9f574c549042a09d8933253645782373ba69ca",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/553e90.wgsl.expected.msl",
      "new_id": "5b728612411af576819c40d371b1ee7baa207d19",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/553e90.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8500a37e959817685135e0f2951dc95eb25fe17a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/5c133c.wgsl.expected.msl",
      "new_id": "c0387ba6a04e9275a44981b6cde6acea56c2a081",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/5c133c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52874aa53813eaa3662720d3e1714576ae0581ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/66fce8.wgsl.expected.msl",
      "new_id": "a97be71ad39aa7979150c66e9a74f5ca4981a99f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/66fce8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a59855ce2cbc7efb6695a6d44436441bf9228e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/70ca11.wgsl.expected.msl",
      "new_id": "fb713cfc74c2c3a06dbb7b00e5c48e412d6b3cb3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/70ca11.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "edf5bbb11d8e9271376581e8941951acca3cdc79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/7eb2c5.wgsl.expected.msl",
      "new_id": "778840f3deb6966ce2d6262e37404d376e733f44",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/7eb2c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22bc29c79330ed0b72c74655f28418a1e817f1eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/84a763.wgsl.expected.msl",
      "new_id": "f2da35cb66f62aa99ee26a5c83c83c6a83b1f19b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/84a763.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7572140a6086b3acd636e28c1d6f81dede65d806",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/ace596.wgsl.expected.msl",
      "new_id": "0603456260371c9e7c5f4daab1e77034bda65a29",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/ace596.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eb1e7f3f160fc7d43d83ba211f7df0b6c29435ef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/transpose/dc671a.wgsl.expected.msl",
      "new_id": "0852841e0d61e3cbd79cafa65a70187ed9207023",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/transpose/dc671a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "44b91c7aa6ba6a819a8b21554098b763416db083",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/trunc/117396.wgsl.expected.msl",
      "new_id": "6b29275eeb73c539dc6b869824ec43898c176646",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/trunc/117396.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1d197f72968fd980811c1b22de491beeaaf26f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/trunc/7d6ded.wgsl.expected.msl",
      "new_id": "9566aa6b04638079399937809874819ab26988d4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/trunc/7d6ded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1ee70f89a3e4db5f3c184a51b74a2434244d75a9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/trunc/c12555.wgsl.expected.msl",
      "new_id": "969b941b6cca8ad572677da82676782f3656a87c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/trunc/c12555.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8a02fb3b6e40d3d707cc56bd6a6683cd8b5def4b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/trunc/f0f1a1.wgsl.expected.msl",
      "new_id": "472cd25f08ae06b81322a9e0c42be7cbefc8676c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/trunc/f0f1a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d5f216c68711f71e55332b0da328a8e686acc74",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupBarrier/a17f7f.wgsl.expected.msl",
      "new_id": "02c1c86ef7400ec325f522bd8c0aaa7a8bcce1b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupBarrier/a17f7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e65d98d87d45c155a3dc77c090be5a684ec02a4e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/37307c.wgsl.expected.msl",
      "new_id": "195c262f26d05745dc44fbfb62a9875beca57790",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/37307c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80aaabbbebadcaa76d8ea85fc27a0f7aea3693bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/7a857c.wgsl.expected.msl",
      "new_id": "5522d7d1214751c4d50c00240c08d90a08cdb67c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/7a857c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5fb0898ff8ff2dbd96c80182afc9a1623c5cf138",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/7ea8de.wgsl.expected.msl",
      "new_id": "f989871d91938529fe75612a800855f42089d7d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/7ea8de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c8dbcc7e330bbfbc9484f6747b0017970a0fa9f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/92df56.wgsl.expected.msl",
      "new_id": "e4e9bf15e9404b8ca0d8c7252dd97c75ddacf660",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/92df56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2465a6d8a5859e791fb2ba1b3df5dbc43fc50e58",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/9d33de.wgsl.expected.msl",
      "new_id": "5577054460a08313ef747f6917774809895df400",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/9d33de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "749f607e53558d044a033240676f38fa8ca6bc7e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/b75d53.wgsl.expected.msl",
      "new_id": "27f9cec84650cfc69a38e83abfd16250f301122d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/b75d53.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb4b10e37f20bdbf64346bfb46813605b2474133",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/e07d08.wgsl.expected.msl",
      "new_id": "42af169a94c5f6ca0d92e74c461fc06c59fc19be",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/literal/workgroupUniformLoad/e07d08.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ea1ecb44a803bb6755ff9893144f2652a7f3faa6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/2f861b.wgsl.expected.msl",
      "new_id": "419e1b7865a279ef48e5f04637d6e7a218ce110f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/2f861b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91d1b46111d10ec6b9ff2d0f1785851adae4ca7d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/577d6e.wgsl.expected.msl",
      "new_id": "f9b960a671dda2b1115517a9bc9cd1be684c9f0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/577d6e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "524e6b321c22b9e62e8f63ddb1e259a76b8d4584",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/5a8af1.wgsl.expected.msl",
      "new_id": "29b8952661e44ce698281ab82616eae6e58e69f4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/5a8af1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16833d391fd99a14c71612861a544a99a933eec8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/82ff9d.wgsl.expected.msl",
      "new_id": "dccfe48d59d387d26c7ccf3c005d070c63106173",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/82ff9d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "168a8528367da6ee3b1e29bc39c0457d014ac554",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/8ca9b1.wgsl.expected.msl",
      "new_id": "2f63ed6e904911f719f9942754f65b1ca9f1fc59",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/8ca9b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f4ebf5f8baa416b85ef0e47ad571e14dd759360",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/aedb6d.wgsl.expected.msl",
      "new_id": "a19773cfb7d6b1bb947a3567a61154afb068dc61",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/aedb6d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7887cbb39387169459eeca2385c06cbc07abbe72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/c3321c.wgsl.expected.msl",
      "new_id": "0ed0f2296795a8794b93fe9291928e336fae9647",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/c3321c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78aaef2f819827767c414ba27e51db940198ab9a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/abs/e28785.wgsl.expected.msl",
      "new_id": "cfcea21d983a95c448901711d54467101e0d2317",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/abs/e28785.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f8458d554c627cfc4c90157819355fecdd847017",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acos/069188.wgsl.expected.msl",
      "new_id": "45bb58f160c5b9acdc084c047e8a589747e10199",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acos/069188.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dcd667ca2390ba529aaaa965561f6a76fc97f8c5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acos/15d35b.wgsl.expected.msl",
      "new_id": "026c62f3a7a46949f8b3f777e3661fce0966142a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acos/15d35b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ef78ac723a612280ffaa3b0fe5c5d702b84aa4ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acos/4dac75.wgsl.expected.msl",
      "new_id": "12d8f55855640d3dfeb5fcdbaed12ce3d9b3259e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acos/4dac75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5abb5cec965b73de8462d863c6ecbb5b9fe72e09",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acos/5e9ad2.wgsl.expected.msl",
      "new_id": "f9fa644d17272b5aa2741182d46288de7c32e7b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acos/5e9ad2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6af8c0fa6d4bd04ecbd98bd56eaa10800b3cb55f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acosh/17260e.wgsl.expected.msl",
      "new_id": "31c348b70b28cb49f6f0c528b93c05f0f6b73177",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acosh/17260e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "81f9e3f0a44b48b0314b78f3b1aa0fc1550423df",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acosh/3433e8.wgsl.expected.msl",
      "new_id": "4207a9a117ecac21d0ebf5ecde6f74ae1a3784fd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acosh/3433e8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2877efd86c109bb948fd5f8e12093fe6b3b747aa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acosh/490aae.wgsl.expected.msl",
      "new_id": "b26f225ab293b48186c90e4a76f75cc82c404e5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acosh/490aae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b2259e36ce1d3a022a5a08bf01279b293a21fc72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/acosh/9f213e.wgsl.expected.msl",
      "new_id": "629b0ce15f8cf4f82b311ca222ec3533756f0503",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/acosh/9f213e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "66a095db0c8b57df6e1a52a65bbde65ea9a30305",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asin/0bac07.wgsl.expected.msl",
      "new_id": "6bdeb6ae46ec2001a9c729c092d0d7d3a8bb39aa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asin/0bac07.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2c33e866cea09efa225f57342ecca5b831ca7c0d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asin/64bb1f.wgsl.expected.msl",
      "new_id": "076df6f872142a32cc5a72e34650a4b423ab71b1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asin/64bb1f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc004fb2ffa3f8d6919e8aa1b56c282dc21b7f20",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asin/a5dd88.wgsl.expected.msl",
      "new_id": "56a86e730ae3f6b0ca493c217a792072114b0d9a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asin/a5dd88.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c7ccf01afe96f1edaefc09fc6970acb3ddd1a1ed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asin/a6d73a.wgsl.expected.msl",
      "new_id": "08fc1ee31918084c1ac82de954d32ad430c2526f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asin/a6d73a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65d6b2a59d34723a7c240a5f52f9378cced11a12",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asinh/16b543.wgsl.expected.msl",
      "new_id": "ed5ef16a411c6cdf37b16e52adfa285c8ad578f2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asinh/16b543.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e18f7a0d702fa818d50ebe41b542f3000354d7ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asinh/180015.wgsl.expected.msl",
      "new_id": "5d7af28fa71cb5c0aee9e4ac17de2532f9090c5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asinh/180015.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "682cae50d7a9fb12760fe5abe4fe34b22086b224",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asinh/51079e.wgsl.expected.msl",
      "new_id": "2bbc77f8cdcf0a01d5109845c0963d64fb9625b8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asinh/51079e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc4f4155f99f4b8dd8ecdbed43ba01d8891fae89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/asinh/cf8603.wgsl.expected.msl",
      "new_id": "27258d21204314f8c7d37211dfff9a2b7842a061",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/asinh/cf8603.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9224f916151ad987f5566d964222892a0133b5bb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan/5ca7b8.wgsl.expected.msl",
      "new_id": "6b0b7fab4545a17ddbe1547716067dc68702e223",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan/5ca7b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "21da3ae3fd7039b71321c897d9e0954f97b007eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan/749e1b.wgsl.expected.msl",
      "new_id": "f8ec5e356fa3cde3e57a05e71b6d74f238adf1e0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan/749e1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d90f9014b9636a8aabb88ee47b7f9b27d65bfe5d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan/7a2a75.wgsl.expected.msl",
      "new_id": "a7927bc0c9f5760a691a8fa485238d7c3d901ef1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan/7a2a75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0dda5f209b742611772064695a5525034d15b980",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan/d17fb2.wgsl.expected.msl",
      "new_id": "6757f98c60515c69f7304b88e993528bb2080d5b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan/d17fb2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "88336b4fe57f42219ff60a72a4d21e421c871b7a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan2/034ace.wgsl.expected.msl",
      "new_id": "4004d989de9334c6f976cb2c3c7f6d991ab1fd81",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan2/034ace.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c6c3dcdf70155d163c9d24a9f6ad00fb03ce729",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan2/3c2865.wgsl.expected.msl",
      "new_id": "bcbf17f186108ee903b4025e8f484b6061a94491",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan2/3c2865.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a65961bc4311a00f9c8e14a44ed64b5d611ea647",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan2/c19683.wgsl.expected.msl",
      "new_id": "675f73b55f4dcec168c240d043804ca078639b43",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan2/c19683.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "416ffb56d937ccb21b68741e9904fda92768a41a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atan2/c4be45.wgsl.expected.msl",
      "new_id": "378e71c7ad0d5deae97a29b6c889fa565549fd8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atan2/c4be45.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5780f03e089c9c138fa5e52f6ed3b8b596024982",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atanh/70d5bd.wgsl.expected.msl",
      "new_id": "d288b7a56224a8fa562641d042a501eed04cfb59",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atanh/70d5bd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c27d8529ab1852b9475127211f1ad0193f424ace",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atanh/7f2874.wgsl.expected.msl",
      "new_id": "5c855eb8421379118702bcc4bb68caf664035264",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atanh/7f2874.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "10fdb3c2411dcae77bd3e21d2cef22cf744e4a29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atanh/c5dc32.wgsl.expected.msl",
      "new_id": "15bf449ee9eccc05a02cbe2783f774c39845027f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atanh/c5dc32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2c745baa0e0a440900b3a58651e23e0f058a1eb8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atanh/e431bb.wgsl.expected.msl",
      "new_id": "3e67e7d422c5d0bf3d9b81e036c4caa589c6ad6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atanh/e431bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "511ce7499671ae8c690c2df504a2c7b769328df6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicAdd/794055.wgsl.expected.msl",
      "new_id": "676c5fa153cba142d973de088a8276d5e739ef62",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicAdd/794055.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c100cf1d9c81919920f8daf127695d45f3ab130f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicAdd/d5db1d.wgsl.expected.msl",
      "new_id": "08e106809f39c24040e141321c32c7770304c4d9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicAdd/d5db1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0fdae548d9e1f74ac3df82eb0bc5cedc714b1580",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicAnd/34edd3.wgsl.expected.msl",
      "new_id": "3c4295da0f57435442d4f673ae924bc10323e88a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicAnd/34edd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "362ba9f860128d2a8479bc1a99716bcc048ce6d3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicAnd/45a819.wgsl.expected.msl",
      "new_id": "f666e4d460af3911f42012949ca994b5864f840c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicAnd/45a819.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d030a98e40115d1122f64aaaeeb97a0baccbe32",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/1bd40a.wgsl.expected.msl",
      "new_id": "67460d484d2011ce3a55e6dba79f2f7ac9b8d279",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/1bd40a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e47eba512bab63ec12ba301945d65f1daae38154",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/63d8e6.wgsl.expected.msl",
      "new_id": "5f040d9d0ed5d5951e26e6687e9148ab10615b0c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/63d8e6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "68a4b8734de79d8b43b2bac50908ab3b82cbb0fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/83580d.wgsl.expected.msl",
      "new_id": "b26beb789e4cf8dffb63c7da92a23dff587e61fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/83580d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78b87adeb91eb1ed2ef2830acd5256e211b77798",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/e88938.wgsl.expected.msl",
      "new_id": "d372f8b3fabd403a22837ea881e77cf5351983dd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicCompareExchangeWeak/e88938.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9fa7711664a0d27b8541a561da7cf43db954dfa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicExchange/0a5dca.wgsl.expected.msl",
      "new_id": "fc76807ba3765c702f215001ad97bc98f0eb67f8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicExchange/0a5dca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8bf6aec0c430fb8c3d0f799c6cf560368d4d99c7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicExchange/e114ba.wgsl.expected.msl",
      "new_id": "b73b0690d0da0f8c8578c9428db806fa90df114e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicExchange/e114ba.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71f991503007005a519c09988fb428d134f3efa5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicLoad/361bf1.wgsl.expected.msl",
      "new_id": "69224d3bac9269def34caa84ed7b0fd9159ba2e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicLoad/361bf1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "abb9a47932cda22192bcc46ecf01531daef10f8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicLoad/afcc03.wgsl.expected.msl",
      "new_id": "0b72f1ee675e807eb6dc40fb90da32c9f61788d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicLoad/afcc03.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9925a18fe4e80097c2f15a12d39256764a49e917",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicMax/a89cc3.wgsl.expected.msl",
      "new_id": "374458180399fde0d4ac73d44d0ffc7c61ea0aa7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicMax/a89cc3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fd37236b9212715675f901386350536ec048acd5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicMax/beccfc.wgsl.expected.msl",
      "new_id": "bf07a64e032982db2704b75e10ac59b5c3ed8cd1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicMax/beccfc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4d7dfcb829da87c511797ec0c7a0af58ec30fd0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicMin/278235.wgsl.expected.msl",
      "new_id": "f2e7734ff7d826260671be9b18828d618099b5e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicMin/278235.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f83eb5f4fec1180e7b154f151f43fb7c059205c9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicMin/69d383.wgsl.expected.msl",
      "new_id": "487b75c72a5f6927811a8822d173a52f0001ef7c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicMin/69d383.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b86fbcaa9918cf6880cc06ced7b6aa59888cffa3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicOr/5e3d61.wgsl.expected.msl",
      "new_id": "42549e66ba5afc818888d56e748e7785eb04ae48",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicOr/5e3d61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f602641723e84615168a3ae92fa5328fc5ec8688",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicOr/d09248.wgsl.expected.msl",
      "new_id": "91148ef1e429e4dec68955895bc3f801c80b85ba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicOr/d09248.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "720e503e09003141347f3a09695fb0e7acf8c64c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicStore/726882.wgsl.expected.msl",
      "new_id": "40b9fbaa2f7791261cdd18442fdcd7dc8fb95f66",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicStore/726882.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "576a8df354bf95bad1835f26879034de414ccf4e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicStore/8bea94.wgsl.expected.msl",
      "new_id": "a38ba9b901d5bed03550acfd748419ac13b06b82",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicStore/8bea94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e41947dd711f3e51591cdd774cddef47affc2713",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicStore/cdc29e.wgsl.expected.msl",
      "new_id": "d7dd1e47d58a6bf4bd849724d99dad86d0ceeca6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicStore/cdc29e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2141ed00ec7450d5394c03c7aa817df733f32762",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicStore/d1e9a6.wgsl.expected.msl",
      "new_id": "d8ecc6e9ed88a80dcf8d19833e97b37b3121276b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicStore/d1e9a6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9aa6f4e125144728cd639c06765c1479250e9a2c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicStoreMax/707bde.wgsl.expected.msl",
      "new_id": "deb3ed0bc9be658c3891b4e8150889fd6991eaf2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicStoreMax/707bde.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cd06c97484a779e20a41395d5ebf17f9c65b33bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicStoreMin/f5f229.wgsl.expected.msl",
      "new_id": "57d65cefdb8685c34f3293efe224838a6f7f435a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicStoreMin/f5f229.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e44bad848c0bff1f42218170aeac42ea44e3047c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicSub/0d26c2.wgsl.expected.msl",
      "new_id": "dafa2bff5fa566662de9d5a0fd5276ddcf46b172",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicSub/0d26c2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ebb75eaed8b98cd030a8c644d0c0fc5d09a4d3e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicSub/77883a.wgsl.expected.msl",
      "new_id": "e26ea81e7171e7eee783de04dae7e1aaa81e4e4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicSub/77883a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "182a49d56d3737201806c12faa830bdf4d2b93f8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicXor/75dc95.wgsl.expected.msl",
      "new_id": "cb6bef296900b7a85cc111d4d3254bf8f5eed3db",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicXor/75dc95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "40168af299e0cc5c9af82ab78e6bf0518564e0ef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/atomicXor/c8e6be.wgsl.expected.msl",
      "new_id": "803854171e4af9c12c873c15999e61a9bbc79a88",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/atomicXor/c8e6be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e84892cc5a56ce90ea006b831d558124cf2ece55",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ceil/11b1dc.wgsl.expected.msl",
      "new_id": "13facff94d3f03cd00037f206cf8a18cbd31b76c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ceil/11b1dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0ce2884060302f3c2e6b45a65e67e724f6c66276",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ceil/32c946.wgsl.expected.msl",
      "new_id": "c7e96538c3c95de233681a2b6a0d670d4d1d5380",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ceil/32c946.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "46a597f442cf69dba8b9ee1d1252ae6fa58ab4fb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ceil/bb2ca2.wgsl.expected.msl",
      "new_id": "73a054656babf73a91d92d875cea86b3e8b3cd75",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ceil/bb2ca2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c3ae332d8315a9f4477c5b4cd69689257ebf9e63",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ceil/e0b70a.wgsl.expected.msl",
      "new_id": "62207accc05b35999ccc370734100acb64bf6ab8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ceil/e0b70a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5a9ac95ecbd2edf7154269462553753e37b5293",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/177548.wgsl.expected.msl",
      "new_id": "f5469d0e0639e03e78459e7419c433e1029e77b9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/177548.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c5b8c8eb149bb62a90309bbf1b6024e039e2b4b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/23aa4f.wgsl.expected.msl",
      "new_id": "ce36c711f2bf3b3869f01ed0135560a96d8a2610",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/23aa4f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "69699a3d2304a9abd12d6f401fd90d24a0dcd956",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/5cf700.wgsl.expected.msl",
      "new_id": "cea1532d558b85294e3657e87fb9aef2f5846f75",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/5cf700.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c74124ad58465d793d70e8fce4e5894affdcbbb2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/87df46.wgsl.expected.msl",
      "new_id": "dde78caf976cd856b97d8880138429e4dd049c82",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/87df46.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b20beb7d6b15a2d37b5b109f2a97d50b4de832ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/8b1eaa.wgsl.expected.msl",
      "new_id": "40d02a850db412c9ce2b64dbdcb6f6526e6672bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/8b1eaa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "997e2c88223ab1a3488101c8e8e8f3bdd633cdd7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/96e56a.wgsl.expected.msl",
      "new_id": "8956ab652e1059e22d8d9831078eeff67301c55f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/96e56a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a7058e63c4aa49d4965d8cb990b7c619108d2f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/9d731c.wgsl.expected.msl",
      "new_id": "e0c01661db7184d8664415d100b27b4f100558d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/9d731c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7a211ca66e09ffdfb0410d3e4780db57eb17f3cd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/clamp/d396af.wgsl.expected.msl",
      "new_id": "84d61361149d13457d6698aaf30c09321ad25f07",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/clamp/d396af.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6008884d0d9d22f7b640923b50f11f1e6ee929d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cos/47d768.wgsl.expected.msl",
      "new_id": "eb6b0746bcfa771784f9708031219743087769ea",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cos/47d768.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "41774618fe7f30b6903c1e22aa063f902bcf3d5c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cos/6b1fdf.wgsl.expected.msl",
      "new_id": "c731017c800b56ea02b841db9eec4014118508e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cos/6b1fdf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "02b419da8d87ed4f68065babea31694769942abe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cos/a297d4.wgsl.expected.msl",
      "new_id": "89dba439ab1070915fa5cbc1c7b53e55b75b7ad9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cos/a297d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a5813e645b448126e2e9051da50e607c933555c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cos/af7447.wgsl.expected.msl",
      "new_id": "1578dad3cd1970053b82ce2e7bb83fdb3abbe309",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cos/af7447.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cef5c4a0d6029cf367b2e750de0c3ad9f993a7f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cosh/432645.wgsl.expected.msl",
      "new_id": "a899e4fe89417b0ad6f830dabf4dc94ebe174f8f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cosh/432645.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d4af41a075f7a28e8a85cabe9f46324ad9e9971",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cosh/c892bb.wgsl.expected.msl",
      "new_id": "8f756dfe10ae3eb536c2904ad5741e1ab18e9e20",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cosh/c892bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fdf870fb30e357dd0144c99a45f114ddfe383fd0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cosh/d8dee7.wgsl.expected.msl",
      "new_id": "6edeeb7374bf017d9dcc42b8b6d511691166c3eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cosh/d8dee7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "caba8bd82b7dee8dc520810905306fdefd6f736f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cosh/f67ff1.wgsl.expected.msl",
      "new_id": "fabf36423fa078905a949c237d4b9d9cbbadcf0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cosh/f67ff1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9de4c67677d54b06a5eefb9fe6e94541ab9831d4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/cross/1d7933.wgsl.expected.msl",
      "new_id": "c1ce8bcb94e3635c04040d130b5aea71c1bfbff5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/cross/1d7933.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "658487bfbe1aa0f27614e4c29a18770213ef7821",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/degrees/810467.wgsl.expected.msl",
      "new_id": "dea3527db9012b3021a39d628bb64ac7b604b192",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/degrees/810467.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0869745be9d0f977f170a8a531479175b67fe87",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/degrees/c0880c.wgsl.expected.msl",
      "new_id": "7aacc72a93ce3fe217993f5bdf0bb89e0e2dadbb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/degrees/c0880c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ba9d3e2efbdae7e11a912b56073d3222c9cc6cf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/degrees/d43a49.wgsl.expected.msl",
      "new_id": "b5a134417e334a1ac3394cfb1c64ee4d755571c7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/degrees/d43a49.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1b28880443902e8ad271a56fd7270f5a605764cf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/degrees/fafa7e.wgsl.expected.msl",
      "new_id": "d1a0bf756f3df39f0665e6eaa1e441bc59c4b581",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/degrees/fafa7e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42fcc3ce861c527d08d8125d316d2f0c6bd06e58",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/determinant/1bf6e7.wgsl.expected.msl",
      "new_id": "53a9aef056e2366b8f6b418efa1175ff12234830",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/determinant/1bf6e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb7cdb8f87a0f38aa99f4848211d011ec522c3d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/determinant/c8251d.wgsl.expected.msl",
      "new_id": "1a6d227404286db14798dd346eb600e0688ea873",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/determinant/c8251d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4313a3798eae68eed3362a32576036635b51c89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/determinant/cefdf3.wgsl.expected.msl",
      "new_id": "d3a779f3bb4ffac1a10ffc1b3f77b8d0500284b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/determinant/cefdf3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "142a56e0f61a4a527f55b918220d05ecf9ef3a28",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/distance/3a175a.wgsl.expected.msl",
      "new_id": "4463811dced1be00413aade9fe65b0bc6bb4e77a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/distance/3a175a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "428438962e5d0c2ad2c7c7026a78625a08c6b348",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/distance/83911f.wgsl.expected.msl",
      "new_id": "6ba529ae07abe59378fed0bc00d2666e9e850722",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/distance/83911f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a5825dbaaf303b8299c3e60bf78d3b429047705",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/distance/ac5535.wgsl.expected.msl",
      "new_id": "3535173f825ce8d234badf7433f7cc4aaf187b84",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/distance/ac5535.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a9ec708328d6ad6420b73dafd2a9376b96241958",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/distance/f9c9ee.wgsl.expected.msl",
      "new_id": "048e538e6922749293aa72370f5befd050980ead",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/distance/f9c9ee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5e2967a0ed57edd76ca2baa4eeb7117807711534",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/08eb56.wgsl.expected.msl",
      "new_id": "dc6e3e59e54f99a3274f7eaabe398b8d78dddb89",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/08eb56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc1bcf16a4b1d70398d6ba34cefaffb1dc556d2a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/0d2c2e.wgsl.expected.msl",
      "new_id": "b2060d86ee80a529a715a60b9bf5b5db6ff23460",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/0d2c2e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05403a3f0c75ed0576a261ae85e2a20d5a38e534",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/14bc63.wgsl.expected.msl",
      "new_id": "23b594653ac4e062e23b862037474ffc19805501",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/14bc63.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc18abb4940e0c2c142920177da561873be6ce5a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/5a4c8f.wgsl.expected.msl",
      "new_id": "109c39a11b2a9ad11ae559f13014c5443429e9da",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/5a4c8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a7626d81ce7a303618e08759bdc58c6b9a245f3e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/c11efe.wgsl.expected.msl",
      "new_id": "365ec2b108bc769a493f5f4dde586a6c2e24f9d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/c11efe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60624f2913a236cc6512d7e0f329d0cf7f71ac43",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/dot/eb9fbf.wgsl.expected.msl",
      "new_id": "cca8885334cdfc947f8cc896408b6140857c430d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/dot/eb9fbf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9353ba5a2a3d37ddf58a6bcf77058acdac2c98b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp/49e4c5.wgsl.expected.msl",
      "new_id": "9fb1867795f6a9a3c5bed6c868d5bd19d91cf503",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp/49e4c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "df62bc1de2f7758b164b5f0724d8faa753280382",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp/699629.wgsl.expected.msl",
      "new_id": "11f1f03378f31eb22f9a6f00c02a7942e1f73917",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp/699629.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2db32f2954d15815fc1e886e67e4056a74376b54",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp/bda5bb.wgsl.expected.msl",
      "new_id": "198d6b090974f40fc368ba86c6544d758799d24d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp/bda5bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c665217434959dfa0aa73d83e4d192d00a651c4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp/dad791.wgsl.expected.msl",
      "new_id": "c32a8726f9bf1d9270c6f1930b02a41071f7b8d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp/dad791.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1da2320e734f234be446a88ba88790808ed1b1bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp2/18aa76.wgsl.expected.msl",
      "new_id": "f049b76c6ec01596602126937cae4fd8a7f3f7a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp2/18aa76.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32bdb5081627068b1c83eac9ccdb332cc1518274",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp2/303753.wgsl.expected.msl",
      "new_id": "d1d33d813ef45f8aa87145335a77791985eb94bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp2/303753.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5f1320b2390ddba8a6f587f311c1fa35bfd4ff28",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp2/8bd72d.wgsl.expected.msl",
      "new_id": "fdfe4bc9e52ba1ac54e312b009d5bd05711fcb85",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp2/8bd72d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87d1277933ef68c50e1d75867669628137b32189",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/exp2/f4f0f1.wgsl.expected.msl",
      "new_id": "0ce9c04cb227d14526f760536aae1a9756977daa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/exp2/f4f0f1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "098511bb4034399feb57dd51dc38e0536e359c62",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/faceForward/2c4d14.wgsl.expected.msl",
      "new_id": "1bf9b4e3718217a3da73bd9555cfad613f480bd0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/faceForward/2c4d14.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a762ab944f5f3ed798ef1063fde164664cbdf19",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/faceForward/b42ef3.wgsl.expected.msl",
      "new_id": "646598148d81aa2d31a372cb5c243d4bc12ef937",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/faceForward/b42ef3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebec888d7c1a77d3387e770dedb14f8d3293cd44",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/faceForward/fe522b.wgsl.expected.msl",
      "new_id": "1c60ba8765336e8574fa721a93fb0df55669e0a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/faceForward/fe522b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "654b5ca557dee47b0f3bfe0e501dc571de9e7435",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/floor/218952.wgsl.expected.msl",
      "new_id": "c42719e057596472fa283b8b8681b9b8f43ab1c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/floor/218952.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "02452293a92e1f6816f326595eac15d1422278ed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/floor/953774.wgsl.expected.msl",
      "new_id": "5e1c060e0adee8ae32c5915ebfc715128adc3922",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/floor/953774.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b0708d79f87fb5ace80b76afcc78fb2f9ebb3552",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/floor/dcd5a2.wgsl.expected.msl",
      "new_id": "b7b6a25992089cf0854c50d88b057120af1e6f30",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/floor/dcd5a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fa8e3f94fe0bfb4c8f2663e287df6ff28dc6d6f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/floor/e585ef.wgsl.expected.msl",
      "new_id": "7ee9856e729c0da64e558b61d06879f57527e099",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/floor/e585ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6c8ccd5fdc89929e791a9dcef9f0f7d0289dff50",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fma/143d5d.wgsl.expected.msl",
      "new_id": "9ada24fc27c660afa0614f170b23c3ab42c83402",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fma/143d5d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b4bf932d4ad35477c2721932de8eaf50090afed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fma/1f5084.wgsl.expected.msl",
      "new_id": "c2b31a2492c29d6f2b153f814aac53d109b7385b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fma/1f5084.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9026d8717c120ac9f2f10d6f6d45be9d508215af",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fma/466442.wgsl.expected.msl",
      "new_id": "4410145bf04e84088720fd6e8eb564d6db1ac9ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fma/466442.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa8fa840d8a5312e15c1b0b24b4bc3c1da59f3df",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fma/eb25d7.wgsl.expected.msl",
      "new_id": "751d9e4e76eb1ae616fcf890f5d27ef6b2c4167d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fma/eb25d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f674b2d58a6e4003594228e346c008e1bfc941a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fract/2eddfe.wgsl.expected.msl",
      "new_id": "f01b48af02e82fbe8c2f4ea01b47b426454f1b55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fract/2eddfe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb5d3de1a07268e7826b3e78fadfbbac188a12fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fract/7e3f2d.wgsl.expected.msl",
      "new_id": "5ea2dd759328abd9f4e19150fe5f7ac4abfe25d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fract/7e3f2d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5043b9c9854b974b2c1822cd3111b26658cb3e1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fract/ed00ca.wgsl.expected.msl",
      "new_id": "74a74733dc63cf5b1f149cae73e51dc030c2f606",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fract/ed00ca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3efe385d6b1dae7d80a98f2ce8ecfcf950d4837b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/fract/ed2f79.wgsl.expected.msl",
      "new_id": "6b01db2d32163b5176085d4c80f47889a95eed58",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/fract/ed2f79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a64de903f4df599fdd23d5b3f8ecb704efd25960",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/34bbfb.wgsl.expected.msl",
      "new_id": "57bd245a92b01cfa33b0ece23c582d765ab393c0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/34bbfb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9685d7b4ebd1fc76bbb41c747b41e4a9f72724e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/3dd21e.wgsl.expected.msl",
      "new_id": "1930e976d518ba1338cc3b0baa3e11bbfca37b39",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/3dd21e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2713e60e627fee373946c3a4fdc215133c1e5d26",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/4b2200.wgsl.expected.msl",
      "new_id": "c92dbdbcf61a0ec85bebf8f57baf7599078a4f88",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/4b2200.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d2ccb99dbdb40ae8c8fc7ca39b1378d78844d2f0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/5257dd.wgsl.expected.msl",
      "new_id": "92d82ca7a26a4e5156b95d9585aabadf12aa71b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/5257dd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7ce68de781313ca1611ad78dff3b3a035a5aaf9e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/5f47bf.wgsl.expected.msl",
      "new_id": "982779a9078cc3130edeafe6561c5bfa76812952",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/5f47bf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cfe64e95716c90069f9320a85531b928f0ea3cab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/6fb3ad.wgsl.expected.msl",
      "new_id": "8bffd59c485abd7aa1dd04bc99a5850fedaeab4f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/6fb3ad.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4c6eac4fba094f6e125ef36de0788294cdd2d146",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/77af93.wgsl.expected.msl",
      "new_id": "c61332c2d568033a29a652e9fe867feb7e1be5af",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/77af93.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "17ce1f09b3783df9baa7f65a34d2cf3cd0bfef72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/979800.wgsl.expected.msl",
      "new_id": "a2613a50e26c4853790d1b6a0da1b406325b6a54",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/979800.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "302ef416f02903966047af0b9d60dcb54aa41b6d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/ae4a66.wgsl.expected.msl",
      "new_id": "2239d26d12df342f7e78bb529ebea3c8d983a061",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/ae4a66.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a9ce9e07418d97d1b3cada3636664c9876318cf2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/bee870.wgsl.expected.msl",
      "new_id": "6e9f5f2c64901fff51a0d3783623d1441b42e786",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/bee870.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf7a0266d191e6734dab5fb52059f8a447cde324",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/bf45ae.wgsl.expected.msl",
      "new_id": "d156227833a65a9a6636f663ab127e33ccee194b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/bf45ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d89504fd1284b75ae084644b57810a850f11b564",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/frexp/eb2421.wgsl.expected.msl",
      "new_id": "313123beb99c260974ef4473ac9f80340a227233",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/frexp/eb2421.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7913e19e7a664f41e68eb2613b2a449e33984cd3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/inverseSqrt/07a6fe.wgsl.expected.msl",
      "new_id": "68cfe7e45a4979fe201e1cb132023cf95298631d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/inverseSqrt/07a6fe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b3c1185a9d7d8b6785a8fa7b266a47eb6ff8049",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/inverseSqrt/4ca6d6.wgsl.expected.msl",
      "new_id": "7579daf7c25f40613a2476da2399e5924df7a602",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/inverseSqrt/4ca6d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a12175aaa573b37c4d71566ac5c24c5b156a5b63",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/inverseSqrt/6d0783.wgsl.expected.msl",
      "new_id": "bd9c4ad6180f32b8a7dba61bf38d1ed5ce00d10b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/inverseSqrt/6d0783.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ea668d536e9cca003d0b1af81a2725ca4dcb2f5a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/inverseSqrt/f60c1c.wgsl.expected.msl",
      "new_id": "114e7f4a77392720e8708180f94fe63b409ec951",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/inverseSqrt/f60c1c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f0c21ca0a516d22fe32a26a067d390e3f3e14890",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/2bfc68.wgsl.expected.msl",
      "new_id": "39b256dd71d4bba6b8226c4cba7d83393907363e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/2bfc68.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "038223d736d2261c7369a5df1eacef3844bc7db4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/2c6370.wgsl.expected.msl",
      "new_id": "669acb31d3dfd8946aacd79d1d5b2e6dad35b99e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/2c6370.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b87c23abe6cc6808e6ad5d293f9808db72982919",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/376938.wgsl.expected.msl",
      "new_id": "e8bb2aea96942889c5e9aff7000d7efc14d96fef",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/376938.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2989947d53c6c813025e9a6f45490c882c4999a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/4a3ad9.wgsl.expected.msl",
      "new_id": "bd3a41b833145f57c928bbb09dd0638343fe575e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/4a3ad9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91fba8c4394aeea25f87a7f0f24e1b0a32aabc3f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/71ebe3.wgsl.expected.msl",
      "new_id": "84bd0ca9a3b6b05647db3201e04049f80fcf86b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/71ebe3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6226d627ad71ab3b4316332162ce8a5c01019aeb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/a6126e.wgsl.expected.msl",
      "new_id": "cb05f9a9927915df2e77278b1c8ef87736765b08",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/a6126e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "704a3d7f4541430e504edf46da30366dca3ea3b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/cb0faf.wgsl.expected.msl",
      "new_id": "7214dda2f992a12d1942612cb22ab19de1b14f81",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/cb0faf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "265cca048fad4e1681da13de5d1d8e32feeddead",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/ldexp/fdbc7b.wgsl.expected.msl",
      "new_id": "a3d8de9fabdcc26cfa157e999f0c5251a39596c3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/ldexp/fdbc7b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1222a0ddd9b883d7ef5e6a9a3cb759e7491bff4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/length/555aba.wgsl.expected.msl",
      "new_id": "2a9a0c348f93d240b3c25475a17c95f3f8764630",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/length/555aba.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "85259ab5328a5da40a4edbef695ec7c14e6f9fb4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/length/7b4741.wgsl.expected.msl",
      "new_id": "ca4cb6cb435eaf1a42de35dc548f4f7097ec5e34",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/length/7b4741.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b2fb9d98ec801e5c2a0e712adc5cdc8c98df770",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/length/936ad5.wgsl.expected.msl",
      "new_id": "84659edf09f7878755e82be19939cedf80ce043b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/length/936ad5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "855232b3f5ef871e59658d8d9e67f933e7fbd385",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/length/c2c544.wgsl.expected.msl",
      "new_id": "0d884b8afe9723033451d1ea2029ed3b5738cad3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/length/c2c544.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee910ae0aad10481ba0a7845219436db9e543bbe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log/655989.wgsl.expected.msl",
      "new_id": "ae5f860b2e6a184a88bceb02009c93743b77234b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log/655989.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c793a9bf7d58d9444d5343fc842fac456e72d7b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log/697e1d.wgsl.expected.msl",
      "new_id": "11e65cc4ba81402fadb05474f6d9f4fda97a5cad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log/697e1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3e33dc43a3c433ce65fb3e57f9808249f1990451",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log/b8088d.wgsl.expected.msl",
      "new_id": "c3f39a53a7176e5d473b585fdd769d4b63722bbf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log/b8088d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4e0547aa4726c5453c20a93dcd9ac4fcebdc7077",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log/f60cc7.wgsl.expected.msl",
      "new_id": "0845e70e60e770d5c4bf17de23f32d157f978177",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log/f60cc7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e353ceb987680a2cff359801c2bf8e1017ccc761",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log2/0fbd39.wgsl.expected.msl",
      "new_id": "1c02c404f87f3c894fc60f5301ae2e9080544af8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log2/0fbd39.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6482e40de93855171f9d796ee95afaaa796d718c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log2/5b464b.wgsl.expected.msl",
      "new_id": "ab0829f3929aaa88e3676f62a403275ce0b03129",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log2/5b464b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "27597c2419ed73006d65c8f3c21e819f4fa7467e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log2/6b8954.wgsl.expected.msl",
      "new_id": "446599eb0709b1260b54ba6a4b1f40d6f0489dc2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log2/6b8954.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71653a88b1755863e8b4a2605e7f6d3b363fa148",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/log2/a52bbb.wgsl.expected.msl",
      "new_id": "da251422a60d536efecaee840dda147c34d74219",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/log2/a52bbb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71565551f8547ac7e6ef19ccdfa54d79706fb42e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/067f3a.wgsl.expected.msl",
      "new_id": "fe78beeb1a60e2b34666455d2b255935bea05cac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/067f3a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "44158761b58a0d6083887d5894f91ec18293076b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/19070a.wgsl.expected.msl",
      "new_id": "222e536538b40cbbe1dca20c422f294c08212271",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/19070a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52252de4ab8591a13013fe262e61fdffe9e221e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/482d23.wgsl.expected.msl",
      "new_id": "77bdc015820127af5953e7473e5b84eb8d412547",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/482d23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "50b90eec9785f5643af9000a4a87e06be1aaaee4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/4bbff2.wgsl.expected.msl",
      "new_id": "86410b986fd32a1d37cce68623ee654d271e304d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/4bbff2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c1035d12794629b09dc88629c7ab95744b737f3a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/a1b196.wgsl.expected.msl",
      "new_id": "21f3b7e2f50eae7d6e7825587aceafb9faefc4ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/a1b196.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9eff0fa01f3839390f3b25b68c09559df6c07666",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/c023dd.wgsl.expected.msl",
      "new_id": "536a9368f84af3e1a4b4a4b8aecfde4996b9e319",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/c023dd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7835cc14b672b802ed7e2d5206ffd01d518669d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/caa3d7.wgsl.expected.msl",
      "new_id": "23c608123a9c1c421d8d6bf290e47c89c08c8a3e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/caa3d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "962bbe74423ffaa68ba7e79e24cb21980b6ddae3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/max/de6b87.wgsl.expected.msl",
      "new_id": "effb494190d48d511b2ae694ae5c3aa64ccc4fbf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/max/de6b87.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e54d92722482e285e9a7ba05fce3abb747a8ff4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/364910.wgsl.expected.msl",
      "new_id": "75c71eb86b583df7141a547b4ab7c6c1f7d6d462",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/364910.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3e20be798b75c8d86221fd7671d23e85841f947c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/371bd6.wgsl.expected.msl",
      "new_id": "1eb80c2f9c31b7f7ebbd279287b980e7ebbf8e42",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/371bd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e53233ab0370b973a2f3e0b016bbdd4c3f0ea215",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/527b79.wgsl.expected.msl",
      "new_id": "1ca6a730bf4f934598a0d43c868d7b903195a368",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/527b79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1bea1930bfc23bbdbb84e61733d54ce29af0fa75",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/717257.wgsl.expected.msl",
      "new_id": "05a6673e0e81a00ccdf7459d8fc2e42f3af9a964",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/717257.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0fe30bfb50754f6959e286c47b634368e77a7f1d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/794711.wgsl.expected.msl",
      "new_id": "3fb6198550882808aee7cbc3b21a8d9a6ed6d766",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/794711.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b2c3461e175fa0190d78c513e478f57896e3d613",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/84c9fe.wgsl.expected.msl",
      "new_id": "3ed0a4428e4f516956e4fc473f34fb2b31475a22",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/84c9fe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b3eae162ef45050077dfc6b7e3acdcca740bcd9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/98e797.wgsl.expected.msl",
      "new_id": "f991e0975b084eef8ddb609e34981db73c1ccd0e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/98e797.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d148111c0db990a0a856704152cd78a802a968f1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/min/af364e.wgsl.expected.msl",
      "new_id": "9c479b3a40a089d68bce72d508adc2c99f55218f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/min/af364e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "282e582f140fc7e8481dd6771dc7ccab8c838185",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/mix/275cac.wgsl.expected.msl",
      "new_id": "5bfe5611589ed9749d055d7c3eb29f3edc6dae4a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/mix/275cac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "09507d5769f8e6becabf041d9e9480fe71f9016a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/mix/30de36.wgsl.expected.msl",
      "new_id": "6dd42fd07f6dcfd426265521fa96f64bf577f975",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/mix/30de36.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "725fbe35a1a8451331303d0725ec6a920b532e34",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/mix/343c49.wgsl.expected.msl",
      "new_id": "d85565848f48721e104a9e0dd3b0b21abf2562cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/mix/343c49.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b7c129297a0387e528d487a936f1cd3be62cf9d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/mix/42d11d.wgsl.expected.msl",
      "new_id": "348ef4322d413534784148cade5239b8eda658d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/mix/42d11d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb242680cf702279237dd27860ce27808e5d1e31",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/mix/98007a.wgsl.expected.msl",
      "new_id": "1284d2f93d4c7758632f0150dcbf04c10eecd44c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/mix/98007a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3823b53519caa9b16ae9d1c9e8d9c4d149a30cee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/mix/9c2681.wgsl.expected.msl",
      "new_id": "f9fd74e473e3f71cff00aca1a6ed9b32d54d4abf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/mix/9c2681.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9808165a23a182a58664fcf43c538f26b027a4c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/mix/ef3575.wgsl.expected.msl",
      "new_id": "89cb10746a3bb89f6a157747f5e350a473ff8160",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/mix/ef3575.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a163b647edf3e27cc59f2e5d44509e5c8105774",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/2d50da.wgsl.expected.msl",
      "new_id": "273d7fd1b6f18e9d042c54445f6283cd72b198ad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/2d50da.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce24d525a4695ce5b7e6e70f700722a4fc048e3d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/45005f.wgsl.expected.msl",
      "new_id": "3975322ae24d5309ce61a97aafa069f75d6fda15",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/45005f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e20498678266cc0fbb12a93abb0fa943b9466e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/4bfced.wgsl.expected.msl",
      "new_id": "c4d81622f0ce84cc01992cc4470098cb9913164a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/4bfced.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "03fbebd6afe7a7f2b199e8f7c42177ee81c6e337",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/5ea256.wgsl.expected.msl",
      "new_id": "82d05e947b9a2aeced4999055dd84657382f9f6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/5ea256.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7cef46ba412d3742767770f70f2f5740b89cdba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/68d8ee.wgsl.expected.msl",
      "new_id": "a53401d88783d4514670997b801a44ed9d7c7a90",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/68d8ee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a70dfbbb928244ad50a95ff86eff950a610847af",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/732aa6.wgsl.expected.msl",
      "new_id": "d3612070f2444ec9801445949ca8c180350ae633",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/732aa6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7eecaa0f0c95041e125c95ec39332d474ec307e5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/8dbbbf.wgsl.expected.msl",
      "new_id": "a06e899f60e70e1aeda204787674f6764224be81",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/8dbbbf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5361d8c827a3650cc43d96efd668832b85fca822",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/995934.wgsl.expected.msl",
      "new_id": "4f200dd1ac128524d117946b2992d2ee76c7260a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/995934.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "98321d7f01ea9135b627fa63ec59481967c3f0fd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/a545b9.wgsl.expected.msl",
      "new_id": "1d05fe800f7a374fd39100b9684b6ca1cf4ff8a3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/a545b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38387f62dbc38e309a6127552c9d050ca0f57a4a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/bbf7f7.wgsl.expected.msl",
      "new_id": "fa8ed1e758c70acff8feb657f1e61c79a83bc26b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/bbf7f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c9b1d4b1e973df18971d54b830045e4a32ba862",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/c15f48.wgsl.expected.msl",
      "new_id": "b5e290400f8413ad29913e800b2b8e010b7786d5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/c15f48.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc1222be8ddddab13bf589dfd446e48b0f1df85f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/modf/f3d1f9.wgsl.expected.msl",
      "new_id": "c8c1c32c7f34a69572f4dd5ba9b20ff37aea24eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/modf/f3d1f9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b106f82a604ec7d82b809fd089a77f46a8026d7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/normalize/4eaf61.wgsl.expected.msl",
      "new_id": "6e2084d3d13a6c74efe79c49cc359014e244ac5f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/normalize/4eaf61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05ef06ceaca93ec44eabee8a21bd2acbbd8a645e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/normalize/584e47.wgsl.expected.msl",
      "new_id": "f558c6f92bbf5d6227f41698fb703fcc242f7135",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/normalize/584e47.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b176c7886037050f167c3cd867f487d7eed3ca8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/normalize/e7def8.wgsl.expected.msl",
      "new_id": "8dd8e25601e561044316d30d0137ae5d4f7a6571",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/normalize/e7def8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fd7022e34a48c9f4527e83b4852c330cc893d702",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pow/749c42.wgsl.expected.msl",
      "new_id": "bd0cd0b71335aa5b46929999da006ff21936855d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pow/749c42.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7605220b5ba8a9f8c66528c68915b0fd892db432",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pow/a8f6b2.wgsl.expected.msl",
      "new_id": "fd60ae9325446527d89dfc66e39ea5c04d80a43e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pow/a8f6b2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e057134fd6851e046a0ed6c6d1f467503b482d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pow/bc91ed.wgsl.expected.msl",
      "new_id": "9df272e50a42c18e1c3f52fbedebec7e7c05234c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pow/bc91ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60e51950c9571d15e2a0a2dc01c5f4e8d54da171",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/pow/e42f20.wgsl.expected.msl",
      "new_id": "4f963771ea7f060fe56b05d48d9195ad9b8e7ecf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/pow/e42f20.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "252ec2973d113928730d96e151448ede6702470d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/13415a.wgsl.expected.msl",
      "new_id": "d92e3647e02bff2dc3a2013aa7c528307cc72d13",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/13415a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4bf4768bb616bdf4ab6854fd94f220463eada738",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/1a5163.wgsl.expected.msl",
      "new_id": "b8aabb179694f56dcff3e2e74654c87966196ccd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/1a5163.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "186e31ed57607db704c94d9a087a9da6c97a3539",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/2389f5.wgsl.expected.msl",
      "new_id": "aa9ebb4abb3cb088a8b6af41b1e97b96f5ab2b7f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/2389f5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2f6bd03b118a98bbb228f5e549b0614e4d632979",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/2b9ff9.wgsl.expected.msl",
      "new_id": "d4d4d37d53dde982e7596920cfcfffcf536a5665",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/2b9ff9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "96f3ead2e8cfa993508f2309c3ff8ff6b576f1b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/316ff8.wgsl.expected.msl",
      "new_id": "290264f565134956de2af472f949924d9f613229",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/316ff8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fec16b40424f42d50e3edb3b209816e7d2b246a4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/41babd.wgsl.expected.msl",
      "new_id": "33dc2ec8c6735a0182280161946313f6e5463a85",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/41babd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "30b17b182d6403cc164e6b639d27d5ad84cc897c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/4bebe2.wgsl.expected.msl",
      "new_id": "2145379e4c6ccd13b8055f29901754c21db8e8ab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/4bebe2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e991173cd44ab3fb808325ea47343eb77b5eadf6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/53526b.wgsl.expected.msl",
      "new_id": "db24151b1e7c416f7b200521bf91a9f294efa57c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/53526b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5dcd4dff8eb4836a101bc536f2d2f2e78df683c6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/53dca8.wgsl.expected.msl",
      "new_id": "c909757eb2122b3ff6806cf8d61146fee9cb71be",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/53dca8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "92b1c59d6a7658ae6f886ccdeb163c78c9011b7d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/65e661.wgsl.expected.msl",
      "new_id": "59045635268bdd9f027790993eaa514da2b4f2e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/65e661.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f65a8372bcd69da69a6dbdc0b388f00ba34a2991",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/69b235.wgsl.expected.msl",
      "new_id": "d2866f780b7ed14ef8472f29b15d85fa0d3a4d03",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/69b235.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d76ed68101267cd08bdde8f196022fb68d866c7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/7afd23.wgsl.expected.msl",
      "new_id": "83e540e21b305d45f7fd2dc05fb872b860298e9d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/7afd23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c20ffdc25841a69393855ac02435b846de3b2b73",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/7f7178.wgsl.expected.msl",
      "new_id": "8b71efe210bf016f8e7800fce4259c82cad29529",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/7f7178.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "192a84a0e5c53238bf8d4371138647714508adc9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/9f9178.wgsl.expected.msl",
      "new_id": "25fa37ef0dddaa84a8b572f3793ca5cfd3a0044f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/9f9178.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a45a138f1294007cec970ecc4b82d0d68df585e0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/bdb245.wgsl.expected.msl",
      "new_id": "884a8d0816a8a2461d213d4b1b14ebc79683eac2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/bdb245.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4c3ff9d573609387eab35ca8cb7776a180eca873",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/c7511a.wgsl.expected.msl",
      "new_id": "325dd44751d61a7bfd05ef76eb0e4c9c57ae94a0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/c7511a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a3762d8e1768fb3717321fc4bf7ee71fc0e5db60",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/ce690c.wgsl.expected.msl",
      "new_id": "c570179073c8a838e987db64cc8315c31d564d95",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/ce690c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5ae8f9f78da2113ffd89169f83883b758e67d1f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/d07705.wgsl.expected.msl",
      "new_id": "655be10e42186bb8691b0e8037e9a5c7faad88c8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/d07705.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9c1bd8a3b4274523965fa3ad15550995678c0ff",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/e3d557.wgsl.expected.msl",
      "new_id": "80ecc2fe444e9e167cb834896978170277b56134",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/e3d557.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a8d95a848166447c6f3d3f811dfa9cf4534cb04a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/print/ef160d.wgsl.expected.msl",
      "new_id": "fb525140f2b198cc89a4a5cf3a5be8684ebf636e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/print/ef160d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91ed7f12000e5bb0255437f611ae6f2d95d83a61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/radians/379214.wgsl.expected.msl",
      "new_id": "3a72dc7bb533c7fd6ac56c852387fd8489384ae9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/radians/379214.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b6d3b1e7aef8604f72b7d9ff3f632bd5fab5260e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/radians/44a9f8.wgsl.expected.msl",
      "new_id": "e98cc5f1bd02afddcf921502fa62fab4e2d96fe7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/radians/44a9f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1da0b9c6715993f4fd84504cb4660248445e507c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/radians/524a91.wgsl.expected.msl",
      "new_id": "3a2e34b5f601612447f771ceb0d3a82ee6368c47",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/radians/524a91.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16893fcefc31a4969a449fa27517bb23e7926b99",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/radians/bff231.wgsl.expected.msl",
      "new_id": "23b4d85f224f740b7ffb3229f0bacaeb7092317d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/radians/bff231.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6cc4962c056972a9d600336e69cab647a3b8a40d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/reflect/a8baf2.wgsl.expected.msl",
      "new_id": "69da2b72380c619d9573462d4faad640b1bf54d6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/reflect/a8baf2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "24406aa9c23e2f28c747bc3c3a141245db51c23f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/reflect/bba2d0.wgsl.expected.msl",
      "new_id": "9487ceb29dcac3154c5c9490994ac65f5cee8e8a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/reflect/bba2d0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28df1af9fe7807d7ec55dd8526a2678ca0aec6d0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/reflect/d7e210.wgsl.expected.msl",
      "new_id": "ed6d43004f4f315a6275378730f5c0268bf7a375",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/reflect/d7e210.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9f91fe8247a0dbc15a5892d8a898e13fa66f5969",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/refract/8c192a.wgsl.expected.msl",
      "new_id": "5b53da31af25afabc27f2f49908ad20735639b2f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/refract/8c192a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bcd30e70915f8a76db03be8f02fd627c53e83069",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/refract/cf1629.wgsl.expected.msl",
      "new_id": "ac39d044d12a3ca8a79d7dffb5daf431a348a533",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/refract/cf1629.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61142fef7cc5aef6b23706fd0c5b87cee3495e1c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/refract/d7569b.wgsl.expected.msl",
      "new_id": "4de6b149a374543378f6fb88bb5a5f8522261270",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/refract/d7569b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a55ea2f4a33de24163697682a9375b20987d6185",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/round/184d5a.wgsl.expected.msl",
      "new_id": "793f36691958f55f6ec3e8636ad0960b47ded93b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/round/184d5a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "882a316af7a8fd1a9dc095cd4bcfa381f8e877a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/round/773a8f.wgsl.expected.msl",
      "new_id": "b377635933a07c9393ae3881c25826073cf94320",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/round/773a8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d3a6a59ff4a3562c9bc5629bad3dd3e95844a03",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/round/8fdca3.wgsl.expected.msl",
      "new_id": "6d070d8d33312c9233ca0a095e80d9a039bbeb87",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/round/8fdca3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d0238af8c938a801d62bef0c43556f150c775dd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/round/a1673d.wgsl.expected.msl",
      "new_id": "4ef38331be855932ed60542a71898a8d5a903aeb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/round/a1673d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf7e879344e209300ae1656ed508576150f1394d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/saturate/4ed8d7.wgsl.expected.msl",
      "new_id": "32bfdb4889ad4595684bad12c7b83468742d1f61",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/saturate/4ed8d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6d65d11d5bea01512a9844c41f4d674b22fbf73",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/saturate/78b37c.wgsl.expected.msl",
      "new_id": "78a7370f8605a6639a2dc10bf848ee708c214451",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/saturate/78b37c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f3d9c248fd4d32d87c2d4eedfeb8ff2f99803dc4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/saturate/d55822.wgsl.expected.msl",
      "new_id": "d5546251f5595a7910a9fdfef85f30c134a8dbac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/saturate/d55822.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eff4ff3e3dca390d23bc34798fb53c9fa61861e8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/saturate/e40fb6.wgsl.expected.msl",
      "new_id": "3c50fddde15498353043a82ba31caf47c73af615",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/saturate/e40fb6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a4c5684c556539da6944561b8caadc526718c70",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/089657.wgsl.expected.msl",
      "new_id": "646f39a15dbf09670bc0ad163af4278885dfa92e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/089657.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ead14e1086d6bc6edbf5a51136f4e83ec88bb502",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/17441a.wgsl.expected.msl",
      "new_id": "b82469a0d872180a274e7fd343bee54d6f1187b1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/17441a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7cc56d2108861c5c9ed1fe3900a1058ba286967c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/1f4d93.wgsl.expected.msl",
      "new_id": "12dce7e6b65f6e06d5e95d653077676e91fe5f65",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/1f4d93.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "45f8dc9fef10b5e6b7b0f1c01675e959c77dc4f6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/2c96d4.wgsl.expected.msl",
      "new_id": "45425be4e0af2f4cef6efdf6e1f3f8db63a31c07",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/2c96d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fad099d6a7f87a3e7a88528fc057240621d31abc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/3a14be.wgsl.expected.msl",
      "new_id": "25d7ac9e9895655195b998e2c102df212f044451",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/3a14be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "46da3fd3391bce7f17174a0a7b6fe29d940b3735",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/431dfb.wgsl.expected.msl",
      "new_id": "9ead71d90e4665d2e03a09be2df3da03d8cd9615",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/431dfb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9229f4aff42762d70f9a7c26c6ca023aafd668b7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/43741e.wgsl.expected.msl",
      "new_id": "566f2f5b7c2463335d4c1eefcdcc1300f4ae041c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/43741e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5636da0ca4bd130f7cc5c66b65c2109dda4ff481",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/494051.wgsl.expected.msl",
      "new_id": "3221c45e4b16a2bfa660555e54930905ae74d57e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/494051.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a8c278986bf8508176d2986d66c2e1795546547",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/4c4738.wgsl.expected.msl",
      "new_id": "43f5a0e69a0a88948507ba2f85d7c0fc25a14b4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/4c4738.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a078bf467ce94bb5c669d46a4b074aabf81aed22",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/4e60da.wgsl.expected.msl",
      "new_id": "166f433a03cc47e31528c014ec5a35f143bfe2c8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/4e60da.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "44d14cabb9f09ed2f37618a1d882d8ac74f14803",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/9b478d.wgsl.expected.msl",
      "new_id": "691e4b6b1d2cf468365531483f5138dc0f49825e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/9b478d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2537f22cdeba283647309c08eea243ac417cf865",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/b93806.wgsl.expected.msl",
      "new_id": "4018319c60c5314b6334a7440db46a46cc490786",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/b93806.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebe27831b914ad0fc8685eb0c12fd59c7e7311c2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/dfab3b.wgsl.expected.msl",
      "new_id": "b69680a78495b8d25deed090a54e8e7d7857565c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/dfab3b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "899090269e3b37502dbec28c2fe33f747911a0a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/select/e381c3.wgsl.expected.msl",
      "new_id": "6fbd105046749036be41d8dc02dca32dd07b916a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/select/e381c3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "addba7fccae46be6e382ef9f700e895c38ec7a77",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/0799fd.wgsl.expected.msl",
      "new_id": "30d816eb155d34b1a2d056665ba80f775b19b37c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/0799fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "243764dbd6ab09335c6d0cd9f97371dc49c3fec0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/3a39ac.wgsl.expected.msl",
      "new_id": "17cf494efda712d6357a0c4af8c8d49b058fa9ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/3a39ac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be3819737cc51272edda8b0339ffb77980b5d7ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/3bdab6.wgsl.expected.msl",
      "new_id": "5473f672da3520c5cd75124c795a4f7ba7f95593",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/3bdab6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b1c9c074bb78d913f731ac594ef1223e4b1711a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/55339e.wgsl.expected.msl",
      "new_id": "d8d8a5a68ca5e790c551705b4de6a6286a345b2e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/55339e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "360fbc9220d461a4a7b683df7dbf9584d5aabf14",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/943b2e.wgsl.expected.msl",
      "new_id": "d8d49dae85c320968fefb5c157229538928a7765",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/943b2e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5310448fc8e6487495fefbf35b2c8b4c4cfce751",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/ab6301.wgsl.expected.msl",
      "new_id": "49cfbca52e9b9febd4e96147aa1e981adf01aa85",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/ab6301.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eda6c519524dcd3a8b405ab95d31a332acaae6b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/c8289c.wgsl.expected.msl",
      "new_id": "0f56956c7e3e696f94010cfa8b526d378af93a04",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/c8289c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0d3414d82498d088a309433882dcce40c486cd2d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sign/f5da6a.wgsl.expected.msl",
      "new_id": "1eb57b0064a5799b35ca50f8c027da9c811a0673",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sign/f5da6a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebdb5ca643a697e5fc5b8b0fda16454330d130b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sin/15b2c6.wgsl.expected.msl",
      "new_id": "399e08a94a525f4b912d8987effaa9b90558670b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sin/15b2c6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ec848813c2774d66c67aa1ccc564047b7d82b250",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sin/67b03c.wgsl.expected.msl",
      "new_id": "8ba3968e614fa9c01e9e3416fa12199175c5833c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sin/67b03c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc5d1adc590afc0b8c5678bf3937fd741143ed22",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sin/68d3ab.wgsl.expected.msl",
      "new_id": "1d30c7dc129fa88873a9d45b23fcbaf501bc5d7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sin/68d3ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c3de0370c022fbc6fc8c68991379657de4f8045",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sin/a9ab19.wgsl.expected.msl",
      "new_id": "e4656347156eeaa0d125714e682c1cb0440915b3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sin/a9ab19.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be473746e953204c5a70b3e54757be67bf01906e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sinh/77a2a3.wgsl.expected.msl",
      "new_id": "25e954078039230637b4e15415c6413dcffa4c0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sinh/77a2a3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7eec27779cf6d0b869716f9bc440f04820ac6aaf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sinh/9c1092.wgsl.expected.msl",
      "new_id": "c1e9dcd55f22241588d60311690e420e3eb620cd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sinh/9c1092.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d74ee995cf52fbdcbc899da6307bfd16c656e24f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sinh/a3da7c.wgsl.expected.msl",
      "new_id": "65a0a436e3c8efcccba2233f161b5521c5965b74",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sinh/a3da7c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62bef7c57c23fa9162e49fe83512134a5d3fdb5e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sinh/c4df74.wgsl.expected.msl",
      "new_id": "245c60a47b389603101d99e49061b7c6857357dc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sinh/c4df74.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65809af463a22db5d9ce1d3cf99ac580f07939da",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/smoothstep/0c481b.wgsl.expected.msl",
      "new_id": "5afbb38d7cc71a5e0b5d9f98d4e2ccdc08720b10",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/smoothstep/0c481b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "63853b52de1e9c078fed7c92771392f03d9a1b97",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/smoothstep/0c4ffc.wgsl.expected.msl",
      "new_id": "3e515d4c33618047a926a3816ac105cbde60d2a5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/smoothstep/0c4ffc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "917188ef5d6e0827fffc46dc31d0b02d6f97b5f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/smoothstep/66e4bd.wgsl.expected.msl",
      "new_id": "6bab42334904d321dfe1627dbbb1826a345249e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/smoothstep/66e4bd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b30c7ca79da5afac2cc26f4b7b1752a6bf44a6d3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/smoothstep/a80fff.wgsl.expected.msl",
      "new_id": "851d3058817e9db345d01b8fb4f603ae3c732db1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/smoothstep/a80fff.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5a6121c84dc197d4951865f88c98dc4cc234fdf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sqrt/072192.wgsl.expected.msl",
      "new_id": "9e2ea1ee842be0454ada041ab355e6007eb20820",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sqrt/072192.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0cd63823e0a7129a56223be7c8f83a2babf05fbc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sqrt/4ac2c5.wgsl.expected.msl",
      "new_id": "7d59a9067fbce821a9e42d78ca1c862db8add46a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sqrt/4ac2c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1148ad87eb3101fb0f5e45872c0111bc66aee300",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sqrt/8da177.wgsl.expected.msl",
      "new_id": "8011d12a0bd336c2da40196a7663c4fe18fcc23d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sqrt/8da177.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "55274acc297a619f3faf4f031527b32b1488702c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/sqrt/9c5cbe.wgsl.expected.msl",
      "new_id": "8e5b1aba5f0c4d86276fcc6d991d3120fff72a7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/sqrt/9c5cbe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d534271fec1b749f703a0a79883582fc50e51ef8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/step/38cd79.wgsl.expected.msl",
      "new_id": "d9dfbf423d873672a8f919733a61d8fa91d1779c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/step/38cd79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e744cf2ec84e4d82efdfbbb2da5357258580b13",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/step/415879.wgsl.expected.msl",
      "new_id": "a1ef81a2b49d093453aeef8e097a17d13de1d28d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/step/415879.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d29eea36f628863d57e262d611d2dab06edfc9be",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/step/7c7e5c.wgsl.expected.msl",
      "new_id": "110b36cc3622b0bdf98af377baff7b2d6b475d3a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/step/7c7e5c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d643ed7e9e6de8c666d4166c9345ecead2671555",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/step/f9b70c.wgsl.expected.msl",
      "new_id": "bd264ac60d990720200e5ce9261d2d03fe5ff570",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/step/f9b70c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "04d3b59e34ad42b1e7e34aaaae8a6b6ffb236d26",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/storageBarrier/d87211.wgsl.expected.msl",
      "new_id": "a22fb53ac40a49fa7406e145cfd0345f6f1afc5e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/storageBarrier/d87211.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "856861e7bd58b648c21dd6354988e192c6507677",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/02da92.wgsl.expected.msl",
      "new_id": "bce8f667bc1e503913d086a15edcf592b449b86b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/02da92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9d0fe34493cc5f0ebe5a283fc1fc2ce1a307d5a4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/06bd90.wgsl.expected.msl",
      "new_id": "df70895e614fb7a085021366c38c8bbdd3d966e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/06bd90.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed710036eceb026f06cf99261c7dd4692a0d758f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/1be0e0.wgsl.expected.msl",
      "new_id": "62a366c74a895e23070d82353549024d4a7556dd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/1be0e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "86d23858b175d9d463975cd9f72b58cbcfabd461",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/36c0f2.wgsl.expected.msl",
      "new_id": "929ae7da464c3d83021f15c6f15e88f58c431e97",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/36c0f2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "03f32c829d73c0c224dbf1d509be3f87737aa42c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/423caa.wgsl.expected.msl",
      "new_id": "85c12103b14bd635de94418252ca08ba8019757d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/423caa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a978e0760ed86b7257e57f0848a0c7656238fbbe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/53a148.wgsl.expected.msl",
      "new_id": "ac7bbb4efddc6a193a68996eaf96bab12a95b776",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/53a148.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60334e98f9586b4754b259d0a6c01329b66dc307",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/63c04c.wgsl.expected.msl",
      "new_id": "a3831d5e88e8f63fd6125b1005b67687ba1ab840",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/63c04c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5c2d3caa7fc0b9d58b97f9112aabbcc71d3a6301",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/aa10d4.wgsl.expected.msl",
      "new_id": "e07d8dd3c17ef9e036e270ff22135138492868e8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/aa10d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0159864c772a88defcfc2aa288449c9313c66944",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/ab3b9c.wgsl.expected.msl",
      "new_id": "5009f14cb14cd5896722ec7e147cc6341b1d823c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/ab3b9c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97e1e593f7f3ae75158a5909d8b9e274be548d28",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/b3c369.wgsl.expected.msl",
      "new_id": "b14f593badf66db19e930ee158526ed8ed397b04",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/b3c369.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b48eb11f81f765a5aeb1b9bc347486e6be37d797",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/b3ff28.wgsl.expected.msl",
      "new_id": "011ca3615d22d1457327613fb69d406a20dff910",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/b3ff28.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d4bcb747c817bbb7c1dac940a4348d84dc04df5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/b84216.wgsl.expected.msl",
      "new_id": "3cb78e86d09167b807bb5c3a9a98c026ebe44dbc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/b84216.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "30afaf5690fbff95d736c226f90708e66af516a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/bf26bb.wgsl.expected.msl",
      "new_id": "5216791458922041d63d1894b68750083a79d493",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/bf26bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "950e74d4e9459e14df5b1f020775e22b16351653",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/c9c00a.wgsl.expected.msl",
      "new_id": "f3db1d260ef3d3db2eaa140ca50527bfa3aa80f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/c9c00a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d16f4563dd4c2911489f414507fe77021d32282",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/cb133a.wgsl.expected.msl",
      "new_id": "c968e4935805e788b8386e8f56f50d2f19cf2913",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/cb133a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80a0a34a26416e6db2b6b4b1f16fdb0fb81219b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/ce0bb4.wgsl.expected.msl",
      "new_id": "1e1181278dbf1a93255d7ddc05e5f87daf22b161",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/ce0bb4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "82c58d850ea97571b6c8e8d1e86b4a48bbfbfa40",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/f3bab1.wgsl.expected.msl",
      "new_id": "435d8ab26e42705909f8c7851bf8fea74bad3d52",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/f3bab1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4dff977231a85a23cf6204773cf78122b229cda4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/fe78c2.wgsl.expected.msl",
      "new_id": "d911ccdbd8de53cc9eecb3684bdeeb97925ac12f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixLoad/fe78c2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fff5e561c4dc8a758fd438d6b6c86e50c9c7d184",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixMultiply/2c905b.wgsl.expected.msl",
      "new_id": "de5afb4537f1ea0932e8fc2ca38a5d17f668f41c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixMultiply/2c905b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a1c4885f1f5d320b0f546664597dd972ea84bab6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixMultiply/42abed.wgsl.expected.msl",
      "new_id": "106cf9ab65a4da7d9060fa153bdfe501f9eefa5a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixMultiply/42abed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62a0fbb641dac46cf9606a30ca0b6214b0c11a29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixMultiplyAccumulate/8b907c.wgsl.expected.msl",
      "new_id": "7cae5310139273376d4b2549e6dd295d23a3d1fd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixMultiplyAccumulate/8b907c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a563ecedc2f8cdee82d3a5ff9c4bc124dce290b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixMultiplyAccumulate/e7fb3c.wgsl.expected.msl",
      "new_id": "612e9e3e0708bbfe990ba54597c92723ab2fddc6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixMultiplyAccumulate/e7fb3c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0cfa18cf2cbfb2f3eb5e6fb06c76e0d02070cb38",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/38dfbe.wgsl.expected.msl",
      "new_id": "46ca5c31e73cd87d21fc83bee05ad2bd51469a04",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/38dfbe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee5c50d19289c4b8687af95095fd21fb6c46044d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/6978de.wgsl.expected.msl",
      "new_id": "d3f8fe0bdb22ebdad4fd2cc04acb34b96d25f21b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/6978de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b8ba3bbb0a91f78d3b462f7e889bf0c7162a6ffe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/7f3869.wgsl.expected.msl",
      "new_id": "635d0be5c70fbfa82dfd65558cb1d959a9c5275c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/7f3869.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d75cda15eb7e31ae000f51710c681ec17e51b61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/9dbd1a.wgsl.expected.msl",
      "new_id": "1b9b4568a8df725993cfd8b0dc85e0a6c354a730",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/9dbd1a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5e8ad17b8bf638a44e555cbdef8aedbb220ae699",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/a00a6a.wgsl.expected.msl",
      "new_id": "31b94d848487eb64c2ea64978bbe153250cbc2e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/a00a6a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ffaf743fe998efff23bfb5223fe4c2a52731923a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/ee2a47.wgsl.expected.msl",
      "new_id": "95db8394b87a9278b20f4c52037803d6ad86e188",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarAdd/ee2a47.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b313e08581be026f58d7e2c855eed100dd845394",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/0043a7.wgsl.expected.msl",
      "new_id": "1acafda9e1358bd06469f0dfb88a79644bd32008",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/0043a7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5dd9c12beb9552375d13bd9fedf86b3450b40913",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/3ec99d.wgsl.expected.msl",
      "new_id": "0b7032e4e14ac2be543a218ddc5e7201af2b00f9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/3ec99d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c73bc8028139d3f754d4093aba2d8184b90120fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/4de795.wgsl.expected.msl",
      "new_id": "7a1a74067bfd065b3ee9944114a07560902b71ab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/4de795.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c051df98b4d26d265a6ece1d4459501e81f9c9ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/9ec228.wgsl.expected.msl",
      "new_id": "f9953a03e5ffbe8566cf982a1d943d86fde3c983",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/9ec228.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be07f4f6f50a2d01e83b53d10897c72a4bb2e052",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/decf0b.wgsl.expected.msl",
      "new_id": "97af1b80d329393ca38fd028ce09eec45e9933c3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/decf0b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ffacc1a3a125ea1f2105ad3a74792b371c4b26ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/ec8d95.wgsl.expected.msl",
      "new_id": "5eceb85496586a702ba3bb5c9d58255e2aeab159",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarMultiply/ec8d95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c928cede5a54aaef451ab89654ad014d054c469d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/3d85a2.wgsl.expected.msl",
      "new_id": "8b933e2ec770e3792cb75f8166ee6714d04f400c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/3d85a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed78dc98db00384f8b6165c773dffea7143f1cd8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/56a1bf.wgsl.expected.msl",
      "new_id": "d9913e17f00a1b353ec92d5e1e563f463255b2b4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/56a1bf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "800b6c802106a8e98c989c6785accdd5a5dd6d7c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/7d87bb.wgsl.expected.msl",
      "new_id": "a6f0e25fcb053dc42b816fd75d014b885e312488",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/7d87bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "425f643e48fd6b5c685d35f53178dcbdd1e5bbb7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/a87c23.wgsl.expected.msl",
      "new_id": "6cc2b8d2d4868098266041e5a0545a4f587a0317",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/a87c23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "53526ae54ef06436d1ca6f3a78abcc922b365129",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/e70437.wgsl.expected.msl",
      "new_id": "c060802b4b61fcd8e533d63a9b5b3fb49ca9dcc5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/e70437.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "81e00f23aa49bb14fd5b53a781fa0ea52d233277",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/ee4167.wgsl.expected.msl",
      "new_id": "04025630ce7c81e551d2172d3a42af1e2408b669",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixScalarSubtract/ee4167.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d76486c5696ffaf187b547bf0faf5237164dcd2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/17ec3e.wgsl.expected.msl",
      "new_id": "bd2d4a601337b9aa6aeb8f4d7fcc0c252947ee56",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/17ec3e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7d98665e52f3711270c3c11cb7ed2c272b7ff7a2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/23fccc.wgsl.expected.msl",
      "new_id": "7fd171e58c1e7c94f4d95af982719f71b0f6626a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/23fccc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "66ee1af1367cbc38128530f772811b28c5814063",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/2d102a.wgsl.expected.msl",
      "new_id": "9170c7c75a71cb085971f3a8708f50668edc4e24",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/2d102a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be267d8df4e742f0b43ecb5f4a25456a6fabdc90",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/4a29bb.wgsl.expected.msl",
      "new_id": "78316dc61c03d651dadc028cc3b61b9387af1df6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/4a29bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "13420966b4b101020a7796ac1c3a11e496442e79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/50c104.wgsl.expected.msl",
      "new_id": "56d545048b957f009681116ad917e0f932ed21e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/50c104.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e37b466fdcb5fb5179a025d987cbf3c659eaad8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/5c5344.wgsl.expected.msl",
      "new_id": "d0cb6168ee28792720c1c25b9c5429e918f75ba1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/5c5344.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "489183bae064b3c940d29f3830c1e1a9654cd354",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/793e1c.wgsl.expected.msl",
      "new_id": "abedb7487ecd24de674f50afcc940cac9a8d2617",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/793e1c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "02aa511af8de1e40bcf6d95c4b354ba172bc0c9d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/7c5b63.wgsl.expected.msl",
      "new_id": "64cd5a4136ae0b8246a8370bb61e30506be5a4a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/7c5b63.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1119b242e66c056af8e95b1caf752def2d9f298d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/85b916.wgsl.expected.msl",
      "new_id": "649c85db8026d098080449741ec6dd2f15b02075",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/85b916.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5132f06e79f211dd59ca2eba31feb4d887bde47",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/a5f5dc.wgsl.expected.msl",
      "new_id": "17020ba2740d2a873ae301f512adfcbd366e0a66",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/a5f5dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "779f0fcde11c36108fbff899085fda1e59a3a82a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/c42e56.wgsl.expected.msl",
      "new_id": "6542b7b75bb05d3c05a0e86cd75c9311b37399e9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/c42e56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c94c7e9ce494221ca4a3b39bb4f48a5874fbea6d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/subgroupMatrixStore/f37296.wgsl.expected.msl",
      "new_id": "8348563cdb6889d20c3bbd5ed25bd9265f1ea440",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/subgroupMatrixStore/f37296.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ac057f7b67b5a6bef03a1522e8dbb446a58604a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tan/311400.wgsl.expected.msl",
      "new_id": "696a381d1fd385036a3439fafcc2f72ff5084eb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tan/311400.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf8dbfcaadf668f234329a02275c0feca1683f52",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tan/7be368.wgsl.expected.msl",
      "new_id": "2a264be56022cd987a42b8c77acfd626b474e366",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tan/7be368.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36a19db01ae6b62800a622e79ae16b8f993e3dd9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tan/a0966f.wgsl.expected.msl",
      "new_id": "4d1eb47b13a3d1e61da74770f9b19e4808bb1644",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tan/a0966f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32f07e7774ce63aa968e4d56c3a4cfef51e56a37",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tan/ae26ae.wgsl.expected.msl",
      "new_id": "aa0adfca8eab462a5a61927f7f055559210a311f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tan/ae26ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0bc9ff4edb12c92a2cab9bce0ce2e9f53e7601a0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tanh/313aa1.wgsl.expected.msl",
      "new_id": "ac41462b0ab0fde5a9c213fc3656a1ae3c6c2e1f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tanh/313aa1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5d8d18ab4241e3601ce52bc38a6c28aae53671f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tanh/6289fd.wgsl.expected.msl",
      "new_id": "3e993b33159fc23d7e10afaacca381945659a9d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tanh/6289fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b0be3fc84d7d2ca474481e70f56d32fa905208e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tanh/ac5d33.wgsl.expected.msl",
      "new_id": "5e9e1b7e8f0173fe664d0e03fbc29d7ae5f2ff30",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tanh/ac5d33.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25582002d69a80d85d131d1e4963c69f5516faeb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/tanh/c48aa6.wgsl.expected.msl",
      "new_id": "4a4a6ed33bd80f65a4b3683c91ee23d3e333b384",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/tanh/c48aa6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a3b6b4bb9b89c68ae6072e9d02a3bbca1effbbcf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureBarrier/3d0f7e.wgsl.expected.msl",
      "new_id": "591931dbdc642792599774231237d65412e4ddf4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureBarrier/3d0f7e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cec2d115a0fa69fb43a0865a06cb6d3463783bbe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/022903.wgsl.expected.msl",
      "new_id": "b4ba8bad78c79833cd41c0d3fd4c540afe32279a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/022903.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "35da1bbe35e6ac070c08fae61f69e3e9a2b7c44b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/920006.wgsl.expected.msl",
      "new_id": "8eb8fcb5244066760d980922ad676372f58acb36",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/920006.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a9c4d674ca652357791707157336e1fd8b37b98c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/9c7a00.wgsl.expected.msl",
      "new_id": "54d38dc2b9f9349964adae1eea3da76e8f7bb722",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/9c7a00.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60b8695e257df02f7ca42521490e0e3b4baf877c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/aac604.wgsl.expected.msl",
      "new_id": "3c8ccfb862b540c07d21c0bd5678cca1e0d80b70",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/aac604.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a21afea225ac15992fcc1095ff25f801bb2cce99",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/b46d97.wgsl.expected.msl",
      "new_id": "85764dbde34904344e16d1de89b88946168db725",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/b46d97.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5219a103cc741f910998defb5a24833740dfd5bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureDimensions/f17acd.wgsl.expected.msl",
      "new_id": "c3c2f0577904b61618bcf455401e24b5357ced11",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureDimensions/f17acd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7c5f59de03919a536ea975d48182aef5fa11669",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/0cb698.wgsl.expected.msl",
      "new_id": "1e159e52d355b0de15856524749e217bba1831ff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/0cb698.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8165e18e006d22677c1c0552fb6c412fe602c547",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/1373dc.wgsl.expected.msl",
      "new_id": "faf36bc245e08c0b01de789a7580c927ba8a3408",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/1373dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a6f141cf3cf56ff4de5f662aac1aeed448151b4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/1b8588.wgsl.expected.msl",
      "new_id": "54df89a6b74ef086b025d7d6964ab99cf3313552",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/1b8588.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f7bc8c330cbe24b1e6c64c965ba168d3292a3681",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/216c37.wgsl.expected.msl",
      "new_id": "1a8043486be384b15c2e1e543e952217c09790af",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/216c37.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "63a8114d026eab424c56089e0397a664332574a4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/3da3ed.wgsl.expected.msl",
      "new_id": "32724c900fa0a5fed7941358a188260fa8b5ce55",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/3da3ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0aa0e34c79ba23552aa57fb9d6133e90a79a036a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/4c423f.wgsl.expected.msl",
      "new_id": "a2dca9da1ec470d182e57820f33cb4891200e4d6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/4c423f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0039213b44f36c21e0878b7679ec4c244fed19f8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/5a2f9d.wgsl.expected.msl",
      "new_id": "b6e1b01a492523344f9c483d151115e462e60362",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/5a2f9d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "607820f0eaaae10b47c23151e5a30ffdc387b42a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/62d1de.wgsl.expected.msl",
      "new_id": "f2f10d4088fc57c9f5a2884fc4a912f5be2264d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/62d1de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5ed09e933141c9f76bf3f3449c0d34ff972f60c9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/6b77d4.wgsl.expected.msl",
      "new_id": "0510d32604899635033f3114b2577ce0e36586a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/6b77d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc206d4434f61bea37062e684b4dd5ad5371fb8a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/6d376a.wgsl.expected.msl",
      "new_id": "81adcf4f183d6fba066f21751adaf718b6ea1bf2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/6d376a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0fd42cd46b00357eb26cc15117dea850d48ae568",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/81c381.wgsl.expected.msl",
      "new_id": "d889d6566f90fe7b42a517d3cb3f8614e5fe85a8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/81c381.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "885128dd6ea1051b8cf1ba09f43580bf6063e12e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureLoad/bc3201.wgsl.expected.msl",
      "new_id": "0af8337e9dc3be0f718dfbf2808680dcb69b7d0f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureLoad/bc3201.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "afd278a72f6770c8fa14943ef993902a6414e134",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/000bd4.wgsl.expected.msl",
      "new_id": "e413a3c00a7cfec779ac52d7a6a98b82414c4b87",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/000bd4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8a7945f0bdcd41e9edd0060ce2ff04c59df50768",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/00199b.wgsl.expected.msl",
      "new_id": "db012acc915278de837c03d77031d298d914f0d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/00199b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36f37d6cd0df5d6310ba03d03fdc1dc91c95479b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/005fcb.wgsl.expected.msl",
      "new_id": "ab938322e371f3e842f87555106376625d81c937",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/005fcb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "039b6a7d510b6c6b076b52495ad99909c4691b19",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/007dde.wgsl.expected.msl",
      "new_id": "73d4bb5cfd17186162add56d3f69ef3ee0ed3e54",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/007dde.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8285422dc6be1a7887a6f86f4b44ca69b93604ed",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/00ca64.wgsl.expected.msl",
      "new_id": "b19e33ed177765c88ca90cf0ff416b046ca6b873",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/00ca64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e4ef911300a2724bbc4acdabd1872f1fb931ebb7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0148bd.wgsl.expected.msl",
      "new_id": "1f3dd4dbd3ceaa014a5258b3798e9cc2dda92774",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0148bd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c57881902d089d4b374d1703df02dd5754a03af1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0187f5.wgsl.expected.msl",
      "new_id": "a97394318bd705958e739d79d46926caad48bdc1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0187f5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b584454272e210c1c90fe9c5414699dc74691de1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/027f3e.wgsl.expected.msl",
      "new_id": "bffdbf3a37078600bb03500e6f631000faf3686b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/027f3e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f3b6cdbfbcda8df9fa6686cde8bd65049aa18fd2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/031506.wgsl.expected.msl",
      "new_id": "bbd3afbfaeb18e57dd4ff6c5a4a6d503c2d3430b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/031506.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d75060a669bfe335a7d288b73bc073614eb2e179",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/033559.wgsl.expected.msl",
      "new_id": "09d34e01a0463d82f5cb4a8829a24cb3f93033dc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/033559.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f912a021438e45ea486cdae217f5e2f51bdaa95",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/036d0e.wgsl.expected.msl",
      "new_id": "837836dbf1d1fdb68f153d7769e1f2cedce5c405",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/036d0e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5e54a34c15b24dba9c5970039b75939ecb8a20b5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/03715f.wgsl.expected.msl",
      "new_id": "76ede819585cab6ca1228b147ce3e9e5bb57513b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/03715f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d20e8955c3ce5ac6d2bd07bed8d80a7f126b8ac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/03e7a0.wgsl.expected.msl",
      "new_id": "e545af12c5b375c25d7c01120bdfa736f76493ff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/03e7a0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "929cd5e157465d7799df2c9c5d3ce14cd94f71d7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/042b06.wgsl.expected.msl",
      "new_id": "6bf468d01c40e9c947ed4b43960f8f4e43323a88",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/042b06.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7e1206a917c22b5d14384db8e232a8eb055d38f2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/052a4e.wgsl.expected.msl",
      "new_id": "298c98f933f918066f2e68b001d6b2e90e180dab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/052a4e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56a3172b0bc43fc8c40d55a7210bdf6a90ab107d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/053664.wgsl.expected.msl",
      "new_id": "31f14aaac191d4d147115160289b8db59861701a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/053664.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a04697314a511fa4e61024e54ab30bc73dae265",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/05ce15.wgsl.expected.msl",
      "new_id": "2a2f254656c99ac0f52bf3186044b1bf0d73b70c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/05ce15.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25b00aa09423fcf05c85cce5696fea65520d9681",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/064c7f.wgsl.expected.msl",
      "new_id": "1341d6e657b11f0048242c5b0aeb441f6b8ea500",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/064c7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c4165c635951fb1fd7e322b461c938a3d59ad1b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/068641.wgsl.expected.msl",
      "new_id": "920cf2c0143bc88b96567d8a5496c1d46b7708ac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/068641.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "89ea27a24c8b9ef47ab28df9ded0651497b2b5de",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/06e49c.wgsl.expected.msl",
      "new_id": "52ca8001b305d75f87631695c89d5fba415af906",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/06e49c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "23f9f24193f85273b2f8b94f3941eacebc0df64d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/070040.wgsl.expected.msl",
      "new_id": "104137b44ec476704cc78d82e9af146ba535d166",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/070040.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78e2e1a778f9fbcd249bb29f70a95b3530c320de",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/07548b.wgsl.expected.msl",
      "new_id": "672c3703495d3fa38c6e18d686bb8122056256aa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/07548b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7cdf454b5544679ec96e0ffafa4cb1871a899339",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/076288.wgsl.expected.msl",
      "new_id": "b7a3e677e01dc26406a542f30cbd71ec06995c57",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/076288.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48b244677144b2b9be77367b3de98ebb97f95132",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/07a790.wgsl.expected.msl",
      "new_id": "3fa14ddbfffec670cdaeec47db3eb60f32c54b7d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/07a790.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2ae3b85af7ef9c6969266957edcf68dfbbabc54d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/07d78e.wgsl.expected.msl",
      "new_id": "2a0f6c3af06091dc62431c787259c522730ae665",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/07d78e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60e5032e78faa0cc34a9b7a09510d42950533315",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/09091d.wgsl.expected.msl",
      "new_id": "3e55e33981c21e066f3398a13c20c51108639927",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/09091d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2f15a4312ccacb27ef900960614628e682dbad2f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0973cf.wgsl.expected.msl",
      "new_id": "ef1b7c763af84e80ada176beee9e9506f59c8996",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0973cf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "618349cc8f82d795c41b1abc9cce5c27f4b2ed89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/09b543.wgsl.expected.msl",
      "new_id": "e031dc3779302dd39bc987a8a8e7c7b02aa850d4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/09b543.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c034e0e908d9355a277eaba304e6dc00cefba1f1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/09e4d5.wgsl.expected.msl",
      "new_id": "638cc2b82080e23095e1d5bc26c5f171585a9839",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/09e4d5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a3e0928c27ffd28d1dc6bcd4b82c294619049c6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0a1a79.wgsl.expected.msl",
      "new_id": "d6a4d9c96cf9b22b167e718249023804368e8446",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0a1a79.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f0f81de5f956d760d030f02a1c08524454931c67",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0aae91.wgsl.expected.msl",
      "new_id": "006f79fa016ac1b210de05b86613f566ea286cd2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0aae91.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3829f1bbed9e9072268e7b446d746716f5a23037",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0ad124.wgsl.expected.msl",
      "new_id": "1bcff71a2f5868665fca50179825fe51f9d4b16d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0ad124.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f2d85449c42b7fa730d02deafb2de26b37b830e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0ade9a.wgsl.expected.msl",
      "new_id": "4b03ed00a4bfae6e5d2d5b77de9a68c49f04c7cf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0ade9a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "467b32cfd1fa08122bc35ca552ad6a2377fe187f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0af6b5.wgsl.expected.msl",
      "new_id": "5380d201be171256c1ab0bedb7f061fed9020b77",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0af6b5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0e1b61275b4343a94d0e2e18569361d78b68c03f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0b14df.wgsl.expected.msl",
      "new_id": "ed60fa4673c065bd724bc4c952d43d0831169c0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0b14df.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e06edf4448f52d97a3eab2ee1b43f3f4e8279187",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0b5f6b.wgsl.expected.msl",
      "new_id": "f608565c41fd81964b4cf2029df31cfe9a921609",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0b5f6b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4981fe2cbb35a4367e802650fff35bbe517dd1eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0b6010.wgsl.expected.msl",
      "new_id": "c9c00d120b211790b6eb360e871c7b559442454d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0b6010.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2aecc8a882861bf6862775c0c4a71cb0da52a9e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0b9343.wgsl.expected.msl",
      "new_id": "1dd875c8da0cde312d9fec9b17d50449ef416d00",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0b9343.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "85f49ae081fc32107606a037e8b1300138a800ea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0c3dff.wgsl.expected.msl",
      "new_id": "b3f563db240d098f0ee2297149b7db07af9c9eef",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0c3dff.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36c08753ec0e1272f4226964d0a9a7139f763d2c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0c45b9.wgsl.expected.msl",
      "new_id": "d9f34c1ea858e2b4d25bd8f305044cb68442cf22",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0c45b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ec4d5bde2f0d3b81526b6d75552ca7dc68ba862",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0c92d6.wgsl.expected.msl",
      "new_id": "a5c98552aabf39ec3e74a51a90f9af95ebc3f63a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0c92d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b817254eac3ea7e07c475e2a5af175616ec24139",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0ca9de.wgsl.expected.msl",
      "new_id": "a6eaab95a475b6ee87bdc8e534ed571b88e4a2d9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0ca9de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61c417e4b0f8f7e63752c197c9b6f37e89277757",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0cc825.wgsl.expected.msl",
      "new_id": "a7fbea48a6e5e9ee2671c3a5e4e08a9da95c1407",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0cc825.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "30e02f1d7e46301b40466e8eafc4ea5599ef3b1d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0de6c6.wgsl.expected.msl",
      "new_id": "7e2ef1a14bb6937fa78924343c8720e49460f484",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0de6c6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1635a99a3c9f26c5f22b3e591f80420342de824",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0e5092.wgsl.expected.msl",
      "new_id": "8a5fbaf74e36534cdaf9f4d3cc55d33b8ff03830",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0e5092.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "79d0892fce854d81bfa62df43e0f592eb08cca8d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0ff042.wgsl.expected.msl",
      "new_id": "39ba6b82b5b2dd4509459e1656695e9d47211ae8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0ff042.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6ec5c59c634d8cb472973edb174fd5b6d500a15",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/0ff97a.wgsl.expected.msl",
      "new_id": "6d80bcbd5f1a7a9141bf973fefee981f1b747f04",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/0ff97a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cb0c6329a978fe57d146b11aacfc460b1e79546a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/101325.wgsl.expected.msl",
      "new_id": "375936d5d4171a650125dca2ea3b0bcd692ad172",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/101325.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3d57b19199487827ab849b66de8a00b8c4eb19ef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/102722.wgsl.expected.msl",
      "new_id": "ff6404ecb3519aca23e0bea6d369a07eec94df69",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/102722.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6e226c3ac5958d22826dc18140ee8b685b5dfe9d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/10ccbc.wgsl.expected.msl",
      "new_id": "3c13ab9e9a89fe4d6b433d02a32e2b953808fabd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/10ccbc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "267f251ab88eaf08d8988f63731c7958bd929c0d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1119e4.wgsl.expected.msl",
      "new_id": "335d7ae1a2a1f3524d16908c2187c96a38cace5d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1119e4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fa7aed2bcf8c8a97efce39892ef555fea0e4e6b8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/126ed7.wgsl.expected.msl",
      "new_id": "57d3d8501bd5edc712410ec006d87aead8074bd5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/126ed7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "255427e080881191db34e833668c647c4d3c774f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/132cdb.wgsl.expected.msl",
      "new_id": "82ac177d804337a36ea9ab870b254f673306453f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/132cdb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a7cd2f4dc89ff3d89132b10d021e41ecd953214e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/145061.wgsl.expected.msl",
      "new_id": "93f6c620dce3d47ad3b98b7aba1ca4a049b66a9c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/145061.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5bca379a7b6bfa2835b7aa25e086c5ec4fec899d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/151d3b.wgsl.expected.msl",
      "new_id": "daec0f199fcf7ad27ce7034118354b41e3760134",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/151d3b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6116c441e900f13044f3a85b8c8dd900b174f0bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/154f1c.wgsl.expected.msl",
      "new_id": "9e0046c58a287cd6000f20ce6ec5a6f52c4cad45",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/154f1c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9e46d251ebd122ebf83d6db233a1918d2a5e576",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/158cf0.wgsl.expected.msl",
      "new_id": "180b1ef7bcba02b157024b243dee76075b8da6f7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/158cf0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ebd025be1fd7515d8b4fcf353a0ffc73366b2f3f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/15a13f.wgsl.expected.msl",
      "new_id": "186449e211d14526fb0f46a29c1e2b4d25e14b99",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/15a13f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5897174969ce11a8321aaba3e653e0adf34f9d19",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/15b727.wgsl.expected.msl",
      "new_id": "9066b78113018d2803bd2077abcbfa8a7d92aaa8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/15b727.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9aa4f8e18c16ff6a1e7cacd35a7a7a8181a9dcb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/15e799.wgsl.expected.msl",
      "new_id": "6f1cbf8c564f131790588ed02d6678a37da2f6cc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/15e799.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1af5974e8345998180fae22ae2688e6e8d73702f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/16a29e.wgsl.expected.msl",
      "new_id": "1d3579309020b1f4f3288d3dbe96121b6b9bc074",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/16a29e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e99da8211b13f07e3ce6f538c81d23526f8a5321",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/17802b.wgsl.expected.msl",
      "new_id": "97baf90197ef7215f6f479ebc37a0b6c54bc9fb2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/17802b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3aa84e2869f08e56ef7740230def4b4c4d0682d9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/178e69.wgsl.expected.msl",
      "new_id": "df7a25f40a64309609014e04b3949672c3b99e18",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/178e69.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42eb010f54075873b7f78d43351d4764664a9cc9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/183982.wgsl.expected.msl",
      "new_id": "9b717474553f807eb52492cca9134830c2f74225",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/183982.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0dc8ea4960ccbe8f5a74fbe7f7112a2cd2681606",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1839f2.wgsl.expected.msl",
      "new_id": "d7400ef6f599b51a5452f32113526a1aeb055017",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1839f2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ab2bc29a8da1cc99e32e98e197d2e8ec52411869",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/185178.wgsl.expected.msl",
      "new_id": "b5fed618a1773269fe7da70b2a1b7a3330c5bf82",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/185178.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e68bbba017c147291c6628c7a4189a87067dffad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/195d1b.wgsl.expected.msl",
      "new_id": "ceaaefa470d68c605538a3c007933ee5444cea04",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/195d1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3f76b5b80011128817590e232e46595ccc8f0a95",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/197637.wgsl.expected.msl",
      "new_id": "ac0f84619013a9beeebdcfa32c6d1630c4491f3a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/197637.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3b13cac5b1e0973f0e5615857fd85a97892e21a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1a1a67.wgsl.expected.msl",
      "new_id": "7a6260a5fdc58537ad61e9d7edfdf95388458ac5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1a1a67.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "229d765b921552fe7a93a371552fe6d5009f99e8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1a264d.wgsl.expected.msl",
      "new_id": "e7716eee6917cf4b502b5e16950935955de6e219",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1a264d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "18cf8f5e15dcc187e11b9e754278abb71255065b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1a6c0b.wgsl.expected.msl",
      "new_id": "43dd6e61cee28cd36ef2769e89f9f7f4e5c7223f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1a6c0b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d0d19011a1e29eab3fdfceac6bbc6180beb53189",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1a7d35.wgsl.expected.msl",
      "new_id": "3505a9d00f9aedf3810e954e90485624e02bf4ec",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1a7d35.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5085fd088cde37d3fbb06af5b46e68389e090e5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1af236.wgsl.expected.msl",
      "new_id": "8f11c67bec0f4cb2a77c53c33e8ca92048deced4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1af236.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7eae4d0608c4b2d81091c94c151f277d8240c5f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1b28ee.wgsl.expected.msl",
      "new_id": "0d53a63a872d7c61b2e11743a5e691535e69751d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1b28ee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "536947ea1a5762ca7a8624f1af612885b396b6b7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1b763e.wgsl.expected.msl",
      "new_id": "c6c96540358aa1d4ebceac8d2cad0dc7d6b94d8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1b763e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a15f79310dff843fcb25956d1b62546a6a26afd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1bbd08.wgsl.expected.msl",
      "new_id": "8f4d77377c3059108fe5e015bfd06baf89fd02d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1bbd08.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1d777630a20d7c87b460b70ad67eba8a7527119",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1c02e7.wgsl.expected.msl",
      "new_id": "a4396d6fbe48b28ee41ebafd3af303927ed99181",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1c02e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "82bbde4189c6f0484eb632c1959409c835a9adf8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1c3756.wgsl.expected.msl",
      "new_id": "66f05369a06f870f5dd948813a77eabf1f4ee396",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1c3756.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3b8f7608b39ec72f0e7953e4ab72e2dd25dad82a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1d6061.wgsl.expected.msl",
      "new_id": "7d01f5492c6d7b38cb273e4e57cb87c2aabdf878",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1d6061.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ad6d9276508d51b43e3ec1dfa5bafb13f4f6499c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1dc954.wgsl.expected.msl",
      "new_id": "d146e3a76464cbe7f649ecb041992468f1c096c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1dc954.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2415bf84b9118d77ccd45a59665acd5ce19799d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1dfd1d.wgsl.expected.msl",
      "new_id": "6485eee32893b4f2abafd4d7d98f33728fb662ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1dfd1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "45898173b1860bf541078d4e90bc3f096fb9634d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1e107b.wgsl.expected.msl",
      "new_id": "abd3a64df402229103958c5e72bcd747bbb26e32",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1e107b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56337f58314f7158dadbe6bdba6d67bceaadecce",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1e20f2.wgsl.expected.msl",
      "new_id": "22dafcb92c59960a8774fe092e29c93d26f708d7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1e20f2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b45dc186b7760476b4d225099dae6a7aa37da691",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1e72a4.wgsl.expected.msl",
      "new_id": "8885052193153d854f1aa4dea07dd1bafa84db22",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1e72a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8a937205435b0445b73f4b8a9c02868d0f1ca981",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1e79f0.wgsl.expected.msl",
      "new_id": "2a2eac4b9c3b9f9e7d9b0e3268e9ffa36502c6da",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1e79f0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a6376578221f92accf78c92316e2192b7ec7292",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1e9fbd.wgsl.expected.msl",
      "new_id": "f5c41909cd88f9f458737736d2a3f09bf664b705",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1e9fbd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f6997bde9c994715775e60b1c79b6ff76b48367",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1eb1a6.wgsl.expected.msl",
      "new_id": "735eb894fe631c754fd1f53ede59189d7e43fbd1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1eb1a6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "41078c8a4c7c94332c4bdc5c97559e3a433ba9f0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1edb77.wgsl.expected.msl",
      "new_id": "55504b37162d7d3dedc1c1123a003e7afc0263d7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1edb77.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d6ca2ac16eacba34b2448c173e3a12f70f17e93b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1efc36.wgsl.expected.msl",
      "new_id": "65d06e8c47f426e8ccd313328357dd422549c236",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1efc36.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d5663bfafad65b46c08ce2dccf3a0874ce24e19",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1f1ef8.wgsl.expected.msl",
      "new_id": "7cd6044e799517e4ec72458f3b070031174b4ee8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1f1ef8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "532a4866ba2e44ef6c1d3aacc2b05f9de349054e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1f55ae.wgsl.expected.msl",
      "new_id": "c4f26e47f94bc7c33b534cefebb417cf334636cc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1f55ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "988e2bdd3120ed430a0d7f95e70aa9def985b6ac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1f7268.wgsl.expected.msl",
      "new_id": "308915aead98eb36e5d109bac4aed54895420be0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1f7268.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a840eb8d92b07c1926ba51afa38d26e0bac26fac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/1fef04.wgsl.expected.msl",
      "new_id": "fb92795e4b3b8b42ba102eff0a6dec7db60f352c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/1fef04.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "942c0d61ff907daaaa9e01dc740bb6d1bf127b7f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/202014.wgsl.expected.msl",
      "new_id": "e93ef9fcfa7254483c087b6e19ccdacf3467c309",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/202014.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42ad53c2d770029a6f883790f309a6f47dbc3651",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2031ef.wgsl.expected.msl",
      "new_id": "21e58daab6e9dd26644756616fac05d424ef4be2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2031ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a493882a6bd3c7e3995bbd1276a9dc5800e6e6b6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2046db.wgsl.expected.msl",
      "new_id": "fbbd457fb5cd7f3065fd6f0012a410a1e38afe86",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2046db.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "29cee67d59f571f1eed6a8f94532ec2365450f88",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/207fdd.wgsl.expected.msl",
      "new_id": "e975a48bcf7c2fcd812abd2bba76bc4cd893323b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/207fdd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eb8ee1be7f59f8f7e20fe53444cc2723bca4b26f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2119db.wgsl.expected.msl",
      "new_id": "88dfbd63c8763fc17f55777054ce72ab36d67a17",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2119db.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ca9b7288e06917c984f9b5ec750f4a5654674576",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2128dd.wgsl.expected.msl",
      "new_id": "c2aa0f6846d199ce82efa9c2e1a82517418f5eec",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2128dd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "788c11e75dcd22521c8c8d9e29ec01c3341aeeec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/213841.wgsl.expected.msl",
      "new_id": "2f86538d1c764f55079e6caba3473dd9ddbb5d26",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/213841.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ff6446ebf438e1ba748259abcd02d2175fecf8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/213a80.wgsl.expected.msl",
      "new_id": "6da88e0baa83b058b482598da45425b738de6d71",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/213a80.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f58d48d23d325a783ccf7c2771778fb69375f6ef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/215210.wgsl.expected.msl",
      "new_id": "bda6855abf17777c110d7248898160dbe18a7af7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/215210.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e10c3a8fd7a1b08075962651799ae67c7bc06d05",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2173fd.wgsl.expected.msl",
      "new_id": "f9ed742dee9407866d323047a0c20ea1301ef9d3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2173fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36e623d60d3eea0809374b22cda5041de6f2abe0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/22d955.wgsl.expected.msl",
      "new_id": "5193aa6eba6e6c1e6c57f9bd826dc0f4850fc280",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/22d955.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "feebc909d5d5e7003378da2e4843c17a4274c9a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/22e59a.wgsl.expected.msl",
      "new_id": "51605be7025cfe2258be5d309533162d1c16f58d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/22e59a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b09162d0830f5ae3ad7ad278ce2ff71b39c3ec6d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/22f045.wgsl.expected.msl",
      "new_id": "ede02b6118b2c41b15da9a305ae8bb69e05d795d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/22f045.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "592fd597ed42368c32d3d14309bdb25461533d21",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/230e39.wgsl.expected.msl",
      "new_id": "5091587359cd2f54113ad19cc14309ca98215762",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/230e39.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36d430917cb107b3f03a885e9ebe2561a520d1f4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/232fd2.wgsl.expected.msl",
      "new_id": "91c63f734901582392272b3edf95516c10dc989c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/232fd2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c887584238d26d4aa67ed37383eb6f0d9cee6ee1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/23810b.wgsl.expected.msl",
      "new_id": "57a34d0e5307c8a9589f314288bb35a7de23c91e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/23810b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e808aa7a6afdc25f67791afa51c2dedd387a7b4b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2383fc.wgsl.expected.msl",
      "new_id": "e3de3378548c7679f090f834942aac36fa0a8f76",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2383fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a9e7a97d6b317c5bbefe1e77029ac78d316acba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/23c9f7.wgsl.expected.msl",
      "new_id": "11c5ff27aa66bd5d86535923ca3c26d0a76f0276",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/23c9f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70cb350a8539968f3cc20a0d88e8f4684df2ac74",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/243949.wgsl.expected.msl",
      "new_id": "2aa3db57f4ba5288ad78a55ff689d1dcc331caad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/243949.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed91ed5d88e852cc30b9924ee439f07036459509",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/24bf75.wgsl.expected.msl",
      "new_id": "a99a8fdef01ae360b815a8530dbd0a304197fe9d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/24bf75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d21b8575bcf483e56e04fc741bc6b4f5a8cb2fb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/24e6b7.wgsl.expected.msl",
      "new_id": "847ce03001e0edda77cbec0bdfac8fd150b739c7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/24e6b7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "afc5a3ac565797e97c2721b79ba2bb0dc1604abf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/258ab0.wgsl.expected.msl",
      "new_id": "0ae3505b77c291390a75339a5a5bd501b370680b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/258ab0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6f0e4428f9b6216eaf3cfc5686663d7b5e19b719",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/259d1f.wgsl.expected.msl",
      "new_id": "7b71eb140175813413531877b0c2f9af7aac1ba7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/259d1f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "803a7a79ef9102dd3e004da94ec8fcf12d3c2b9f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/263da8.wgsl.expected.msl",
      "new_id": "e92b7b11c94d24d012dc718e4b3162fe7bbf69f0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/263da8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60dc3dc85900c98e31c4f4239a8c6f30a6cddca4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/26a26d.wgsl.expected.msl",
      "new_id": "4a04c9057cfcc6610fa339e3319bc822b8463a1e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/26a26d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "559ca3a3f0e12d023349d0f4991ddf87b6ef0b94",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/26bf70.wgsl.expected.msl",
      "new_id": "85af3c06f9e89c51df84b9d17a7f0dac93f79b54",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/26bf70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64467876addc118734270bda06d22e13c52decf7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/27063a.wgsl.expected.msl",
      "new_id": "ba9f6073f8445f96fadc8dff5f478bf100abf581",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/27063a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "be1a26b45b301c1962a0a38a125a851109928751",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/272f5a.wgsl.expected.msl",
      "new_id": "49f3fef7eaea0c30164104fc0d0f3e7a62d20d62",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/272f5a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "35d6a9e89e6655d43298499e6e8b94023f504264",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2796b4.wgsl.expected.msl",
      "new_id": "ba66a0fd970e5f1760dc5339b90e7a8337ca403e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2796b4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "050d67bb4307d74d1cc362c28663a8ecd103bfbb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/285218.wgsl.expected.msl",
      "new_id": "55bc47550ba8c13bd31602bf5602479c437a1f95",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/285218.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "461aacae569e2d70f8c02b2fcff20e75e838a05f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/28a7aa.wgsl.expected.msl",
      "new_id": "55735ca777ae616f5c05ae449f684ac1e7874969",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/28a7aa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c50be089f7afb1b3cec4f7d6c3a771954be48264",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/28a7ec.wgsl.expected.msl",
      "new_id": "69a799f6715d36d88522153a034f2134a3b89049",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/28a7ec.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38f4bab6f17ed4cf81880b7279b4b43f2595b502",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/28e109.wgsl.expected.msl",
      "new_id": "1c8fb9cd6b3d3340a9a806f8481fd6e25661597c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/28e109.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7032983ee8cc2fdbb26b1f4e6e7d1466fc1cd832",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/28ff45.wgsl.expected.msl",
      "new_id": "e92a5c3133bc83872eccc48fa4ba52d0a755ebcf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/28ff45.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "69b64bbaecbede27d1a26a296c2f83cec87d6703",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/292758.wgsl.expected.msl",
      "new_id": "4ca08b143b245ffbd62f34105f245ff5f7ffdf5e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/292758.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7b874e0b1c52a6cce9cd1e561cbf2f64c216033a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/292b9e.wgsl.expected.msl",
      "new_id": "718382957908bf4563dde0fe49c90629e98173e9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/292b9e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80a3d0ddbd5730bdc80d8c7f4c33a50ca7306d6d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2a60c9.wgsl.expected.msl",
      "new_id": "b0d91091ef980ebad722f82a4a3ff280a9b546eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2a60c9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c0b40938d65bc00a1507d5f3dc4166e8ad491998",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2ac41d.wgsl.expected.msl",
      "new_id": "5fee2b7ffa8c7509798abb8ef1215231f1b39ab6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2ac41d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "105bb1b71006fd42be2bff505299b38d781ab52d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2ac6c7.wgsl.expected.msl",
      "new_id": "1ec8f30e8a64f19223da5bda4bf7d0b833c05785",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2ac6c7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a199cb1dc382d03042efa6fb364590d1013d80fb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2addd6.wgsl.expected.msl",
      "new_id": "400a58b9c2e8f07969a85accc4382f61f2f78df1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2addd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae7f9e010c7644bd053a1877f6859f7894d6b30a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2c76db.wgsl.expected.msl",
      "new_id": "2f4152f0e19bcf78ba8eb36d3869c7bcec3503a1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2c76db.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0daef2eec63740e74df15b5de7aae9780d4fada2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2d089d.wgsl.expected.msl",
      "new_id": "6df6edfea9676d22a1310d0c8808cfef31a197bf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2d089d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "659d2e001eba1c801a40778f4576fd91babded59",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2d2835.wgsl.expected.msl",
      "new_id": "a5cabf8c7afe653181e6c85b052e496d9960248e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2d2835.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61f4cc6170fa176cdacf0f6109d9c0d144fea5fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2d90c5.wgsl.expected.msl",
      "new_id": "800ae9b59fa95cb2d5087c7ce860360425f7ad03",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2d90c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "052581775828eb28faa157a0ef8030552e018a69",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2df719.wgsl.expected.msl",
      "new_id": "4e4fb88f77f7ec9140d1dd20816742862dc02b31",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2df719.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36ea3b69ad9047e8e49c1721d714c20c0d896449",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2e4245.wgsl.expected.msl",
      "new_id": "549b5cdf5e89d5e0742c5c1571e628da4ab3439b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2e4245.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e702615cfdf2a9c5f09563306ef8479f25305328",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2e512f.wgsl.expected.msl",
      "new_id": "6c982c864edf73322bd3f4a659e06a7af84dfbe0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2e512f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc1671a831053e494b9896bfdafb47403f37390c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2e6102.wgsl.expected.msl",
      "new_id": "a8fa9f82dd83964682a7cd5d7519f604193a6874",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2e6102.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b86e000f7dcb85cdba0258f98d7d48e4a108e501",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2e9685.wgsl.expected.msl",
      "new_id": "fd6d46d94173b0b9aba77bb13fb5c5906ac45327",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2e9685.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b54d12c93cddb274184c2c72faa2beba76cabf83",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2eb2a4.wgsl.expected.msl",
      "new_id": "22ce4dfbb3c5d7cb401546398561bf31a691f871",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2eb2a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4684ab7214ae8761fffde185e9f21275a1e5c9b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2ed2a3.wgsl.expected.msl",
      "new_id": "b2f6e999def90738e8024c306197f7a85127ec67",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2ed2a3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6c7fd9830eed0a40e098f4e08e061efdda60a5ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2f29ea.wgsl.expected.msl",
      "new_id": "cf1525a6087eacdbfe59b6540429aabb16aff520",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2f29ea.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c5123253b75f9e493e3d72861595ce8b2850fa5e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2f557c.wgsl.expected.msl",
      "new_id": "c3987acb486417e790c0374ec55a5bed9004efd0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2f557c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "74236cd0c5150e2ea01a0ec25d276eb22f4b01e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/2fb415.wgsl.expected.msl",
      "new_id": "a09571939b12b4367ef182992a9ca83cd216b481",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/2fb415.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a023186af9811e052685ae84ecc89a387fc9c17e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/30b0b0.wgsl.expected.msl",
      "new_id": "f0f4104c1342f023fc87ac525e40f2be8d8aff6d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/30b0b0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d88e09880f5b43620ee82be0a301e0c9cc2c279",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/312f27.wgsl.expected.msl",
      "new_id": "2ee91cb8c93bb169644553c485eac04e8bf720e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/312f27.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1123ebb62ad1535c0aafeb203abdd8b84c4a37dc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/31745b.wgsl.expected.msl",
      "new_id": "7759fa80fc878eaf44889f557929641a3f6c41fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/31745b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf5f6051de15bfc13924bc249cdce19490c44531",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/319029.wgsl.expected.msl",
      "new_id": "45b19e943510dadb3e6fa54b476224abf934bce7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/319029.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a8a7f62ba126e39d40aa708aec4ddf26e873604",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/31d903.wgsl.expected.msl",
      "new_id": "b3cd665dd1913244792941b55b9e19e30c7447bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/31d903.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4019cc34a814bde1fafaf38d0dad6d6c16ad3b47",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3288a7.wgsl.expected.msl",
      "new_id": "5d16edc93d97c17769f49c07f4d6863e1d7ea72a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3288a7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3db3844662e07174d2c6002fa1ca6230c33deea7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/32d3d6.wgsl.expected.msl",
      "new_id": "72de0a478764cf18ace3cbea21c39bca1e7f0749",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/32d3d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "142683210928f847ad8c7c384b225e9f5a702bcd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/32f368.wgsl.expected.msl",
      "new_id": "609f18ec125536422f7c5b24f9980bc7cc81e261",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/32f368.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9b7424dce5fa045ce42c826ae6583580dcbeec56",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/330b7c.wgsl.expected.msl",
      "new_id": "1bf36dec49440f1201347b913d30fdcfb4605cc4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/330b7c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f18cad5b276cdea953072e64f3a310933c382ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/330d1b.wgsl.expected.msl",
      "new_id": "40ae1873ba6ae536b1a65ae8f72ed457585745bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/330d1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6777368836b61e2332ca47be75413ce8ce6af05a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3310d3.wgsl.expected.msl",
      "new_id": "dfaebbc88bdbdda8514b099a30c777898ca11caa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3310d3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "83c9b023aec8e91690e6c49ff960bccb21935145",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/331aee.wgsl.expected.msl",
      "new_id": "7118ecce3d00b24e42f309bd148fad69e3cde220",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/331aee.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c26fbfe3df346104f3515ffca5c9095783e33f89",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/331f70.wgsl.expected.msl",
      "new_id": "84fd02c92fd9bc17fbbc0a513d60577d4a324732",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/331f70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d9a9fa5b12ed67d44be0254f2f98d70b2ef8a32",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/33b828.wgsl.expected.msl",
      "new_id": "6e077eea63d14fa69c8009ad75d9d58b548d8459",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/33b828.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60c10af54bdd5d17ce8a6f89f58def2d0ff8cc6d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/33cec0.wgsl.expected.msl",
      "new_id": "9cbd92c4f31b6d2feca040143efa870828a09b26",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/33cec0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f8fa1d73e520e408af8724711e4e51de68a19832",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/343293.wgsl.expected.msl",
      "new_id": "fd5d7a3bcf49434031e2f152d4657fade749c398",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/343293.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "90bd6a95924efb282fbd9e0abbec97290b5cee4f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/343f2a.wgsl.expected.msl",
      "new_id": "88718f26a6f1b5e46a9f1d53d4889119a11bc53e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/343f2a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d9d98b7da41493ae83bfcb6584efbbb63b788df9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/345332.wgsl.expected.msl",
      "new_id": "ab67f680e283708ef36ee8e0f1a67148f968fa20",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/345332.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e4da8aa7de6e9ed24c8eedb435dc3d51eb909833",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3568e5.wgsl.expected.msl",
      "new_id": "bbe3c677987f358345cf610379433bd9bf737cdb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3568e5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c919003a1869b9460c681f2ce86327112245ec20",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/35ae56.wgsl.expected.msl",
      "new_id": "49d840553b6c1e8f0e3f9ec2cda9fa570714db60",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/35ae56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52ea425ee166cf46932ce94054007f411dfaade2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/36ae99.wgsl.expected.msl",
      "new_id": "563ac35b1ceff6cde8672e26753762c478b5a5ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/36ae99.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5b75259835dfa6870ab6e82349eed7078a57feee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3773f7.wgsl.expected.msl",
      "new_id": "6a2f13b50549857cbddcbc7c1a288c4e0b8f76cd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3773f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28b0a79aea5db80aaf26e219df39ee71a8adeb60",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/37eeef.wgsl.expected.msl",
      "new_id": "3347c081fa369baeedd4af0ed737ef456db235ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/37eeef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c680140fc24bb0a3d607e54ea11623af52c089e2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/37ffd4.wgsl.expected.msl",
      "new_id": "7f68088f67d9f31b91511e0c3f7c08c7972f12ca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/37ffd4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c20a52379ec19d53fe512071e79a14131fd2f274",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3865d4.wgsl.expected.msl",
      "new_id": "f61511346c03e90b21a3bca33d99d0876a2d5586",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3865d4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f68147f1f90bea738c790a99baaff839c3e136d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/38e8d7.wgsl.expected.msl",
      "new_id": "199a402cf66a1a5988f2bc67e02d0adc0a56ee40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/38e8d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d9c70712469ccd5eeae11598f88308240372adc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/39157b.wgsl.expected.msl",
      "new_id": "1c1ba12a58a6d0cef9686c512f5d882c29a7de09",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/39157b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "34d81c9c1b1a7219d98e2b33b78220ed32aba600",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/39727e.wgsl.expected.msl",
      "new_id": "a79d7c817361dd852261bae0989561da92ccdf03",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/39727e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "40c46a3e69755cb5f08dd77283b0dcb9e3af53b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/398076.wgsl.expected.msl",
      "new_id": "20ca62efd28595aea2c9b92e2d506860263bd051",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/398076.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "599e8baee9e687c0d203d0faaf117d32e2c56143",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3a2ffc.wgsl.expected.msl",
      "new_id": "0fd9081da9b2d51e1ee10ac815b7915fbf71c740",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3a2ffc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "100d9c0a891e6047d01ba5831e7984840b175d90",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3a52ac.wgsl.expected.msl",
      "new_id": "8336dc5b45c192755876160ede036fd796c2dcdb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3a52ac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dee252a053091c85732238cd9809103aaf42deba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3b75e2.wgsl.expected.msl",
      "new_id": "ded55f1d8effc531a938c207d704972ba253eb7c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3b75e2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "013f2c9b30e749ead21f96efbfc6a9048e37a7cd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3bb7a1.wgsl.expected.msl",
      "new_id": "5c0837ecdaff928b6c12b1bd0e6bbe2e945b569a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3bb7a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7d4eac971527b3656e1063b9abb72449403f040",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3bec15.wgsl.expected.msl",
      "new_id": "fc57027ea6e1dbe4e1fda7830dadb9d46335da9d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3bec15.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e032c57737680fb18e3d0db4a27abcedd62bbf37",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3c1937.wgsl.expected.msl",
      "new_id": "ab2957b30d51c7af1b2bf5e966da6e3838dc768c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3c1937.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ab9bddca79ec1d279f500b21d266d37ecd9ba1de",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3c1c28.wgsl.expected.msl",
      "new_id": "415be8773c9ed118060e035b346abf83a2c7c205",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3c1c28.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6777fbe4700d19d7b16fdd6be101c44ae369496c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3c7349.wgsl.expected.msl",
      "new_id": "9e3b30657693565b00be2b745861a00e95315447",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3c7349.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0d8aac93d77532e3433dd18ac38806552b91ba9a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3c8505.wgsl.expected.msl",
      "new_id": "47cd17491a30c9a1d24efb1550bdf94c4d0b2fbb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3c8505.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5c813516ae3bf27a8025bf4f65648fbe34ff8f94",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3cbc4c.wgsl.expected.msl",
      "new_id": "a23fe5b9121cab5ca6aeb2c2bbb91e0f9c3ae3e0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3cbc4c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d52ff3e5da1721aa136bc19ab1de475cbf803c63",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3d1ebe.wgsl.expected.msl",
      "new_id": "150c0cd2e4e4061b076a05229bf94d327ed18cad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3d1ebe.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "106c92122816172c7a58b69821e995bb5c89bcf9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3d2d64.wgsl.expected.msl",
      "new_id": "c487b72d1c639ed92039f809e3df8687e36af5a9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3d2d64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "49a472a43a835ed96487213af459cf75968ac671",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3d6f01.wgsl.expected.msl",
      "new_id": "e3e0a5ad93e2c0d387e3e8ddb4aaf13b60081b45",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3d6f01.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b418081a6a7c115d670f1e75b1827493a6ef16ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3d96a4.wgsl.expected.msl",
      "new_id": "0145a86871f05f2eeacc79b131b7c10481fd2a01",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3d96a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0dd3d0eefd1e6a810353522f70fc4edd573aed2e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3e0dc4.wgsl.expected.msl",
      "new_id": "cc7622af649fb657728db0131b9f3c40cbb2c857",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3e0dc4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf0396c2971d6565d3006229936dd0347c47baf9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3e1a70.wgsl.expected.msl",
      "new_id": "15b546e1c46d311f8b1481512625e656a0271d47",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3e1a70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25de45bec63b22b5f2ba2e7a858f9bb765e8bc26",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3eda2c.wgsl.expected.msl",
      "new_id": "bf5d2cad754bf8b0082150a112b1584f141e9d92",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3eda2c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a2a64f462ff793ff03063e6e348977a750f8431",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3ef29d.wgsl.expected.msl",
      "new_id": "c81ddf5a4fd78eaf12bccf0e6cd5454a9fa57264",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3ef29d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c90fe47efc5783bb9110eecbb5c3e410a7b4eedc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3f03d8.wgsl.expected.msl",
      "new_id": "79d144152f911a5b8ae81ee453fda33f8eca98b3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3f03d8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7d3dee6e5e92e437f28f25a7417d69292b531752",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3f2b70.wgsl.expected.msl",
      "new_id": "0f16c70ac3ce55a0ff5319092d77db9881b7dcf4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3f2b70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "00c09fae46c714cb66be00a5f300d360a6ef7a01",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3f61ca.wgsl.expected.msl",
      "new_id": "388f608779111f2b8096b87a5b274bb7f6a8a1e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3f61ca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4e9c374430b3c74136bc8883e81e86a2f25bd544",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3f6488.wgsl.expected.msl",
      "new_id": "1545820cbd329d9b3ea88dad4c220f9514a8590a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3f6488.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cea7fd8e7c062ce00f4c2ea61c1128da35e485b6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/3fb31f.wgsl.expected.msl",
      "new_id": "c99f1e42c6abba6b7c3d720fbf51d2f91cfc0064",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/3fb31f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e78954fdf4460947ce8369c080343da4456ac88e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4053e4.wgsl.expected.msl",
      "new_id": "535b5ce3eeef70405de6043d5cf8a88e365893f8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4053e4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3caa56795068e976f0dc3b727950042d5832b04c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/40c455.wgsl.expected.msl",
      "new_id": "8b87d2548aab0a7061b8f1b79a96cfee5409a4e7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/40c455.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6368e24488595900b30990ad3d3fb67220314939",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/40eba3.wgsl.expected.msl",
      "new_id": "aeff52ceee72467094155f6280839cce273d7bad",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/40eba3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c9d98ec26f55df2d2fe790d8142c3e98630fca7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/413b39.wgsl.expected.msl",
      "new_id": "a5fa73ff71161c98a8d33c95c3ca3d066673c990",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/413b39.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "98c1ba20eae5735abf714197e50a835015eb918c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/42240a.wgsl.expected.msl",
      "new_id": "0170a65a3e90515dfcc5a298726d7f190249e752",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/42240a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4dc0d001dd5d76802ff28a18011e43b475aa0f8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/427a0c.wgsl.expected.msl",
      "new_id": "5e1ea7240bf6e43faa9addf9ef73243a5a1989a0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/427a0c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d7dde41c4e00fae0e7b2a5fabb510dccde9365d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4288fc.wgsl.expected.msl",
      "new_id": "76933276cd65fc86888968a664963a2a7cc3ccc4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4288fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64bb38a32378b8d13aa1060118f04d2bd359d4f7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/42aae8.wgsl.expected.msl",
      "new_id": "4b316a4081b81fd409dccc886647b6f88a5f3d21",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/42aae8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "25f7a9c7457f2dcbdf78f28e3e0ef7b6de68d5fb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/42eabf.wgsl.expected.msl",
      "new_id": "c7aa44fbf5de1a7505c538bb945709f0434e3d9e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/42eabf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "185e621873adfd1f318dd63cda255afc4c440fb5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/42f312.wgsl.expected.msl",
      "new_id": "a683e1339fd712c39660486ff15c5d649b07d811",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/42f312.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "907d5619dfc31a0cabf834f5e345d8ac424db39f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/42fb61.wgsl.expected.msl",
      "new_id": "44ef163df9789fd659d8d3ac80ec16e603bcb80c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/42fb61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "10747c6318ede37d7402e591d8f5aaa0a60218ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/43b234.wgsl.expected.msl",
      "new_id": "0b69355922d3f330e0f82c7f597fbe0f975df126",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/43b234.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "77de5dca419a4d52cfe6e4755e1d21792965cb40",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/43d1df.wgsl.expected.msl",
      "new_id": "0334c56f20d66169d51397f873110d8a80446ce4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/43d1df.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e849ef93b7eaaa93f2480cfd42328f730b01dcd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/440628.wgsl.expected.msl",
      "new_id": "1566d15fab8e5590b7ea7866c17926bdb43f25b1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/440628.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9acdd63b2200f7519a18758a1c6daf5dca4ef99d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/441222.wgsl.expected.msl",
      "new_id": "a59e0ce142756fe2ff33061167e79890fa059196",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/441222.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa9f893312f7525030f76c667b011eff4613198d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/441ba8.wgsl.expected.msl",
      "new_id": "8f7b64acfabb9a9de8e3b46cf1bea8db1b6c486a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/441ba8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "66bbb98a8f566f5ca59c7ac293b7e683ef3f563d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4483e7.wgsl.expected.msl",
      "new_id": "7dc568f12d79e69c42d34158052e63c5a0a93632",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4483e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "494776af09509551a6d10dc93de99eba19a8c28b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/44b372.wgsl.expected.msl",
      "new_id": "d75f761dce720dcf34646ef5d010349e1da2b8e7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/44b372.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e4468a8351219c57329cec40c6b94ae168e608fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/44daa7.wgsl.expected.msl",
      "new_id": "8cd2925330780d8c53eb9c7949a8a505fbf4e889",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/44daa7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b66e073675f3b71c6cb4160cf8406f994fe2f000",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4505ac.wgsl.expected.msl",
      "new_id": "27c20f89a5e01070fa2774800a2ad9b8001f6f0d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4505ac.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8d38f098b2b43bc761f602160935c3dcbd9d29e3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4528a5.wgsl.expected.msl",
      "new_id": "8f0fa27d3a9c781e9db350a4320450343a7abb25",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4528a5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e228be4a0a54f14a9e11dd4a6267faf0f2e23150",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/45be8e.wgsl.expected.msl",
      "new_id": "34ec6e3a3f524a9a894da4429fb16d8d561122a7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/45be8e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f76701a7e1f9984ca612b1aa9620ced57e9b600",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/462199.wgsl.expected.msl",
      "new_id": "7fa8070a0ca8ada78498285e55b6eaa8b1ba2d46",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/462199.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f95f71398a260bb78b3dfb1ee23d1d2924d0de1b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/473ead.wgsl.expected.msl",
      "new_id": "26cb9d4a479746a70b56fa98552d23c365c4eb9e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/473ead.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c86e19a51cd398692042fdafed47575975f6cb6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/47bd70.wgsl.expected.msl",
      "new_id": "5c1b76c97906cf52ae08276c916aa7316878158d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/47bd70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e4dfa63d6ad6caddfebb9df3b05609fc30df694d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/484083.wgsl.expected.msl",
      "new_id": "6dba2663b1fe833be4cf1fee6607a16ba5c3a4c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/484083.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce62d59a51f738b6848f0f9c7fd05e8172e13787",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/486500.wgsl.expected.msl",
      "new_id": "ef836853428dde8b33bb99e369343e49dc0aa4ca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/486500.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a2ab4b22e4e174dc23c9f36fd2c76c29729e37c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/48c2f3.wgsl.expected.msl",
      "new_id": "7e66389b0962cfae9f3376f9bcf277b8a862e033",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/48c2f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0561f8359625f79b4a85ef11afad94edc0f56f62",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/48cb56.wgsl.expected.msl",
      "new_id": "b9741f7a87d18b27843edca3bfe2d82a54393175",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/48cb56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a61457862efb292d323ded2c4c68e4267e2774b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/48eae1.wgsl.expected.msl",
      "new_id": "f09fad34155b4ea0fed39dc5c3b586b27824026d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/48eae1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d8d48d9185da172d4e93099373cfb5ad4c5ae36b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4ab6ca.wgsl.expected.msl",
      "new_id": "b3f9b7bcc75897703975325420126567ea4d4503",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4ab6ca.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dec887eb6ef7113143822d49b92153570ea6f86a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4b07f3.wgsl.expected.msl",
      "new_id": "9901a1c03813157f11bcc71b874fe399117035e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4b07f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3cc5d8eda611b4e6d937b358d4d3ae2a68a52ef9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4bf1fd.wgsl.expected.msl",
      "new_id": "279f665880439e6b2e46645f30c82827997ee5eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4bf1fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b1bef97bc879e6ee67ff5edfdfb33e0b740ab2a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4c454f.wgsl.expected.msl",
      "new_id": "0770db66d5d2d850ca85cfe0abd179e01c5dac94",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4c454f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ad2f775ba59fa8d0569a44ba3697685ab8f8a8a1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4c76b7.wgsl.expected.msl",
      "new_id": "010d46aa2a426873529bcfe7a58f1a938d71eb34",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4c76b7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a1003f3c3a95f42ef83183e2297a8fb483886d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4cce74.wgsl.expected.msl",
      "new_id": "124f1940a33d165c61dd3097636df092d6dd1446",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4cce74.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "74f6c109461731168a6a18e9220d08043b2d61f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4d0170.wgsl.expected.msl",
      "new_id": "98716f0815428e2c6aa0232b18332767650084b6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4d0170.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "31916bc6ca364b5585caa4cf6e8a936d45a1c088",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4d359d.wgsl.expected.msl",
      "new_id": "ef20324e8934e7edd6ed5b8c93991324f630572e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4d359d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ba6f3e2e6a402e1ca3e29bf595e0ac73a2571dd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4dbdd1.wgsl.expected.msl",
      "new_id": "8c309137438c3f789edae607a99f85a96e996e76",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4dbdd1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a19e828b54663f61c4bd6158c38df6f2ae9d609",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4ddf52.wgsl.expected.msl",
      "new_id": "f5fc4ee0a5fe93b95bf410675d8e2e95f738f6e3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4ddf52.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9df7e0c3325bb632d83fbb021559b8d4af1a818b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4e2b3a.wgsl.expected.msl",
      "new_id": "1d30d0701f1dd8881aba308fafc892a2486bbdff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4e2b3a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a24cad7989ca0f646239db5554e9ebfc0b49041a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4e6335.wgsl.expected.msl",
      "new_id": "bdf0edfd4e46a98b385331c0908b25c091d40dfb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4e6335.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ff3197c03e4398426f124221d102efeacfe838a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4e79a1.wgsl.expected.msl",
      "new_id": "7e9574ae98c955537864752aebe67fda883d813e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4e79a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70917c66db38b9b17485d857b52b6ec88e195255",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4ec7e0.wgsl.expected.msl",
      "new_id": "b583f4c657919d1b698af675b850ff92bb113421",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4ec7e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91dc37960072b417daf337a2d815e5eca528c489",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4f017b.wgsl.expected.msl",
      "new_id": "e723908cee36b83a9556586531f92cc153b7bac6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4f017b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "45145ec38c143f3656beda8d519e762e4319100a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/4fc057.wgsl.expected.msl",
      "new_id": "31e41b420f5460eb70965ee787202b06eb3287fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/4fc057.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "502ac3a74bec1469c22ce5bd750c0aacdbc49e76",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5030f5.wgsl.expected.msl",
      "new_id": "c37e0155383d3ab4122e786d7d44befd31c06a2f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5030f5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc0dc1e68b7990ec21b5f4651d2d6973c793206d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/506a71.wgsl.expected.msl",
      "new_id": "75906905904ed7f1219cf46734bd4d4254fafc08",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/506a71.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "790e96b60cec436e3b69ea3ae2aa56fbf1e43c41",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/509459.wgsl.expected.msl",
      "new_id": "883ac07b6a9f27b5e1161ea2b059ff2a6fa09d96",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/509459.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80c6e6aa9dd442fc39c2df72741fa60c5b39a615",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/510b7d.wgsl.expected.msl",
      "new_id": "c74bde46c5e6eb7c261003426b17be8b399b989f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/510b7d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94cfd35f291b9ca0aad5e333b1e438ed7ba74e15",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5124ed.wgsl.expected.msl",
      "new_id": "74ed8308f88dd2ad9affe199673d98ba2d1880fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5124ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "afda6559a70e7e9bfa6e495447ad5cd9325387a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5138d7.wgsl.expected.msl",
      "new_id": "fee46658df4fa535b6f687bb6af47aab23ca62e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5138d7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7d17acc15b3e459f1953391f0976609e5d4df724",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/51ec82.wgsl.expected.msl",
      "new_id": "0c28d236122f0679813e461916ed935aaac7fa75",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/51ec82.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "23b4e3813bee29efb67448fb839eb172ff8438a6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/524087.wgsl.expected.msl",
      "new_id": "f9dbb50324f746c8dd29dbda615d602b09c75d48",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/524087.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d77cfebec99a78949cceb2865349da07d72b6356",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5246b4.wgsl.expected.msl",
      "new_id": "7c0835372bb0a590e3c8982880e64615bd8d5ee8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5246b4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb88ccac2d33ec9e01aafdf4a7af9aa2328b8f4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/52f047.wgsl.expected.msl",
      "new_id": "3a88c55da9d43ef1758caec61c4101b24efc16c9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/52f047.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2771845733a40e7b89243bed2e4b9852093d872f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/52f503.wgsl.expected.msl",
      "new_id": "a9735a2486eca22a1fa8df3f4bce135efa1e8807",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/52f503.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f43e3273d613b7c25884d2617f7b75560f9c0da9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/53a68b.wgsl.expected.msl",
      "new_id": "060528e75bb57d22757475cb578d3943124c0e60",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/53a68b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7ca3ae1c6daf169dab22a478fc17bc7bb05abfe7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/54011c.wgsl.expected.msl",
      "new_id": "f9a459ebb9b4d314d54245317fa6070637d2adf5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/54011c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1df53b7d12eed23502f938d3ee47955f3c118487",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/540b96.wgsl.expected.msl",
      "new_id": "4a1a75b22c8dce37c8991282b3dd77b981b1cec6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/540b96.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "97056458aa010899978982c1221bce5ced6f0363",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5425ab.wgsl.expected.msl",
      "new_id": "79433392dddf63f3878b21ee7dba37e1ff05da9f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5425ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3526e6823165450f7b7c427b64db954395894524",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/544f06.wgsl.expected.msl",
      "new_id": "d29bf41d95f92d6b3c54e48c505f9a440c4af4df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/544f06.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6e843b66ef694c317dc7ec45d41e60155f90c0fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/54e9bf.wgsl.expected.msl",
      "new_id": "bbbd79f6fda94bcb7a6322228805a81bb0bcb6c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/54e9bf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b3d2208ef20bb24709ea823e6e72def0fa9e88c2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/55f9dc.wgsl.expected.msl",
      "new_id": "38b4b13e0171293080050e8830274d32438942eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/55f9dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ff7796eade2bf608d4d1adb6ee3d8e834ccb5d44",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/56071c.wgsl.expected.msl",
      "new_id": "ebc5d3683272199429881e2980c558a3ee10868b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/56071c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "caea8366993ae0559cd88585735e483bdff43b01",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/562652.wgsl.expected.msl",
      "new_id": "12220faf90685771105205ca59793a56d709a181",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/562652.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ede5d37526f712db14a5ab4f215f33306ffc8a9a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/574a31.wgsl.expected.msl",
      "new_id": "ab6b9b2b048ff41666dff149e8f8497c76625e49",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/574a31.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "50163a913971f9a9e4efc3f8d9e3bff40ff4846f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/579b93.wgsl.expected.msl",
      "new_id": "af2866e27efdb76baa1a481ddb66eb333ffe9bfc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/579b93.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5be493ab4dfc78d44409af0ac13132d0a5e92047",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5841f8.wgsl.expected.msl",
      "new_id": "9bf66b80ba6e95477d9a354cedd96d0bca4d100b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5841f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d706b9de59e10eac9ad6a095a207ef8e4fb48d50",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/58d4f7.wgsl.expected.msl",
      "new_id": "74c86332a598798ae66a12c52921ac09d0406a09",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/58d4f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2602249ede65e1cba55eabd0463d3b3f182c43d2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/58fc35.wgsl.expected.msl",
      "new_id": "fc730df6197d4157088dc13e4904a33a806cc354",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/58fc35.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "82f945e0b59e421665e2890df4e26c968b6f9b31",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5974cb.wgsl.expected.msl",
      "new_id": "112539f57a506d55c940e9e8cd124eb8ae86cdf0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5974cb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "310b19e029e4c956f1e555bb7f107cb84710c283",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/59a0ab.wgsl.expected.msl",
      "new_id": "2a5c784130ddf8e0b89c68ce9c3f0a8239fc8326",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/59a0ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e8881e752e5380ad7b8908992d465f03a17371c7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/59ca10.wgsl.expected.msl",
      "new_id": "5bc4c80255a53c456d9f2af50462a184d0aaef30",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/59ca10.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d80b7e2167c1baf6585c483e37d0fc8c51a9bcb5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5a2f8f.wgsl.expected.msl",
      "new_id": "3efd3199bc31accaa12a4e40544b84c0ce38a4b9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5a2f8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67eb37dd4e80685871f99ed67a579d6bf7fdb5a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5a8b41.wgsl.expected.msl",
      "new_id": "40600d633e7d39da15c5dac73efda30bbe4724d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5a8b41.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "98b6a025b98a72ba7b25a3ad278abf318ad0ef60",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5b17eb.wgsl.expected.msl",
      "new_id": "55f4be9b4251cb0344058eb20fb59614d99172e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5b17eb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e1bf68a2e127be62a6cc5b34b70b185a6491427",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5b4522.wgsl.expected.msl",
      "new_id": "42c07481ad1b970e8d6f70727006196cc64faa8c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5b4522.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "75b4378e40a99f28a533a084ccde8bf0964c28f7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5b4f29.wgsl.expected.msl",
      "new_id": "6734a5ca04918ed41d6388115f44f2bf2c073858",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5b4f29.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62b4f2ae30fa2ca36df3629db31ab11da16a6b9e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5bc4f3.wgsl.expected.msl",
      "new_id": "2c360d4022efd92a5d56a552a1f97b9d0fb23f59",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5bc4f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b536696e965a305f9be1b6b0986922ca040dfa0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5ddc61.wgsl.expected.msl",
      "new_id": "fa9838d6fd4b264511af657f3975e8a56954b3b1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5ddc61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d52263266d64818c86f2d357ff0a193b9b4d1c1d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5ded67.wgsl.expected.msl",
      "new_id": "24e20fa4383c33e7a5dfa5b088752d37f293acbd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5ded67.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9709415f21082d28e628f8783e44c209581eef2b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5e17ef.wgsl.expected.msl",
      "new_id": "31a138ec0a070004ef5cb88892c3771e5eb9a677",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5e17ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "429492e85d1da9efcb79e8012b0a72727d328ea3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5e71ce.wgsl.expected.msl",
      "new_id": "5edbd8899e2d6c95949be07f141e9e08b8d25bb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5e71ce.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "83db84da133dec803c8ad591326d80766c43961f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5ebe42.wgsl.expected.msl",
      "new_id": "ddfefbce6331ce2b89e7f8ef549c675ae3125764",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5ebe42.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "202942124804dddba976f9aa29d3d48f64a21a77",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5ec6b2.wgsl.expected.msl",
      "new_id": "d25320d95476717f7f2ffbc65661fbd42053270e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5ec6b2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e348370dce43545654750dfac672347b5720ce60",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5ee194.wgsl.expected.msl",
      "new_id": "28efcb3502bb018c0384222b59ab56cd9dca56bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5ee194.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1bb7e14677e86dc4cbf30d5b0f262775a97eb6a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/5f9a49.wgsl.expected.msl",
      "new_id": "2db1df46c338249a8bf9d9031b125c9558a323bf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/5f9a49.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e080424328c7795518b8ae44e919beec3566a03f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/600189.wgsl.expected.msl",
      "new_id": "d4728b15548c8413f06ec0c87c865f43c5429fcb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/600189.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d6f8eb8e4b291184e465de7375a6979f31948b59",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/602b5a.wgsl.expected.msl",
      "new_id": "8171c134e5e654fca4261d747f2166b2cd0d2f54",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/602b5a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "47b1b9a6119a168813c889bb11cc2dae9bb3f52c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/602dfa.wgsl.expected.msl",
      "new_id": "1beee21232faed8a4e052ce73d1ffd23a21dd2a5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/602dfa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "376c93aa2bbb0ebc666675d46a838c425ab25635",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/60975f.wgsl.expected.msl",
      "new_id": "fc51853010c1ed195717f7136d822ce793d7853c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/60975f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed2d0fa705d9dbc93bc01e6973114349d0c76b07",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/60ea75.wgsl.expected.msl",
      "new_id": "922605fb37c758a62ea16b7f7d9369c5a51512a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/60ea75.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19bed7aaeebe2ab92532fa60ce61dfe540a59181",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/614b58.wgsl.expected.msl",
      "new_id": "3620b5da939393f6dada5380b215c6ed67ea054f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/614b58.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c326781ce2eddcd1efb0ea0b198d267af32313bb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/62056c.wgsl.expected.msl",
      "new_id": "fa59c85416e6e7b8fc3dc50738ca096dfc069598",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/62056c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8160b03c331a66d04d648a02f27c6d06d5741e25",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/635584.wgsl.expected.msl",
      "new_id": "535c4877e307de280d6463c192c48564b5ce7bcc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/635584.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51962fcae8c9b1e448fb49cc0ef5e03efd291fd4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/637ed1.wgsl.expected.msl",
      "new_id": "c02631df6b171009927593e18f7a51b45c852217",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/637ed1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "526aa0bb4e6890bc74a05f76df2aec9dd1f1370e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/63f34a.wgsl.expected.msl",
      "new_id": "85205318f9c5c1ace5aaadbe9636c71ff7f571fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/63f34a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ba7b30141e82c90243321cf81f5e7c4f4eaff904",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/642ba1.wgsl.expected.msl",
      "new_id": "18b0931f69f2c5099760444ac14004f2478eec0a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/642ba1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32cf7db7704dee2286ab340bf48207dbad42ed84",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6444e1.wgsl.expected.msl",
      "new_id": "6ff48ecd17b6a6737f7ee2e00cea4e1c14155c72",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6444e1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "839891c7897b5c16787387166e8f70abfe9a06f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/645420.wgsl.expected.msl",
      "new_id": "b0ecd34e32f3a902687417d9d01a1f6d67f97b08",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/645420.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "685996546edf690a08296a9a4756a294283e6dae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/646dbc.wgsl.expected.msl",
      "new_id": "e4e87e2b6f250aafb46554bfbf299852d9786cca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/646dbc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cfd40f83cbe3020bdb68da4d238e33366feed331",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/658a74.wgsl.expected.msl",
      "new_id": "0db175ba4ed89e8468871839fb06e3dad4473ac3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/658a74.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "448a145b59c7b60971d3f1c481211e5a0e191a69",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/65b6aa.wgsl.expected.msl",
      "new_id": "b4c16cf25651acce1bcb937acd758e0669e6ec00",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/65b6aa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9b304c45db7ddcc6f438384d14f4522e8e6486d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/65ba8b.wgsl.expected.msl",
      "new_id": "deae61f77f7511680efa5efd6c987abb4bcadc97",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/65ba8b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ddb254193f2d8af9f0d3488eab9efdd85b36c83",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/66e8b3.wgsl.expected.msl",
      "new_id": "64835f4611331dbf70f8597de36a74ba8167f560",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/66e8b3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f12306a6607931fa7f799938b91494461cb3d86f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/682fd6.wgsl.expected.msl",
      "new_id": "c42c1976242a87f3795188e952d9705a71255013",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/682fd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62464eb4f181a22049ac7395d08e710d9e79408b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/686e01.wgsl.expected.msl",
      "new_id": "c18eb1b3841d03075b799660db7fc9adb4c35e45",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/686e01.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56503f8881053435604d1695af2bca7b1c1cb7c0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6893a5.wgsl.expected.msl",
      "new_id": "55a64411403873baa1cb74a94a6ce96cb230a5fe",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6893a5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c9ff8556c7c920e52d4bc6881a1dbeacd7d5a1f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/68ebeb.wgsl.expected.msl",
      "new_id": "16c846fbd5772e13e8beebae82109260f96a278b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/68ebeb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7aa18efb242b36703aa2d13fcf37ca20a752a50b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/692197.wgsl.expected.msl",
      "new_id": "27a909fff28d8204ab773889af626f317b66e0f2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/692197.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "04695177a2415324e6a115a8a01c84879c6d7fb2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/699a1b.wgsl.expected.msl",
      "new_id": "aa6a8da440bd65e642a84f187d3756cb468ed758",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/699a1b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "93bce8ed41bd11081957838262a2f9ec9eaa3012",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/69f6bb.wgsl.expected.msl",
      "new_id": "e194a97da198871b86032f47e7d512412f899639",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/69f6bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae5009aacd3febd0e365fa09a2d9beeadc1771ce",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6a0c0d.wgsl.expected.msl",
      "new_id": "dc75ac091bdc37fed3f4e488da7332604f143e60",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6a0c0d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ab46018e84afc3edfdd5483fdd8153e08a0aa9e7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6a1509.wgsl.expected.msl",
      "new_id": "8b441a3a550466a5e779a9015699bb6f9ce14e48",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6a1509.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9315797dd2c4c326eabf4eaad545c0622b0123dd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6a494d.wgsl.expected.msl",
      "new_id": "52f387df29f2701172ba92e122c3aff5a86f73a6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6a494d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d3be738e153612a79fbe6fd146f7bd5c7eb5500",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6aabe9.wgsl.expected.msl",
      "new_id": "c00b1025ead72c9dd2a5b034be80c853bbb52dcf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6aabe9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6efa9ce37aaea40877224cec519e713c6d29380",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6acb1e.wgsl.expected.msl",
      "new_id": "2ca7035b0d193996aa0249611fb8711f2a73df95",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6acb1e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3f596e1dd189b45c6e3e76d1252c263b683b287e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6ad25b.wgsl.expected.msl",
      "new_id": "82ae9b698e7d653f6e27c9cbd5e9dced8b5589bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6ad25b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ff0b95e6e216f880fc776240a34a1f540312a905",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6b75c3.wgsl.expected.msl",
      "new_id": "552fe749a0e10fccfaed0325b516b931448c5795",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6b75c3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9285d2a702d3e72bc48b6de83ee662cddc2a5289",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6b7c6f.wgsl.expected.msl",
      "new_id": "5c4fe02046802fb203842b1b30657b44ebdba507",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6b7c6f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "26fc0ef3462a98017452a6677acd5eda5a39e77b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6b80d2.wgsl.expected.msl",
      "new_id": "3de0cc463c15028ea5dcaebdf01cc790050f4a0d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6b80d2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d998aafaebc69fefb28afb3f3b302e2ee4f13de7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6be9e0.wgsl.expected.msl",
      "new_id": "44d848eb828acab824ca5f1c39ab8d2af395ac7a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6be9e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e1a0d732939192d52beb55a35daa276384c25f35",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6c4347.wgsl.expected.msl",
      "new_id": "9aa8446bcf4af8902e7ec27e5a2932c792f6eeb9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6c4347.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7878bf9470de35ac676867b89ffc9ded174b709c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6c4a70.wgsl.expected.msl",
      "new_id": "b2b40286259307b6803330119dc392d803566a10",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6c4a70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc65ef41438cee7262f853d1ea9909df4fb1bc79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6c7b53.wgsl.expected.msl",
      "new_id": "941f767f02719c9eaef39bf05fc59c1bbe988b1b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6c7b53.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "957bbf84d8d3744c8ada2455f58d28b1056b2148",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6ca3e8.wgsl.expected.msl",
      "new_id": "b437be46dd307b27ef14f91a43798ddfd994b4d9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6ca3e8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5f192f4ec8e09ed540bcb9711f60962c25d8431c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6cff2e.wgsl.expected.msl",
      "new_id": "cd147ca9f76055af341186a534254388543e4694",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6cff2e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a79094d3fcaa394799dfaac268b8134b83e8a8e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6d1809.wgsl.expected.msl",
      "new_id": "ba4ec08da4a8407e56a16711a3c68c1b1177b783",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6d1809.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5719d07098aef7570fd96e80c71366cc726abb27",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6d259f.wgsl.expected.msl",
      "new_id": "5e24fdc70b93cfe312eb1a075212d47e3a640a0e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6d259f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9ccf1ed1163824ac52490859e018a4aaa4414db5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6d442b.wgsl.expected.msl",
      "new_id": "9bf1466f177af81f2c39d894d8f79d3a3c29b434",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6d442b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "75c89cbc6a4e11345e49562170e4c888af7930ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6d7562.wgsl.expected.msl",
      "new_id": "5c86d6b3758c8a36d440ffa5626de2ad851283cf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6d7562.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a3dd25e63e7e925ccc5e277f8e37920dad028d1d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6d885d.wgsl.expected.msl",
      "new_id": "8eb2d11ccb7d1545f7a7ba6ca50c23f6a798e33f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6d885d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eab79f2d163b33d4484fafd5b5a1abc5f5b09d53",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6d9607.wgsl.expected.msl",
      "new_id": "47753e5562dae203b1cac4dc5614d307ae40bd40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6d9607.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "987a562639de06d9b107dba3da3460138d1c5c39",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6da692.wgsl.expected.msl",
      "new_id": "050984983d6a7e04c4c78043d0cb5bc1692befee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6da692.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f490ab9102b1ba4ecc023191833aa2cc78a5890",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6e141f.wgsl.expected.msl",
      "new_id": "3306350873f888ac4a1ea5b67b64aa1fc1b19a59",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6e141f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8202fd5a3fa242a5a5c54f6fd63cbdd9c46791d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6e6cc0.wgsl.expected.msl",
      "new_id": "cfdbb1edd408dcd651648caf9b03ec16f9fb83b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6e6cc0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65a66b3dc27a1dcdb70572248c902825cd7541fc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6f0c92.wgsl.expected.msl",
      "new_id": "6e683361edb1c49f1578c6cf624c44923f0a5f1a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6f0c92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1883bcd3ad25971cab1c7f3d4b4ef9caa0ce8c67",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6f3542.wgsl.expected.msl",
      "new_id": "3b12f0e7499b09663d6326da424fed229db885a1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6f3542.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fbceafb1032fae719b742380ea845bc9e3f2228f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6f8642.wgsl.expected.msl",
      "new_id": "550a311014d945d5ad5b9e9b4134430e7aee100c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6f8642.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "262569721f44943732e65ed591c75e40690444f0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6fb99b.wgsl.expected.msl",
      "new_id": "4a754a2e003f21e75a22674ffd8ae6079809e28e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6fb99b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "75d88222c07fc6d226b77e3dadfc44def35bf2cd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/6fd2b1.wgsl.expected.msl",
      "new_id": "85c9edc182c92875cf65010829e4c83b325765c9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/6fd2b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b6dead6bd84b9f67f908682b76f8491af39ac21",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/704e1f.wgsl.expected.msl",
      "new_id": "b0ebfabc6d8af55ac8bac17e4e7d7fd5c5585644",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/704e1f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb8b789a9eed13fac04a981bb736d9013ae5a29c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/706236.wgsl.expected.msl",
      "new_id": "aa6825a9114beb7c9f48fe85010ecbaf88647865",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/706236.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5074416a57f176aede5729f87318a2f1571ea702",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/706560.wgsl.expected.msl",
      "new_id": "f77294622b1dd3a064c83ebb0c1ed72f15a0cbf7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/706560.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e66ecfbd83973b88db435e83eab272bca3a898b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/709773.wgsl.expected.msl",
      "new_id": "fc13a65fc8113f05b5c8ef085194383e915a34c1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/709773.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3034c17bc3f9e656b1eb18c6cb8d9c17888010ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/70ec61.wgsl.expected.msl",
      "new_id": "c32ab4b1aa888dc54aac1e30d535e6709fb927cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/70ec61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ac99d7af7b20ee76a12b14731f7572e60369334a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/726472.wgsl.expected.msl",
      "new_id": "313c4c1f313bf248b2eb24d26e05fea60750ecb5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/726472.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "13de2e9b9eadfa84e22caca72e46ef28d7aaa7d5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/726d6d.wgsl.expected.msl",
      "new_id": "aaf5c0f2a0d9612fbdf9a023f7f56cef2e01c21b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/726d6d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ca0609400195b28e558de8eec061065431fcd64a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/728d69.wgsl.expected.msl",
      "new_id": "03c315bbfcb10c0e3b62bfc2902f2f9009ef206c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/728d69.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6010a295854b18740674399c3fc4a88857405797",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/72f1d3.wgsl.expected.msl",
      "new_id": "e29d65755bc6fb47e012d2c629897324e55ce2c4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/72f1d3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c7baa7904e6172415c9918c37e6ee67e8ab171b7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/72fa64.wgsl.expected.msl",
      "new_id": "779c06d18132f841f4b3c916f2738681458427af",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/72fa64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b05a9d9146ea49ab2b1c8ab0212cb11277db2bf8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/72ff64.wgsl.expected.msl",
      "new_id": "4b1dda466eaa57ce1967e92fa26e73752b8a4e9b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/72ff64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c50e3944f597c5c1f4d4b5f7e9f950a9bac91726",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/731349.wgsl.expected.msl",
      "new_id": "020b9858e9d0b140fb2ca61298cb3970839962c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/731349.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6bae175c03522b858600dad294f0bb91ce04bb7b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/73707c.wgsl.expected.msl",
      "new_id": "45021d9a1ef829c5b2c5deb2bc9e5e21c6965704",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/73707c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6fabd05d5ab8076273cdea6b2a2f7d711811da8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/73a735.wgsl.expected.msl",
      "new_id": "f939a90ea82a7d1efe08d6403f20340185d4c6f4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/73a735.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "062f90f64eeec604f8bb9c0713d908b0bc223e00",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/73bbbc.wgsl.expected.msl",
      "new_id": "339b9cf1868d212ef9f7af1a89bdaf65353d16b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/73bbbc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "176888f90617670f15f0b4ffef020e9ce80facf6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/73bbe6.wgsl.expected.msl",
      "new_id": "0ce976de8cf91283f666d2f7f5f64e88f620fb42",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/73bbe6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "819a3cfd551c71fa91973772ead755e39c72c669",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/74045a.wgsl.expected.msl",
      "new_id": "1c1afc01becc1d571f300758e1a6c849f6dcb036",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/74045a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "319cfecb0acf62a027b404e2bca7d19156bfb7e0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/74886f.wgsl.expected.msl",
      "new_id": "9a2b0f2eeb419eb8d83a84f99e16d54877ef0ea7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/74886f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a891d647d65bad192c4569169605d28bb922eb6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/751256.wgsl.expected.msl",
      "new_id": "48f80e992ad25c63782f07fe7c854164c47bf11e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/751256.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0369160c265988ebc5cb8e37b1a63ca997b2a533",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/752da6.wgsl.expected.msl",
      "new_id": "2a42c749a065867176638956fe777e8c7c8d9aa4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/752da6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3faef0c8a1a8f01f4ab73067132bffd397d7ebac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/75bbd5.wgsl.expected.msl",
      "new_id": "9efb3c2b3ae3c6225a61c4f7e7bd02847ccc4b65",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/75bbd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73caf97dd5d83cc93a63e2f3e5c9e0168c2472a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/76549b.wgsl.expected.msl",
      "new_id": "ac0c53e0a04bac02081bed74c3f526d9dfc1fd3e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/76549b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5a8a4c9c069ef7abff11a79b2857001ad025ee5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/76a8d6.wgsl.expected.msl",
      "new_id": "f966401b5d4cb8ddaee3435ef100e2dc23da53c2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/76a8d6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "da9d594aa1ed2093d860389b85428088dc580e84",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/76affd.wgsl.expected.msl",
      "new_id": "e1e8d7d94eed32cd12eac352b7b9e61602bf5ab4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/76affd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c16d3d46745449b110bcb388b45cfd8c3dcf3f29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/77014a.wgsl.expected.msl",
      "new_id": "e029078cca67b76508b070739b6dd6f8900fa07e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/77014a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19fb99fc253081c4e4ee7e4e01f098666dcdff2b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7751fc.wgsl.expected.msl",
      "new_id": "78ef23d693311b4367c57db039eded5bc19464bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7751fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6c7f7806e6b925bef92a66100ad0c2a81e5e7f6f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7760c7.wgsl.expected.msl",
      "new_id": "3213aae5cf5373aa08598a88e9f95979be147aef",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7760c7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "83b79cd566a49fc1349da3ca5e82b447729c4fb0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7792fa.wgsl.expected.msl",
      "new_id": "4b233a6be3fbae467455677148ed1fb74a29055b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7792fa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4192ee026b713d70fd07a218f5bf57ab5a7815c1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/779d14.wgsl.expected.msl",
      "new_id": "626b303107fa6655dcaa7b5ded8e61ab928b19d7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/779d14.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cc7a5c0e22714acc9d2191458a4e703ee5741c60",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/77c0ae.wgsl.expected.msl",
      "new_id": "33a69374cbf914781e118fe1149d70a15f017224",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/77c0ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4b58794158815fd651c4b4ede9065daff030245f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/781796.wgsl.expected.msl",
      "new_id": "d029ba337302038bffefff70c99a1dea6e6198d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/781796.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4c1fad8f9d95e79fb085dba9362d5ecb81dec240",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/799f08.wgsl.expected.msl",
      "new_id": "d4938a0a7d5e6308f625d5e9faffeb05f82d619a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/799f08.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9678a8132307ea55a1c0f817ccafd5fd21d29cb3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7a63a2.wgsl.expected.msl",
      "new_id": "719cb214e02c98bf529aded7609beeeee601b3b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7a63a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73897418e998a007479ff77098ff06127dc3c820",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7b7517.wgsl.expected.msl",
      "new_id": "f2ea1395362b878e2f067848b1e996bdaea6c2f8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7b7517.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "195f5b27c0166af56c772bdea0edf051b109a59c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7b8b56.wgsl.expected.msl",
      "new_id": "28b9c6d443a27125f7d2138eeb794e60a02fab6a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7b8b56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "892388d3b54672e4ff6ea6bcbc96be980900818b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7b8f86.wgsl.expected.msl",
      "new_id": "5e20096bacd81abfb0be8716a8a93d1d8212b7fb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7b8f86.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "31fc57d58bda73f7791b92db44ecd6e10b14fdd2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7bb211.wgsl.expected.msl",
      "new_id": "b2980f905e38551bb21c0378d04f3014569a3796",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7bb211.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f07146f3369a3243dc365c9fcd0eab33d892d91a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7bb366.wgsl.expected.msl",
      "new_id": "449b993b5bf52e457a29f008a15ab5b23bca5eed",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7bb366.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "09b371c575afd47ec63cb34c09ee0039fcc4b233",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7bcde5.wgsl.expected.msl",
      "new_id": "dd708839108ee0450894c94819ecb9445abdc2f8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7bcde5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e8013b95855be5da0078fe63aaa2bff984c6b7e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7cec8d.wgsl.expected.msl",
      "new_id": "b219701e62e1bdb98556a7a9823f59eb07eaac3f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7cec8d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "40bada78e889a7e483bb499b014010b81069bb8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7cf6e7.wgsl.expected.msl",
      "new_id": "de73f8d8b970acf9447e25a9b86ce51cc9480ab2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7cf6e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf116fb46d196316ba55727ebe907df6ceda40ee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7d10e0.wgsl.expected.msl",
      "new_id": "517031fe806d1a4f8b3ee64b5ce02aa45d0d74cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7d10e0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2f7064dba0b3dd2bb715f45a05b6ff720d37feb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7dd042.wgsl.expected.msl",
      "new_id": "81fc3b80ffc647683d94e69c28f213692685ec13",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7dd042.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae36bf6ad129cd0652651649782e41d4a14a3223",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7dd64d.wgsl.expected.msl",
      "new_id": "f71a31e9a135363858528a7c48e6d9e73293cc63",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7dd64d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "75b257d9c79b09906416c05175da9d1a69710091",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7e787a.wgsl.expected.msl",
      "new_id": "bcbc3f27a47448723fb0bc947d9ed866e6cb9ff9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7e787a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c7da724323b88390f2ed4236f7b9f1d86383507",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7ea46c.wgsl.expected.msl",
      "new_id": "90f39020835c13784a2d6a17b86f989a80ff470b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7ea46c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64d53d27a2dc186bd57b16341363e50797950209",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7eb30e.wgsl.expected.msl",
      "new_id": "771b0efa3382afceac20e00181f330e7e7cacb47",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7eb30e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6b5eedb2da343c505cfbadf8131926fe7427bac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7f73af.wgsl.expected.msl",
      "new_id": "b187a7c306ffc79113cf4eabac14f0f9b1413e6a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7f73af.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1dc248b0228ddfa2d6e399eee7018a3382a339ba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/7f7fae.wgsl.expected.msl",
      "new_id": "c72c9ae96e97391144e98b8d1029a4a622e662c9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/7f7fae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39f9507a214629f63d2b1b0ef3ad9ade02ffb3c0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/803a10.wgsl.expected.msl",
      "new_id": "f0fd9e0ef4bda42980704c689f63cedad2116680",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/803a10.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ef7541e90f0cc86fc8cf05da0eabb863c0b7db7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/804942.wgsl.expected.msl",
      "new_id": "ff1b3a926ead815b431213af0aa30411394a04a7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/804942.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "886577a625940c0c0872cab24937ea092ed9bcfe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/805dae.wgsl.expected.msl",
      "new_id": "8620d272e698ee04bef137e34cb8d2c5aedce02b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/805dae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "176d5af474dd135a28d0145d1e84b6d39d3eac98",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/809b2c.wgsl.expected.msl",
      "new_id": "129e4224de5bf6c2792936777b22fefe6846a9b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/809b2c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56f112bbe8ca0adb0c00878513ada4c62e4d86ca",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/80bf1d.wgsl.expected.msl",
      "new_id": "b169753ad5dd19185c2985a63f06429881d6a48e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/80bf1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11d8c7eebf9f55659655fe7cabe194b42c82aa12",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/80ee0d.wgsl.expected.msl",
      "new_id": "f08a815e7f18e25efccafaa0ba61bde7ec2bb055",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/80ee0d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f9d2cc7ab848f7c3f16017328a4f154be159bb9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/818df6.wgsl.expected.msl",
      "new_id": "6537dbdbbedb07bc510a909c82d9fa1908c76965",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/818df6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "300028a774c57ec222d4402b72618eeaba6a8aa8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/81ae31.wgsl.expected.msl",
      "new_id": "dc733947d512950bc5c85ca91220fda09d87df67",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/81ae31.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e4b54c225280d7baec8a5f3a01c8fd25c4d5df38",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/820272.wgsl.expected.msl",
      "new_id": "32dfafd162cc012303a51a8220f8cb75bd694f3f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/820272.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cce6572704f68e097d21ce8d6782259e8615587a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/820971.wgsl.expected.msl",
      "new_id": "b7f49c6e9a3fbd8f11f1a19bdc40a18f2f983d94",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/820971.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fe1ff4f7be77501bd4b7eae79421e84b0af520a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/823038.wgsl.expected.msl",
      "new_id": "2fafac0db780fb186fbc5efd9ec1f89c703ebf65",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/823038.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "84aab8454dca21b10bfa7e4ffb08cdb4dbf8f95b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/82d493.wgsl.expected.msl",
      "new_id": "4c77d00253e1d498f7f5af916fd2d5545a4ab523",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/82d493.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3411e12b4e4dab60271967ad49d58909375cd588",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/82e236.wgsl.expected.msl",
      "new_id": "7e8a14aa3572dfafde51f0e53f0d25fbd3bc7d70",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/82e236.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f92f64623b66979d0929c93a0617a574420672a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/83bcc1.wgsl.expected.msl",
      "new_id": "9ac10d54a0651f4084d8c07a68f9402cfa7e8b7f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/83bcc1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c00a3f749a40a6224d80ca3fe612cd310dfa9c33",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/83ee95.wgsl.expected.msl",
      "new_id": "d640aa0c1d91fa8f419a762d3586df919b287fa8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/83ee95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2663cc3c5f4b3f4ff00c4b1505fb87eb3375209e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/84d435.wgsl.expected.msl",
      "new_id": "32440402a1b895dda92ce69d60a34a7140f5e54a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/84d435.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e2430f9efcb7212b4776e6c98e68241f9ce2b93",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/84f4f4.wgsl.expected.msl",
      "new_id": "69e8b27be53be81acd26f9677846f1263887ff5c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/84f4f4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e1363549cc446da214635c6ae5be9dcc24946f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/856cc4.wgsl.expected.msl",
      "new_id": "639576709cb25704f1f7b59f3d2b56043e2c5af7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/856cc4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "02f1b1170ec5e17dacd79994f57d5be01f75d7e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8676c9.wgsl.expected.msl",
      "new_id": "863c7bf3a11ba166f51a208e2459d4ec190139e0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8676c9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0adf139eecc5c5d805de7b84585f69eb61ef51e7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/867963.wgsl.expected.msl",
      "new_id": "36d79f6197417a09d48542733d0c1082f9334ee6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/867963.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "743aeb5755bf49a43c743301c44ab784543ed3dd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/86defc.wgsl.expected.msl",
      "new_id": "ba7948361a629d35ad868583298d97d5c77d8d6f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/86defc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7016c72303bbd681b29162d72b4916332f236b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/86e114.wgsl.expected.msl",
      "new_id": "057d6894f9e2fd4ab5517c57904c3f824b3aca99",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/86e114.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "92b349c693ccd3ed62f0a99b7ea2b66cb8bceba9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/86f713.wgsl.expected.msl",
      "new_id": "d6138cf647320bb858da18b017d549c3fd99a83c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/86f713.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb8046fb2ca1163d6b724477b947ddc4f0be089a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/872747.wgsl.expected.msl",
      "new_id": "fe7282f179a568277222f6498a42c0b6cc933897",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/872747.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e41d2735afc7a1a4436483707c553936417ea4e8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/877c92.wgsl.expected.msl",
      "new_id": "9a27e1fc358125a1e9f7c3781f3aa722fcc797ca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/877c92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9927863f4cee7d37a27f74d14ab9c777d33d74d3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/878b1d.wgsl.expected.msl",
      "new_id": "325caa3ba9636dfbecae629c28705fdaed8e9deb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/878b1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2285200fa2b5870e16f4f2a0c8c7ca841b802785",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/87aded.wgsl.expected.msl",
      "new_id": "9cedf41ff037cf00b1b6e489d2faf8d6c885dbb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/87aded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "697db2ef98bf436d255b985accd0653d15043a4a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8815b1.wgsl.expected.msl",
      "new_id": "6c302e64224470c4545772b359ba16bdb5fd44fe",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8815b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "95c4863bf37c8ed84cbbcbc237443de230342b6d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8825de.wgsl.expected.msl",
      "new_id": "415cf3cc67781895f6dba2bab476ceaec47bc786",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8825de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "212351f9687376f4e355eb2cd9e406bef4ef7cf9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/885921.wgsl.expected.msl",
      "new_id": "45f8746586c6a2c1a07a35dd663f6c76e77bb30b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/885921.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "55ba28c797b66166bc0532103459863aa7fa7680",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/88ce7e.wgsl.expected.msl",
      "new_id": "17e8e7e08bb5ac160e4e99ef7851ac0b94e95669",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/88ce7e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67eb56bb59b40de1e77924834f6eae815ce96a6d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/890b00.wgsl.expected.msl",
      "new_id": "33f6d947ad133b28176255a201727c4d6c79d61d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/890b00.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce51268e5c374174cafaa6b5dd4bb199ef2c0322",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/892c77.wgsl.expected.msl",
      "new_id": "f81542efd1dc4ef3b5c5bfe9e62a30a029109f8e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/892c77.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a42c294851fbef6b5d1df72e70d3ea3fb6ffa866",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/89acd4.wgsl.expected.msl",
      "new_id": "2ff1e9cc59586e2fb42baaa509bf964da9a7243e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/89acd4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a33174230ebbd6069742eae3dc682a4d20f7297",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8a16b0.wgsl.expected.msl",
      "new_id": "078168474d594eb150403ee2172b89a0821ff2b5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8a16b0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "827665f316b4b029b97e4b93f001cc8f1c1c5448",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8a42f6.wgsl.expected.msl",
      "new_id": "797118ea8f013624495c7199e35b48f2d405e3cc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8a42f6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "435851a66a717c122a890186215c97fad416cc9c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8a46ff.wgsl.expected.msl",
      "new_id": "6c51a4d9e1901ed184ae39b65c88dadefee8abe3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8a46ff.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bed4fb88c2f5991bc9b524fedc0c99108d325cb1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8a85b9.wgsl.expected.msl",
      "new_id": "7a678d68741c7efd7a72ee490e394a83041a480d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8a85b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cbd64ff262c9e78d553219c71a434ea91033ec0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8a8681.wgsl.expected.msl",
      "new_id": "f4cdde332014aea733ac0f77f394da6691a24d5d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8a8681.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7835865a7f6d096da47c93bec6d98a4f6adff709",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8ae0bc.wgsl.expected.msl",
      "new_id": "a182bfeeac736ce79358d3971d182d3ec8632876",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8ae0bc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73ac16eefbc5faf74e4dffc7145fb18fd180fe05",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8ae5a0.wgsl.expected.msl",
      "new_id": "65f162b0dfe2a451d8d79a9ca220ee9ddf27d5ba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8ae5a0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e1815e694408b36b702078c79e233c1c9519d102",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8b1347.wgsl.expected.msl",
      "new_id": "1ec631aa05b3e95c67d6d6ee9aa134fe219d6542",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8b1347.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2403e1d115ff5e62eeda8552f4facde911815761",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8b851f.wgsl.expected.msl",
      "new_id": "e40add08911ce32ea000003f91708214ab0ff4ed",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8b851f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aadb672bae4d49dc417b853c06442460a1091063",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8b9310.wgsl.expected.msl",
      "new_id": "64eae7666a861382d486d6dc8ae3ac42679b140a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8b9310.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "415b77424626d37afdcdb1aeb2242bffc10b43a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8b99ce.wgsl.expected.msl",
      "new_id": "5c9e7d42010a010b31ec237a34eba91fa892bb9f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8b99ce.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "35af90a151edc705e37b21ffa2198645bf00dbd1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8bb287.wgsl.expected.msl",
      "new_id": "52f615146ab77f1592899425ffd1a3d591c318a4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8bb287.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "49d0d0b92d721d7b7d52056b7463a0ed90fb77ac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8c76e9.wgsl.expected.msl",
      "new_id": "96e701762e5ebbc89368fa0280ff0c702791e374",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8c76e9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b01611cb44774a42172f404ba74565e5b5922488",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8cd611.wgsl.expected.msl",
      "new_id": "b78612c37129d1c940a03f81ea4a62eac869fdf4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8cd611.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87f0d6434a66fc57228e6625bd64d1e0203aec0f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8cd841.wgsl.expected.msl",
      "new_id": "509046311108c49696676a9d3582e653c38a8e6a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8cd841.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9c43e19384d8be461c8108ac35b34ae8d4103a0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8daefb.wgsl.expected.msl",
      "new_id": "1b6622b2188e6764bfcae7a56cc224bb90151bfa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8daefb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b1e1ee21e27ad5b4431b4ed098e85d839ab490f7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8dc54f.wgsl.expected.msl",
      "new_id": "aa296b2a319bfd63346f5731de0a7db29e765fa4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8dc54f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2f1c7680ee9da9b59ada337f3520f293f3258096",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8e0479.wgsl.expected.msl",
      "new_id": "c9921a3a20310a110a8cfbfdce35d66557d91c97",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8e0479.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f22c35277afd1affad8a96141ca75f6683c1f0d3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8e177c.wgsl.expected.msl",
      "new_id": "2e07ba697d3c69849a9acda058efa2decf2d2b76",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8e177c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3d4104cd66308f3d4ad5d23f5e9c94557fdc7103",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8e8563.wgsl.expected.msl",
      "new_id": "a9648857a5548f7a1ac0a57f01816da9d10fe71c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8e8563.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56c17ed5c37a428d56e68e189e372e6cbabb8dd0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8ebdc9.wgsl.expected.msl",
      "new_id": "1ef6abcab0d60ad17005ec4c815958f17096430d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8ebdc9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e4fcd07f8ee441a244fe445e936be4a3e7348bd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8ed9f8.wgsl.expected.msl",
      "new_id": "5b8acd95fed1f2f6b0fe9a11fd44214c6a23c691",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8ed9f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "844523d81bbcd501d67e86ca1b653b76958a5eeb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8eff9a.wgsl.expected.msl",
      "new_id": "c1bdf19783155c5ebd66d593492a72712d04c773",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8eff9a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78ec3e033057ae23117c929714afd62717ea5d51",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8f61bb.wgsl.expected.msl",
      "new_id": "35dd1ac5beeef5cdb3785715385a91decb6dbad9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8f61bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc87bf330727082b88b41326b76bf9cf6f778b55",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8f71a1.wgsl.expected.msl",
      "new_id": "a53cd1bd31427759077cb6e16ddb521889ce0cbf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8f71a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9936e75db5759623b21d9249899617d825f8b52c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8fc7a1.wgsl.expected.msl",
      "new_id": "99facceca133d4b256ce6e82d961beacf1f363ba",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8fc7a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "31d6ebda31107cd903c790afab5a50be91f89b68",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/8ff674.wgsl.expected.msl",
      "new_id": "3f7ddfdfb1f91f94bb3b2309f87568c859323d34",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/8ff674.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3645202e302eb914035c5412e2d570a2d6d6f3d6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/904dd6.wgsl.expected.msl",
      "new_id": "17523a1c997833eef70315b19b1c7c8b48795e27",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/904dd6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3e07a3af30b9579adcd07fe476f3e39b7f77a075",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/90960e.wgsl.expected.msl",
      "new_id": "0672857dce1e81347bbd616f8b044d7559da3442",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/90960e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e897fc648154547622b73d3ecd1532f2a195058",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/90a553.wgsl.expected.msl",
      "new_id": "8748bb6b74f9cb29916e745ca01f098706e5435d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/90a553.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc85437e6b9da8008f45536271fedb98f4f17329",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9137a1.wgsl.expected.msl",
      "new_id": "e5ac0c5e60e0f493990f1000187b30348b6321b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9137a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b81d65c26d5d9ee10d2985509356a3cfac286ce1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/916fb9.wgsl.expected.msl",
      "new_id": "1be93075f8a53a5b21c3fbce3cd35d62e6f7601f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/916fb9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a15fffe37b5adddb2bf7650cd6a19bd15f6723e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/920534.wgsl.expected.msl",
      "new_id": "8c9245a3a62ea10293143619fd2e083683bda783",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/920534.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "30fe3a5e97607602304490278ee76879f52b8bad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/920807.wgsl.expected.msl",
      "new_id": "e076018f2eee88383ee956516a7c57dd0decfdb6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/920807.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7aa17d8dad432d975c0cd880557d40de07340061",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/92313c.wgsl.expected.msl",
      "new_id": "db1f967601c5579e5a5cf13f6c2b663b242243fc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/92313c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8dfb4aa82c02d8f03157879b80493b00d11bb6a4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/92e424.wgsl.expected.msl",
      "new_id": "1c28b6d8861fd006056d713187650a698c7d7594",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/92e424.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "adcc5a0071b9c08b462ca34c42e23e9bf8405d48",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/93c428.wgsl.expected.msl",
      "new_id": "cc03ca7d8705d003fd2e1cd9b3852168d4d50e4e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/93c428.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e308927aa9b9485ef39e1e9b94c4d55648a994fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/93e09f.wgsl.expected.msl",
      "new_id": "21e9c02762cd8f401487f70f0b7254873b0cd3ac",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/93e09f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "72ab603df17b5ea2056a31fb7c6f40dda1dc1b18",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/940e92.wgsl.expected.msl",
      "new_id": "d1f51c66b7053b47db3430dbbe64f2897d6730ce",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/940e92.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9ff755944bec3b597ca3ead7b53f0ef197d6f660",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/948ce8.wgsl.expected.msl",
      "new_id": "f89d0260b5728c81e4788e9b8d96e04b6cc89a91",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/948ce8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5fcdcee78a15c76f9b745678d718199fbdd5fc56",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/94e54c.wgsl.expected.msl",
      "new_id": "326da1f23d482a97f514b6a3335f3a2681eac7bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/94e54c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f7d1eebff6d0e1892aac6e44e06f2ab8d01b011",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/952fd5.wgsl.expected.msl",
      "new_id": "f02762bdfd871d5534e3af147db6d137d7362d1d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/952fd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e1a04f31513079cfd9c60f41f0b7aacb1bf56e9c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/95642c.wgsl.expected.msl",
      "new_id": "1a3dc2d9d078963c82639360861694c6d272c707",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/95642c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8684f9202c165cee02bee6fdb73e203b77ea8b13",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/958353.wgsl.expected.msl",
      "new_id": "7a6298a058b56a743e108f340415cdd2c868776d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/958353.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fd93572669bbbca5ed4a1e8d13fc9671c56d59c8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/959d94.wgsl.expected.msl",
      "new_id": "172c2c162b22abe302ac0c3febe9d5600669f72d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/959d94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "846d49180aa767061fed0b2af2950c709aa63177",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/95d8f0.wgsl.expected.msl",
      "new_id": "5afedbfd6bad7415809cfa90f3386ef22872264b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/95d8f0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ba21b3bce5a31c6e043e5f770ec172d6d5a9677",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/95e452.wgsl.expected.msl",
      "new_id": "c84ba3b1747a5acbcdff1d331e34a8cc5fe038ca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/95e452.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d90715c9747f72c16de291aeba4c182d7b52f104",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/967478.wgsl.expected.msl",
      "new_id": "412050711491fbb1fd2313d4ddaa08c873beb2ec",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/967478.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c361f4348518649262238995d5bbab614bc5c8b8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/969534.wgsl.expected.msl",
      "new_id": "22aec66a3f401b3dcf716280ff7c968705e6df34",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/969534.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d7e78cfbb15e08f8c0390607bda2ffa801b06aad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/976636.wgsl.expected.msl",
      "new_id": "150f3708840864e9752f087e8beee3443821de01",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/976636.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7c95568796b30abfeaa07d04d41de822aa50b61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/98a82f.wgsl.expected.msl",
      "new_id": "3af40c571d3d1e9cbfb362a9a8685de0959dc7bf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/98a82f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39cb74f7e2d2fcf1732b603cf07e9c07d500673e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9925a5.wgsl.expected.msl",
      "new_id": "46dba9045d435b3589244a1da03c8fc579123f71",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9925a5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a5581a927b4f328704cd7347756e87e502181717",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9938b7.wgsl.expected.msl",
      "new_id": "28fecdc11f918021e0725a1382c3691ed51ba2d2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9938b7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc2006508fc3eef3293fdf9ce40565b9d6e504b3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/994f94.wgsl.expected.msl",
      "new_id": "48d287ece078cce443b2276643809721f23fbc4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/994f94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "528f2f5cb6ca65a6dee65494a7886dc866b38714",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/99d13f.wgsl.expected.msl",
      "new_id": "1336366a2cc4aef64b8f50b2a0f160ddaf650ea5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/99d13f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "322653c180aa836ad782450b00d5f95e1d314720",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9a3ecc.wgsl.expected.msl",
      "new_id": "95f8e3c9552bf5b193f3feebc3504969ea135190",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9a3ecc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "064f40014808040b31597ae8906f786b278a8b19",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9a605f.wgsl.expected.msl",
      "new_id": "a9e6da68f4ae2299a04bd61cc1ddf21b9d654ea1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9a605f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7a4b35c9a712b45e3e3f56f258847d979ad34efe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9a92d9.wgsl.expected.msl",
      "new_id": "af3ccc448b74c552ba9870e6e4b96c87ddca95d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9a92d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8adda0819c3ba82099c7440c2b6f28b9a027813e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9aedd3.wgsl.expected.msl",
      "new_id": "70d08f975d7425141e1528e7d49c76f04ed0d886",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9aedd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80660215e8a1e70da6347372519e718bb7ccd304",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9b09ae.wgsl.expected.msl",
      "new_id": "8437e0cab38719f239a083c33d7015dd4b919869",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9b09ae.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6461d9f531d28578cec4d8e6d7eab7fc44daa1f3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9b37af.wgsl.expected.msl",
      "new_id": "3ab1b5e2529956d75b7324517a67f3f6105fb6b2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9b37af.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "119bb0d4b363a7b4593fa9c7ee7f421977cda9b8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9b5b54.wgsl.expected.msl",
      "new_id": "c335012ebefe71591242ccbd5b12e08dc38e7cdc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9b5b54.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c634273464d4e264b21565a6ad1c286cdbc146f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9ba5c1.wgsl.expected.msl",
      "new_id": "65be7157c3e8d3edf555872256876572d763864e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9ba5c1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a0ea0f13e950cee1d52a21e87039fda131211132",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9c4ff5.wgsl.expected.msl",
      "new_id": "2a7294d56dd1d680a9d245de33d4e0261883885f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9c4ff5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "194bcf66f3866cec11bd4bcd2494bd1892b29a8f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9c7be7.wgsl.expected.msl",
      "new_id": "1f2133d10122a0afcb8d58b032780587ec027b59",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9c7be7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6501a5f48a50245be92803efef6dccefaa40c12a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9c9b5c.wgsl.expected.msl",
      "new_id": "255c0857e5fc86d6e9c93bb1c7c1f56ced7abd66",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9c9b5c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62b81f866271cac025c53391b2b55962c13add38",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9cea9e.wgsl.expected.msl",
      "new_id": "536decfddf52ff7f1a4083238ec6ee51c6456fde",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9cea9e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a47be5415f6ffedb525d411eb2c1c881ec3fa73",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9ceec4.wgsl.expected.msl",
      "new_id": "6349052842e214388881c659b9e8031070ffb951",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9ceec4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2ed55b0462323c163fd9348ae05d93e3026d4476",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9cf3c1.wgsl.expected.msl",
      "new_id": "33ef49198921da13007c31307bb77384f43f365f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9cf3c1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9a095828413e3dbd34d44a7bf10d4d03c6bec2ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9d7c62.wgsl.expected.msl",
      "new_id": "2fec2fd3a6488974c9b3aab820967007095d57c8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9d7c62.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8f52ba7adff5ca1c858d8a53b8f2467620b4d026",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9d7ebd.wgsl.expected.msl",
      "new_id": "ab17079410167838e5fef51e96e351452cbe61c3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9d7ebd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa3772a0d8d1b682ad317567bf0f7897043f0011",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9d8668.wgsl.expected.msl",
      "new_id": "9c481f84d8bc1dd63d2f0e9ec6333d720bdc4b4c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9d8668.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "229de3eee2ff67c0707ed9136e7f2e70103ac2a5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9d9cd5.wgsl.expected.msl",
      "new_id": "897592ac601b2618c692185dbc69d39175439cb6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9d9cd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5e3ac942a3bc8fdd4bcb9ea3eec1829cb889383",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9df455.wgsl.expected.msl",
      "new_id": "e0749aa95b858b4ed93437e4c42c17c4f1e8721a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9df455.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "96a2ba4c248763f10d9f2986e90f502bafcc5352",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9e3ec5.wgsl.expected.msl",
      "new_id": "a9d6531b913683ab27d1f012da714f015434551a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9e3ec5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5954d8694dd5c1e4bbe9cf391ab9eec499f62e94",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9e550b.wgsl.expected.msl",
      "new_id": "6f8699350f991db6f5981f4bd16de0d2d84170d8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9e550b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8bf4e56a8101eb6918852cc8f3cd591e47a24f61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9e5bc2.wgsl.expected.msl",
      "new_id": "a8efb2af874b230e6cda961d584ff979c67e752b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9e5bc2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4830707dc5652eb3a7a0022c02035a6edb94c2f0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9ed8d9.wgsl.expected.msl",
      "new_id": "ecfbe48cd410db02e9491c4a6dced6208e04a73d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9ed8d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d6ce84faf6747874d78a94750faa237e70530e96",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9f5318.wgsl.expected.msl",
      "new_id": "aca3a1daf0d3374a4feae975578bffd19870bf9b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9f5318.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "23590d293b08c1f842899ce871c0b640b28aec5e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/9f7cea.wgsl.expected.msl",
      "new_id": "c6f8ac9f173d53a80c93f029d27a5483cfef8ee9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/9f7cea.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cce82d775aa1435bc1d70b5814643451505acc61",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a0022f.wgsl.expected.msl",
      "new_id": "5320a26ab321785a8547f3c827181076fc2838cc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a0022f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "832b4c3d4721365d7dd59732f43d5d91e52a2f23",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a06888.wgsl.expected.msl",
      "new_id": "2c751e5eacc28cff6b11cb7ba78ab2dd01a4a8e3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a06888.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9ce8fda297860fa0ab980b249726a6a2f8896cc9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a0b75d.wgsl.expected.msl",
      "new_id": "6535282c5ee3b03302da98418b6f4709b1b88417",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a0b75d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60bab5d632de3e086816c3609a77ee6314396b18",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a0f96e.wgsl.expected.msl",
      "new_id": "dc15de0368c2205c967a4cbd99f41a74ed39209b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a0f96e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a202719feb241b2c7adfa326987300f6163eac6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a1352c.wgsl.expected.msl",
      "new_id": "9daf0dd0dea8ddc2c39290dc90e6593316053a87",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a1352c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7572a8652a8e39cd611f7cae30d4b403f03faaea",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a139f0.wgsl.expected.msl",
      "new_id": "719b252060da82ad78a452d8018f8cb87a9a6801",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a139f0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64387431c303310b3aefe95a5c42da771dd2ef67",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a14041.wgsl.expected.msl",
      "new_id": "2878d4ac6abe5bf03b477308e56fd175e90a8988",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a14041.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f80bd71d41ed0facc1e35f3651842e419c140ccc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a165b8.wgsl.expected.msl",
      "new_id": "f36a47f1ed60c899b4a80aba76f287c3cf3a055d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a165b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "971b4487adec8c23b524193856cb34a142eaff85",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a18cb2.wgsl.expected.msl",
      "new_id": "3ddcd8933624ed5adbe1be8fd5c36d0b153c3837",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a18cb2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8660855cef5cb402478d86978d81500ba10cc2fa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a19a12.wgsl.expected.msl",
      "new_id": "4ab5f57b5a619e7e635e6d276b525a1f7fb1df8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a19a12.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "685ddaa71692f78e631279db724c1f937f36d872",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a24491.wgsl.expected.msl",
      "new_id": "0cc885a98edd15c1bb7f725bbe7450bd8a5935b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a24491.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e19057307dac0a85c38ec04e3f3447146ccf7faa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a2853a.wgsl.expected.msl",
      "new_id": "706f5666b93ed3fb1c36c9b51de5fb64a3bf3c89",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a2853a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a3ecd06d9aba31da461fc042f8c71dceb26d336",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a2b785.wgsl.expected.msl",
      "new_id": "26ba56d621ece8d0d8a51a6b8166da3ea2239050",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a2b785.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dfec604d19869cf97b71c8ba8af019a86a6a68a3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a35a09.wgsl.expected.msl",
      "new_id": "5ae70c7b2d2e684e90345c6f5c1946255788486a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a35a09.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f7b950391fa5a128d256b2629f3076e0c58fa713",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a3652b.wgsl.expected.msl",
      "new_id": "e1b74d8eaeeb2773b6d67567d523dd371b96294d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a3652b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22c99b344fc10b0a6f4e368a0209f965a08e5f33",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a48681.wgsl.expected.msl",
      "new_id": "a3554e31d77bd5b1314d0fad7cfbaf016bd3f62a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a48681.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "47ecb61b99bcdabdb916f7dc3144cf22d45041ad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a49cc2.wgsl.expected.msl",
      "new_id": "5a3f89057b1589134674e04a36d91ea51a7016f3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a49cc2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "443082bec2b6bb34ca22838f5b145ee4e8dfc023",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a4c338.wgsl.expected.msl",
      "new_id": "aa2d30772fcb877670c6030141269bf12595ee14",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a4c338.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c86ce777700c9833b45ac9c5dba7c4c3365b30ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a517cb.wgsl.expected.msl",
      "new_id": "c20bff26822c2d37515713369bb8d6331e172978",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a517cb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5906fb9b24012f253d1c141a3cce7cc8c660ef35",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a57ac4.wgsl.expected.msl",
      "new_id": "0cc93e480f79597343ea409243a9d3efcfc0dac3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a57ac4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d1a6fb1b05fa8526dc7dfcbc0ec3cd244da0fde4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a57b3e.wgsl.expected.msl",
      "new_id": "1be02d4788459d696e849867cf685f5bc7f9c271",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a57b3e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cb9ab52ae7b6147e586331b05b60db6834b94273",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a5b88e.wgsl.expected.msl",
      "new_id": "b2a3e5e4e0e496d0760cc6125b32bec35d8d7031",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a5b88e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e94ec02485cc3f29adca5780e4c0c855f871ba7a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a5c925.wgsl.expected.msl",
      "new_id": "05aa2f31101864cc742f6e61d1ad55100a180a41",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a5c925.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "912d1614b26a10967d8efbcea462ef9f6996ea6a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a5df61.wgsl.expected.msl",
      "new_id": "ca93de01dd63579b7a5cd48380a246878168726f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a5df61.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa8e26c851874149f35667aae64ed79e72906b0c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a5e80d.wgsl.expected.msl",
      "new_id": "619814fdf912079b5b48441befc65a40663bec17",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a5e80d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eb1de8595c52ab0dde147bad355c217342443321",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a5fffd.wgsl.expected.msl",
      "new_id": "0469e696e31be15e02cea182e9dcd4f402c0a5d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a5fffd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48b47058bf976afa9fd5bd5111cf450713789853",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a66ca4.wgsl.expected.msl",
      "new_id": "69e35a98c30a3981cecb59e69c4ad6db2adfc994",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a66ca4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3257e94f0b084d6244199bb93c9900561f141dcc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a66deb.wgsl.expected.msl",
      "new_id": "a631c6f354119c12ca2b416299af27a7abd8e0c5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a66deb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0fe4a23ace389e784dd1b21b0ff31589196f6c86",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a6854e.wgsl.expected.msl",
      "new_id": "a810976d726c0afe1e076ce9f248c1558ebf2e73",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a6854e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f9df074c096de866b7f7caa5484686fe28783d40",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a6a986.wgsl.expected.msl",
      "new_id": "7688b3a20012b9b31a2e66211f82404b95c3bb28",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a6a986.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c05cf6d148953409f4aae540a079f1b294c990c7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a6e78f.wgsl.expected.msl",
      "new_id": "dece1a6f4ded4a33cfa94c12a024769876c595b6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a6e78f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5fee89d66345e8917cda6c657af1bd64efd4d629",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a6ef8b.wgsl.expected.msl",
      "new_id": "65ba66fd57bd64a0ea3318e2a4a9cd23897e227f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a6ef8b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1448a5ff25a74b509fa7ea4e4a697d71e9582f84",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a702b6.wgsl.expected.msl",
      "new_id": "e875f358214b83329ac5b3355d2c50275e645de8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a702b6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11b242bb2eb9df6ef446aa255fe42f3485f50064",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a7fc47.wgsl.expected.msl",
      "new_id": "bfb4e903a07214fdd36904c8908ae3484d731799",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a7fc47.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ae44c8ac5431e7bfbe3fc2c5da85d09f9209139a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a867d1.wgsl.expected.msl",
      "new_id": "f61bcb090f5dd6a6b28b5ed1807e25a76a016e6c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a867d1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb63ccc97506d5db1b8176e52659826231fe8ae9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a8a149.wgsl.expected.msl",
      "new_id": "8da196aef78dc2b0061712c1e09114fc57caf879",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a8a149.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3464159abccdd2a394d0140f81d77202059f78ce",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a91fe3.wgsl.expected.msl",
      "new_id": "9933e0af3fe26192a8f4eeb091c23b586d3eea36",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a91fe3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a711ef7e869a2a0fca8a2247c3e3d6778cf65e15",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a9298c.wgsl.expected.msl",
      "new_id": "cc9027b165c3a1229807389a9beb0636d1ef4e0f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a9298c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2ceedd7ffc165e7a4d0b3822cbfeb41af8145002",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/a9426c.wgsl.expected.msl",
      "new_id": "d38720881f69c559b100eba8872b5241e19ccbc5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/a9426c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "accc00ce9b151838746aea271cb9578923110105",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ab03b6.wgsl.expected.msl",
      "new_id": "665bc6f7856834ca822f279c3719e591d9d0638f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ab03b6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "209be0444b3f340ec9c4a8fc4b25fecd2c1dffd1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ab53b9.wgsl.expected.msl",
      "new_id": "468d906dfb5ae5da982747ac9de2ddb7a0da3dff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ab53b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "efba52c55dce27db53294d3e5514c0e1e02110f6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ab788e.wgsl.expected.msl",
      "new_id": "2a51e5074d74d55e04492a33b30877db3d1a9f4d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ab788e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d39147d8a9021a5d9c00dd022cfabbb65201c9cc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ab80ef.wgsl.expected.msl",
      "new_id": "f4d14a4c6061935ac15b5677e59368f518bca093",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ab80ef.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d311b9763e56a5f3af0603712f08d6ceb070729",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/abdd21.wgsl.expected.msl",
      "new_id": "4aea4577b2a111f68d3ecfbfb64855bb38735ac3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/abdd21.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8776e2901fc45938aecfd7a9b204c80308a96869",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ac0a55.wgsl.expected.msl",
      "new_id": "d379d2ed7fccc4c4bdd6eb7b0fc84c1d62a1b728",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ac0a55.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11288ad6b94cbbbf97f1959c7f90b6664303b9bf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ac350d.wgsl.expected.msl",
      "new_id": "bbc12b8cca82624c90eb5c579fb1744392a4d17a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ac350d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e688bb3da59ba553007caf9f97b7f7ea537dbdf5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ac67aa.wgsl.expected.msl",
      "new_id": "d81c5698bd90b2d2b85771c77d3e6bf37dcb53fb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ac67aa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4e5d05939f5508b0a1fcc0e3c644fbcadc3eb1c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ac98f7.wgsl.expected.msl",
      "new_id": "1ccbd5b134838f115089d26b33cae658ce136f4e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ac98f7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "119d8fb8716add52d0e3e4efb2902340e240463d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ace9a4.wgsl.expected.msl",
      "new_id": "f076ccfc43680aabaa3c67f896ef54c0d0583724",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ace9a4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5491f0875f3be1650f6db2236d80aaaf7fdd9eb6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ad6e3b.wgsl.expected.msl",
      "new_id": "140da8ad8b626e2b7674a5465348b1e510395652",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ad6e3b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "04f28959e7758d7998be8608985d524513b9cf09",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/adacf9.wgsl.expected.msl",
      "new_id": "78d9da8474cfbbae280e8cdef77a3b7ba02b0ca9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/adacf9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d7752ffe3dc48cff048e49e8f2e10fb2433e5cbe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/adee72.wgsl.expected.msl",
      "new_id": "7b45c9d385d4299ac1a342d44e2191026f1e93a8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/adee72.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ffbdfa3726c6446230e7532cbaa1ad6e6cd5f906",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ae1ed2.wgsl.expected.msl",
      "new_id": "791732652311543d7fd501c268bf9b792cc1d82d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ae1ed2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "98ffc8063313052ea905db40e6583839657e9410",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ae28b3.wgsl.expected.msl",
      "new_id": "43b740fac3ee86fd49b967d1f43c489988dd04bf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ae28b3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e768057514cedffcf183f174281d805fa40f1715",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ae6a2a.wgsl.expected.msl",
      "new_id": "72ba3747d5a967f15aacad39abf382a1bb44d435",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ae6a2a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70c2ec136698e1dde26041dfe120d8b386dcffd2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/aeb38a.wgsl.expected.msl",
      "new_id": "762e3d2c175ef5f98656f90919f1af44dbae3183",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/aeb38a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "85206632fe843b260d38afe5a10b921e413caccf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/aedea3.wgsl.expected.msl",
      "new_id": "d8b090a4af7c317d7db1a31563ffa44280e1c210",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/aedea3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "39e0663a01ee9aed83bf93b8dbaba1d9bf31db2d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b07abf.wgsl.expected.msl",
      "new_id": "dc0220277cc18042b21b09eb516364eef9700c8e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b07abf.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "72404ab74777a03c129fd44c20688b9f0941cf16",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b15e11.wgsl.expected.msl",
      "new_id": "ced68bab1990b7ef1d364cd5e06c05a0d687183f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b15e11.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7d78f76a5974173a0715288932b983a1c2ad3a44",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b16110.wgsl.expected.msl",
      "new_id": "4ce8a03dea0cc7e27e10c5ca2746eeb1e95bd947",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b16110.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "07ce0c2028a70d63f367770dc132d89e4b5eb83b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b16be2.wgsl.expected.msl",
      "new_id": "9357f4ad4c347656ff078f108d97214dd2223e1c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b16be2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "06682244c2c93b8b0dff270010aae3684d77ac1d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b286b4.wgsl.expected.msl",
      "new_id": "5ed15f8bfe5134857c38f51d2488a26b025ffb1a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b286b4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ba51085064b2859abb286d9cbd10f18e1840e85",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b2a84a.wgsl.expected.msl",
      "new_id": "e4cfb6f8fa27d8dce272bd336e0160fcb1625277",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b2a84a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e72cb92e75553803e171c94de3289d7844497f9f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b36bc1.wgsl.expected.msl",
      "new_id": "1ea0acb57054cdf460349cd78baa8e6279969376",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b36bc1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7713ca493f083cf66788b1149397c1576f7198d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b42724.wgsl.expected.msl",
      "new_id": "9259f4d9d25153bd97852c1d80cf160f2be799e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b42724.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94bebf567aaf4f384fcccdd762ec80e80a1fbd94",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b42fd3.wgsl.expected.msl",
      "new_id": "fe5913ff90a7b6d1935574ae6a7d8b10f04759df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b42fd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2061a8fad78a97134ae903a7c6f85813ee4e655f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b4389e.wgsl.expected.msl",
      "new_id": "7b5168d5c3c207313cfc6667af7e9ea9afad868d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b4389e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "63a7cc070de390980197c62be892ed86df824b81",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b45055.wgsl.expected.msl",
      "new_id": "acb0e92764a14bb3dbda967db953398b012d700f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b45055.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2213b1e4e2c37a93450d24a9c01dc6c86fa6e2e4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b48570.wgsl.expected.msl",
      "new_id": "440a891a5155c8dc60e993558d2855eebe1f8830",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b48570.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42445d539c244eae0934801e6d074287952b8ff1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b4a5dc.wgsl.expected.msl",
      "new_id": "8b9af51fe7a821fb6663445bf5dbfb251b536fa1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b4a5dc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "313ad8a1d6093f9ae41630f97c37a6b7d23a60b2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b4fd27.wgsl.expected.msl",
      "new_id": "b208aa6b0a6290f0f40b294479736c462770cae3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b4fd27.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "df17c5d64478b6f0f90557e98e8ab59b62c478ab",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b62635.wgsl.expected.msl",
      "new_id": "6901cedf939c14b0977dd8e931cb123db126aac0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b62635.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "caac058422c91a722826468a83deb9c5a86dad74",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b6456c.wgsl.expected.msl",
      "new_id": "10c74d9f4ac0c3d2dd517d4f257132e278d53313",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b6456c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8db2a9678b3155422ad0a8a746c903f5cadd3147",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b671fd.wgsl.expected.msl",
      "new_id": "bc1325f458cebecc7285943fe56b54b8207ed806",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b671fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ddb5474cd5a96446ddd1fa954cf13e836156088",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b67239.wgsl.expected.msl",
      "new_id": "949f7ac0d9b57db85fa69fbdc573790079d9d1d9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b67239.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0eae9d7158d2c4597b3b222f0870745a86f1404d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b706b1.wgsl.expected.msl",
      "new_id": "5e33fc189dbb8e8ff938e34221ea70561cb24780",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b706b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ff4f24394e5063faf096cc8392cff4945625427",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b70ded.wgsl.expected.msl",
      "new_id": "c37385194f585ddbf0618a298602022d3f0c123c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b70ded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e0f46cdd5d24d937f0d1c2448f6e1c53960c21d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b71c13.wgsl.expected.msl",
      "new_id": "dd892d2ff7cb94ccdd57cc86cdd3356211817d11",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b71c13.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4588afd78444c7b756b1bd2cc127038f1609e161",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b7232c.wgsl.expected.msl",
      "new_id": "48c23616c3baff13328e7e3bcdab6775f9a30255",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b7232c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aab33b5cf83a889e420eaf552f188de83f27a220",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b76ff3.wgsl.expected.msl",
      "new_id": "c4e24bd58db42bab1b87a884f6235d1adc506fd3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b76ff3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c0f3ed47f4174bd7d61eac00998075c3a0f15cf",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b77161.wgsl.expected.msl",
      "new_id": "6daf8801f0cb7c1a794df130e2f13b52fbf1ffee",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b77161.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1c26c64082d82b6b5e9e9ae9637b43db6e2772c7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b7c59c.wgsl.expected.msl",
      "new_id": "b3fa5290290c481518dc8261d00eadfca24ce700",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b7c59c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8771c6f971693b1ec5376f0d3f9021ec74eb1f35",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b7e261.wgsl.expected.msl",
      "new_id": "d9ea350af61b6cc51c39411b398ef56ae2ab00f5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b7e261.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73e89642d67036ba7cec5d532861f6931b5ff2b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b88f1e.wgsl.expected.msl",
      "new_id": "8990a24d5d570e55a69e21565d4c46011cf1a584",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b88f1e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "89f846037172dca9d218caac705f261df7d5a1ad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b89ffb.wgsl.expected.msl",
      "new_id": "98293d9622f4697f1fbcb82e2857557c73e3ca86",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b89ffb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9e11c66b1eec87bc49bb75162ff9bd92bfc1c12",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b91b86.wgsl.expected.msl",
      "new_id": "1e3a4e43f1bffcfb30a22c492d46af88f781bae8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b91b86.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "78d6517749e23b0946652d3f6cda0b9b3ea6e11f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b9c81a.wgsl.expected.msl",
      "new_id": "575a8971031b3e4945a6305bbe908dbdaf78e980",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b9c81a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a6feb5c445b078346b5cb4d3bef362b942bb3bc4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/b9d863.wgsl.expected.msl",
      "new_id": "038f05310960fbc01ea5bfdef2a9b294f6423ecc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/b9d863.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f80daeab3843a159d4cb2f8d0e060e619d3ba035",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ba51de.wgsl.expected.msl",
      "new_id": "f1bb133a742780c8aa4ea35d94a806cae0f8701e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ba51de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dcf6b86fed6f74546e28886ff3baf948884ecc27",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ba91ec.wgsl.expected.msl",
      "new_id": "0e82fa9a5f4d0b4dd1ee3be9648bc8fd755a0945",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ba91ec.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1784523dc74666c72bc56eac9ddb2a254cf27b9d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bbcb7f.wgsl.expected.msl",
      "new_id": "60941cf2a400b4b81eefaeb3e0b39717cd5bd852",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bbcb7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "199ae8cdd6c05abd5ba0f30b0f494beb817df86e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bc1423.wgsl.expected.msl",
      "new_id": "a799aaab8f41ad5dc628856ba0f89089b9e51e8d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bc1423.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7b658fc62cb58ead0bf79aa397bed8e62fcad79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bcc97a.wgsl.expected.msl",
      "new_id": "957183c6eadeb626bb1016e1685d31cd092e84fb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bcc97a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76a0f3d67fc18bc1790ce65706c35123dfc0e57f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bd42cb.wgsl.expected.msl",
      "new_id": "04a4503c036eb0fbc0514e80cff3c67e90a10826",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bd42cb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1c151231e93cc407224e6b5ac3be85c22c7f13c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bd62a3.wgsl.expected.msl",
      "new_id": "84291ed758150db959f41d47a9a696296d75c7a7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bd62a3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "333e38a828b19ef14f2c0f852e6fbbfc939bdeb9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bd6602.wgsl.expected.msl",
      "new_id": "4d23b8e2e848ea7071d8189c32d61f132f47ee1b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bd6602.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "026a246d16049b0bd1a14e2866480eea00616fe7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/be6e30.wgsl.expected.msl",
      "new_id": "7d7a102f938220fdb5adf0dd00f8ddcecf50ec07",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/be6e30.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8a304093545e26c3ca4c898729c8f5449da733c4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bea8ab.wgsl.expected.msl",
      "new_id": "9417f16f5dce691e430b264f668a42a1ea86a9cf",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bea8ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2906a2fa4f83263325f835040779b22a9761dc2c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bedbfc.wgsl.expected.msl",
      "new_id": "ea972c9ade474b6d7f3e73d152cd9fa7bdbc4744",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bedbfc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "004e710d8879aafe742fd6522f803951e5e3804a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bee588.wgsl.expected.msl",
      "new_id": "7d4f174ebd2c21f07246ae3fcfe2bec95c26c492",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bee588.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "de936917a7884319499eece1424d319a2b6ce48a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bf18f8.wgsl.expected.msl",
      "new_id": "30897aeae1b0c6685e56ae1e2e3e9a99c7db146a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bf18f8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c8489a3e32dac16825d27b64e4957989483438e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bf22e7.wgsl.expected.msl",
      "new_id": "167c36012cccbd2f490f897e0738fef1fab60a5c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bf22e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a4ce3aa912a8ec9e03449ecdfc0a490043a45dac",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bf654d.wgsl.expected.msl",
      "new_id": "03bf3fd6324f2bf9dab9f60964436a89349cd233",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bf654d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "642c92461216017788af9af6688becaeb2d01e24",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bf775c.wgsl.expected.msl",
      "new_id": "045e8c40a8aa12bedfc4fa484a9419edf1872ec6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bf775c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f2529b3831b0db4143ceb0d90137706074161d52",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/bfac53.wgsl.expected.msl",
      "new_id": "0aa53af3b9d49bb6a203d5b382d89b3980cea244",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/bfac53.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4fd0d91759bbba237262409ea0f60103636cb970",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c06463.wgsl.expected.msl",
      "new_id": "d8aff568544480ca748c74a6a7bdd694318602e7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c06463.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b39821de3c2db4355cd28b91c8a36f017272c24d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c12474.wgsl.expected.msl",
      "new_id": "1f7169faeb17595752efa403414cdfd3f9f3017e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c12474.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "762c4c8fc36c98f136daf5ef27050d747fd8ecc2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c1984f.wgsl.expected.msl",
      "new_id": "3365dfbd3ff2535efa190e9b422a99dcc4f20bd7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c1984f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "440d282e4dfaa48af612a8eb7ab7b878fd45d80b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c1c664.wgsl.expected.msl",
      "new_id": "2f0f012edd6cceb798c3c077466b3e1c204a0de4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c1c664.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "99cbe6111b1273079ebb308ad0b35a2bbb041514",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c1f29e.wgsl.expected.msl",
      "new_id": "a18771ab3ecfa45314fa4b1d69c35d7b2823f779",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c1f29e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "93d0b973c2fda9d8e1e5d6e2be4ee75ef21a31e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c1f760.wgsl.expected.msl",
      "new_id": "f324ec9059b42234f3368235e36fb055d7d61f82",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c1f760.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed39f6cd5745c252733885eab48d06c3890a7e10",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c2ca46.wgsl.expected.msl",
      "new_id": "15615c255ec85bc11e12b3461140a1adcdfe8ae5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c2ca46.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce85da0be6613ad5f27e95215e1a0b160f923a2e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c32905.wgsl.expected.msl",
      "new_id": "0c950cd0136c75b477ec871ade01095bc90f7e62",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c32905.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d154012b849b40b396829a27787de83648ecc588",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c33478.wgsl.expected.msl",
      "new_id": "b82db32cb1617796aab2503a983df55934486bfc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c33478.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38d6486e37b427f40db9c677d439058f9e723044",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c35268.wgsl.expected.msl",
      "new_id": "01e7fefe9eed0dde22f1cfef244d066feaa67d53",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c35268.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b2b57a970953d2bb8e15f441473731b79fe6874",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c36583.wgsl.expected.msl",
      "new_id": "7c0cd51913097643fe14af7802c43d8c23c7e9e1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c36583.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f14cce5ace3d2fd0601742c6cfd3d4561b83c70",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c3cedd.wgsl.expected.msl",
      "new_id": "87f0cae0e72ddad86c2537822791b01441fe6265",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c3cedd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f846f3e46335311543be6477ab185abebffa98ff",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c414c4.wgsl.expected.msl",
      "new_id": "d5d70cfb971e6bad7fc13e0c9abd02a8aa81bdf8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c414c4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "00e6defe849dec4891c05cd785a77748c2f72755",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c43ab2.wgsl.expected.msl",
      "new_id": "55fef6d016a18a11e400f38faebc9573af703662",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c43ab2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed01445f2212922a1fa39f5ebfdde6cf6860b8fc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c450f3.wgsl.expected.msl",
      "new_id": "13471b9e9be4544efb092f9b2172348e90e5c08d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c450f3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eaba60f38be61848d6b70b645275dd7b1ef9c481",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c4976a.wgsl.expected.msl",
      "new_id": "3f44be10fda1fe266639018248ea9328ada6d8a6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c4976a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "92c7b30b3b982726ff0908b76eb9b2346ebcd731",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c5a7fa.wgsl.expected.msl",
      "new_id": "ac1e62dca1cf47f2f7550db1c0b7cb4a3617ad91",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c5a7fa.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8f2f93efc6a07504a234c731218fa9e2bdb9cf04",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c5af1e.wgsl.expected.msl",
      "new_id": "42723ba019e7a349862d4cbd3ac92f28e3adf317",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c5af1e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "59f98184e03b3e95bd7ffdae2a06846e52ff79b3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c63f05.wgsl.expected.msl",
      "new_id": "13ab82f0879f4fbc4b33a3009ab2d991fece8c42",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c63f05.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc7926d0c0feba45f06a61977be479a319fc54ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c6931c.wgsl.expected.msl",
      "new_id": "6c6e80440c0ae240e24a774689553f51e79e944f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c6931c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "411d547116ad12ddf2b76d1f16a70b4bee75380c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c6e73e.wgsl.expected.msl",
      "new_id": "4ff296561e5e72fe386782f37d0f783e15b50713",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c6e73e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "56b0a95970ffc564c376e875c507f2e2c8af4721",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c79451.wgsl.expected.msl",
      "new_id": "ce483b685e11942a079f5419205ffe0c9a8b1fb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c79451.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6a80f8592b1af4d25c40ec49f7d98c3cf155622c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c82af5.wgsl.expected.msl",
      "new_id": "d003ffdb63a0b7bc889b832d8a113c75580b5f38",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c82af5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4478c96b677e800f9d95672077786db1e0ae2975",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c863be.wgsl.expected.msl",
      "new_id": "642b45ef95933072c5fc98e45dc919948457406e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c863be.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "395c817b12d24b2ffdd4929de75f8f07dbbfa9a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c8b81b.wgsl.expected.msl",
      "new_id": "b1650586f34772e199b9b0b203338c2c74f59ed3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c8b81b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ff3930988236f2b23a208a08fd8161f87782a42",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c95122.wgsl.expected.msl",
      "new_id": "395b282b248330e7d8f51f709c02db0a0e4da0be",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c95122.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f0364e8071a8a1867edd88051d338390b68a5605",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c9d780.wgsl.expected.msl",
      "new_id": "1be017d6f0d8c366d285d40f5fb0a48f873f975b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c9d780.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a94ec33b9be3b5cf056473b3dc80f04db78e987",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c9eb59.wgsl.expected.msl",
      "new_id": "bd9209b96fd25e6d6c731eea7c8119de1a883063",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c9eb59.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d5fc8b535f6f7fbd161c9a656c23f6c9065c6e8a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/c9ff56.wgsl.expected.msl",
      "new_id": "8d06a112bcff41314594c0d6d02a1696bccee277",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/c9ff56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "15aeb1eca82ae998e66ba5d89e6c373c60aa9333",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/caaad8.wgsl.expected.msl",
      "new_id": "5a97f3ffc2ab7d254d4dc7c1f26ac5c263557909",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/caaad8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a73406ab13368934e51016220d2c878a660d0cf2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cb3b0b.wgsl.expected.msl",
      "new_id": "c647f01cc57142f323ae5ae62cac65694910ebb8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cb3b0b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6ec8d8502a7f5bf33efb229c5b8f22e0f734ce3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cb5a7b.wgsl.expected.msl",
      "new_id": "74c399e905277985fc1d057b95f05618f1f02efa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cb5a7b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1130535bc1370185bcb082f912704cc4d8ad5d2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cb6ef6.wgsl.expected.msl",
      "new_id": "9f4146010fa3b86af3d27e08deef6713455b499c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cb6ef6.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ba3012ef249b007f07e413ce12bf0b538f712cec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cc12c3.wgsl.expected.msl",
      "new_id": "877078df54f6a04b8fb5d880a6fc51a7b94ba13e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cc12c3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fffff4ed92b3596cd94c9d273c72a0794748f466",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cc8267.wgsl.expected.msl",
      "new_id": "c6f3106e6f6bc0aef461cc9e3a7495a3396a2d40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cc8267.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01b8945f3982738ba7b74fb9b30c4580cc5c08ff",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ccac20.wgsl.expected.msl",
      "new_id": "842f55b4a332ac9f33247bc254ae0f9ec5095f30",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ccac20.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7b17a7dcd81e3752a4c5ee17e3a03ca43f49af41",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cd3972.wgsl.expected.msl",
      "new_id": "98f724f9ff6a2bf9ac37c2782352deb5f979a37b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cd3972.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70f5aa37cb3c437b84e12892788ba6ce91e96fc1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cd6755.wgsl.expected.msl",
      "new_id": "5f57afc0a27c5de50db7f5d2a7cb695e9e27dc7d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cd6755.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a33b9ca715d3f068f554fcaa05007ce9abaae073",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ceb832.wgsl.expected.msl",
      "new_id": "0fdac291727b7b549f17afecce44679b96da31b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ceb832.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9044aeb9c1fa41c5aeb9bb66d4d6973486c945aa",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cef287.wgsl.expected.msl",
      "new_id": "e835cb69b18e7fd5cc267c6ab7216b5ce66bb804",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cef287.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8f22d65af21db7215d0537379261e3d3af38e24e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cf227a.wgsl.expected.msl",
      "new_id": "0284c5a8f58e039f072f42325d0ce96541fc515e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cf227a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "808e8d98c62b4b8bd5a5dcd84408c5f5a6f49f8d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/cf96eb.wgsl.expected.msl",
      "new_id": "d6287afef21fcf51874e6ad685a7d067186385cc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/cf96eb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a472511b173876bb1d2ef94c5a6469389e5ba516",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d093fd.wgsl.expected.msl",
      "new_id": "4ad4e92df6a9e2b8c0240e5d6ef8050fbbc0a16d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d093fd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9f01b2b77d2b7c3bd7e9c4bda99870b1483e3c86",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d0d62c.wgsl.expected.msl",
      "new_id": "ae173f8574e10fca7e21bd7e1b9086c996e4cb3e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d0d62c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "311be33bcffe0ad4887a9747d53b97c5611f48d7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d0fadc.wgsl.expected.msl",
      "new_id": "ea1b766fcabc009ff587ec9924fb0652face7af0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d0fadc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4b7a920f3b48bfdfdeb3ec2fabf056cae0e23037",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d1289f.wgsl.expected.msl",
      "new_id": "fd4633f70e39119c827d853c7c2e71d2803a634a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d1289f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5c0bf18c986f1adbc659790e79911ec99fee432a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d19db4.wgsl.expected.msl",
      "new_id": "bd3b57b205f3075fee238f1bf4dcc9b097efb25b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d19db4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0c1461e93f2f8e3eb40805bb22a78c95c1a0c4b0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d1ab82.wgsl.expected.msl",
      "new_id": "bfbb4436f6e5a0def5ac4e416b5595d4d5f2a869",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d1ab82.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4ffb5d5d338115c7fd393c1d8a9385903b25cc6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d26166.wgsl.expected.msl",
      "new_id": "93c96898c1b7799c7d061101f849d47d8c7e9966",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d26166.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d4793ccd2d84bb5bc32449e67d6bc424535d552a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d2b565.wgsl.expected.msl",
      "new_id": "7e9910b8149c9f21cebc76c040ab40ba2ad5329e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d2b565.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "726aa8df71c23d6ff23362448344b057c26a49c9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d2bd82.wgsl.expected.msl",
      "new_id": "94bd6d9865d913b70d720b71ab6d5c92f0377b3f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d2bd82.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d749e9fd4093511ff9e59022daf45c7a4b02ff2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d3a22b.wgsl.expected.msl",
      "new_id": "9172509464c657c0cf442c97f9b8c90762ec42e6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d3a22b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9ac004c0fed26a14d5ec1193f6ba07bcc30351ff",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d3a9da.wgsl.expected.msl",
      "new_id": "4692ad4a63a90de6dd0a079efd6ddb59458882fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d3a9da.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f0eec9255979a3365724ffdfd5d9a51dce6b64d1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d4527f.wgsl.expected.msl",
      "new_id": "a8a9069e802014a7a5dec9e9d2a49bd6a3e1f134",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d4527f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d7e76eec21f0ce33fec8f7acc6573d0f933b7d72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d45567.wgsl.expected.msl",
      "new_id": "b4396b8340b4ba7ed574d30045f7e2c2329b4d86",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d45567.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4d1043ebbe1405928f2784d1ebb81715256873f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d4aa95.wgsl.expected.msl",
      "new_id": "83900ab26856042fd6dfde606e646285c6d06cbd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d4aa95.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5231e9b2e4a126e23ce6acffaa1428d99ad5c4e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d4df23.wgsl.expected.msl",
      "new_id": "ad7eede4a3fbe7663c91299f29c6b9d2b4f5c6ab",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d4df23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3d58efe74967fbfe73ebbccbb3531cc1c5bfcf8c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d55e65.wgsl.expected.msl",
      "new_id": "9f2ebee0714f051919663937b9b1e8599a2c8d4b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d55e65.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60c99f7e33924052078e391e4504aa4431f149a1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d5624c.wgsl.expected.msl",
      "new_id": "cc0752e6eaf7e2e3469a337d6a903efa6fb6dd19",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d5624c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2aea6bbba16f912d8a91f7a02469a686dbb90634",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d5b85f.wgsl.expected.msl",
      "new_id": "e6094445ad5116c1ec315b098cdbb836ef44facc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d5b85f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "288614a6a314ca3e5186194413ea55a19577ef4d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d5c9a2.wgsl.expected.msl",
      "new_id": "ac65fdddba8775481544d9780abecfc05421a574",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d5c9a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bf9860fb9beb24206dc798e0160333adb1b830a8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d5d703.wgsl.expected.msl",
      "new_id": "738acca9df3370697357242b5fa941a7d073a2df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d5d703.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "305dbaa336dcceefa57950c83aec65d4070b1ade",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d62991.wgsl.expected.msl",
      "new_id": "b5bd1e867c21e260c9336b7f543bc5c824aa84a8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d62991.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d0bae92b8af80aab2d80f2e009eb7534a02e6d2a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d6e7b8.wgsl.expected.msl",
      "new_id": "5ec4752b96e0de2c185669ea51b11072fa8c2d36",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d6e7b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "60ad6f47c14a18db1d6ee17287bca2aee7f4e9f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d6fb06.wgsl.expected.msl",
      "new_id": "62cf6fd4da0281674bd3cb3e16bd5457e42c4fa2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d6fb06.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b8274b20fdf7f04cf75cb0f922954b0fe2e015f5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d73b5c.wgsl.expected.msl",
      "new_id": "fab443ba2f23b990e534d3bb7fcb99c29ab836ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d73b5c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4a86fe4540098dd6f1330b0c823a868c0bf19171",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d7b9e5.wgsl.expected.msl",
      "new_id": "21466483cf4f719809a4afd7a38af6fcbb555373",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d7b9e5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "384726e99f902c15c1bed02e55d85b2a84f699fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d7ce6a.wgsl.expected.msl",
      "new_id": "4f25697368276a7972afd7f7cb32611fdc5c1edc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d7ce6a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c34484e31097adb711877d0af93d22215fa4a790",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d82b0a.wgsl.expected.msl",
      "new_id": "9531d77cfa9fd02e9f8120cba8a0855fe18b0ed9",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d82b0a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5227ea47777e6f6bc11b2674ae75b2100074ad79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d86d33.wgsl.expected.msl",
      "new_id": "6834dd4996c48c442026c5494f3cb6f2a7b3837f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d86d33.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "de71d8a2ff139eb42bc197d7de2c07ff9a1dbcf6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d87948.wgsl.expected.msl",
      "new_id": "e3867cf7d6f0ef9804db9b22725b58bdbc3c3441",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d87948.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "198791cae67e86c4e903038e777e78cfc883f252",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d8a0bb.wgsl.expected.msl",
      "new_id": "44c51e837eb028048a1e38385b0a2fd9aa934151",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d8a0bb.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0633394251fc59b24357b805608c761af3d69128",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d8a2d0.wgsl.expected.msl",
      "new_id": "0bede43a2a922e491c6cbc1aeb22adcba68d25b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d8a2d0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ca71128ff20c95389257f92bfdd1d4da8ea568b1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/d93662.wgsl.expected.msl",
      "new_id": "171958dac7112ee9ae940ac4a2ae09da7f2fe66e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/d93662.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2ab2a40f9f80e32905902555c3b1785481e500d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/da0192.wgsl.expected.msl",
      "new_id": "4cc948f4bfb20a1444ad055387be04ab15a4c0ca",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/da0192.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b10ec833d40640c3ea889978f66ad356d103ab72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/da530c.wgsl.expected.msl",
      "new_id": "6f3a6780c0d0d6eaabbd13889704ce95a3588c56",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/da530c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "129d1b23fd29e1bbaa175b318fea72156e9847ca",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/da70b8.wgsl.expected.msl",
      "new_id": "8e056824e0824f15b737a11e0b9c9b5b8cea00e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/da70b8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7c863f47f98b906c9d6ef750f60a9af3267ba2fe",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/da8745.wgsl.expected.msl",
      "new_id": "fd11ae9e9498da7e1dd9b6c012e45ff914ab6910",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/da8745.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f5d2591e8286734ba9c804409ba8b22da8ccb70a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/da9876.wgsl.expected.msl",
      "new_id": "0aa2b88ed7852684d62127886278d8f65dc90e24",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/da9876.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "12ae5e04bb1d906f68564cde9a9238d0d7819795",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/db5128.wgsl.expected.msl",
      "new_id": "8ff58fc2a41f7cfcce0e7c04735d8f106412eba5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/db5128.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1b2526896478da1fb0c2303bce6a73f4fe01a26f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/db67c1.wgsl.expected.msl",
      "new_id": "9cbf0911a6a74c20f0a807a8885cee079b2dc43c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/db67c1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b16d95e1c678132c4496de0695a3a4c88bb0163c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/db92a2.wgsl.expected.msl",
      "new_id": "2a83149feae87f71d9bdabc5cb39df9dd5094ec7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/db92a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5770a582b299fd3f83e66bcddab3c9be61ac27f7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dc5345.wgsl.expected.msl",
      "new_id": "934969f3660d79a17cce33cf88116d0c16915abd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dc5345.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "62767d7adbf5a0ab7b7e53c3a29398ccaf80209a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dc746c.wgsl.expected.msl",
      "new_id": "f0dba5a707db690d38c1b2f6f05870af5a17ce3e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dc746c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "888fb35923636ebefad0ef8d876f16155689143d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dce0e2.wgsl.expected.msl",
      "new_id": "ad8cddcb65451eabb24ea065748ae4dd578a2eb1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dce0e2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e83f13d148ced8227fd7c459adf07e2c3c53dcb4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dd3e57.wgsl.expected.msl",
      "new_id": "28d6eb5d9d853b827686a0deb35a1bacccfb62c0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dd3e57.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "af89f3d75c7dafaae50cf75e12ca1ad2181bd5ad",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dd7d81.wgsl.expected.msl",
      "new_id": "9ea643651a0e2541ac944236dc1e992b68e9f3c5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dd7d81.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8d331b17514bc5723a3c96cc7298a50753a254eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dd8b29.wgsl.expected.msl",
      "new_id": "2e0ddea4f256e9276b82e5c6a91e9b36be5728e5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dd8b29.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2143f85bc12c9f3c81e4a1a940f8ddf078a4da9a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dde364.wgsl.expected.msl",
      "new_id": "ed0d6e23caadadf466fe811a1f7856adfb0b11ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dde364.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "af279a18fab819df08b45217c3287511bd7135d5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/de2fd3.wgsl.expected.msl",
      "new_id": "2a448f13415c36e9644f8cd600bf3f93cf3853d1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/de2fd3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c88e3114c4016dfea72be1e69beb0190a43faf7d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/de38e5.wgsl.expected.msl",
      "new_id": "44e05bf651fec99a4afb5fe2e2fe91303ec961b0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/de38e5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dc76380fda795dcb93b0ef847d53ff67785f545c",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/de4b94.wgsl.expected.msl",
      "new_id": "5f4099eb0cfae6b6a3ef1248b2846432e004ae77",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/de4b94.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "495902102618792b003fa07859a41c2e1fa4c552",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/deef9f.wgsl.expected.msl",
      "new_id": "0618f75ede2c56081d83a0a80470e6139671972a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/deef9f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d105730b82098720e923edad2b5c56f07136ab07",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/df0264.wgsl.expected.msl",
      "new_id": "5a5318a1b12cdeeb3047a6fe4deb1674aedc1923",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/df0264.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "706defd5b4ac56c83dad70d42deb08a07a1b0a20",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/df0c51.wgsl.expected.msl",
      "new_id": "178e09039f72c72d16cb64e9f63392c72e2e4338",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/df0c51.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d73bf5d9d04f7ea819f7b4f6ecc2bd5143e13bf5",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/df17b1.wgsl.expected.msl",
      "new_id": "9a37fd7c43dd3ba35d933ec63c3380e177396ac8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/df17b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "914373c05439ece4dd3e796568ae9fa243d0439a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/df2ca4.wgsl.expected.msl",
      "new_id": "a3e2f166ef4772a9b5145c206526982f10f272df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/df2ca4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05f4c1481fefef9d43e7387f9d342dc7d1f0ee96",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dfa9a1.wgsl.expected.msl",
      "new_id": "82ee0236c201f447608df4584b71977de55c1a87",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dfa9a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e3d4028de6ab70015511f0aa0704d70247abe2dc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dfb4fc.wgsl.expected.msl",
      "new_id": "3a5ae74228ee698aa307a38932e1ba4d4d93dce2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dfb4fc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a30877d2c322222358da74deafedaf7c4000fd30",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/dffb13.wgsl.expected.msl",
      "new_id": "627a62744e3797534556a5bc0d1e5507efe0d0d6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/dffb13.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "164f0d8536a101809d6ac1bbca927d9b6eee66e3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e00375.wgsl.expected.msl",
      "new_id": "72729b18059893e85e8c6e723bd0a880c177f273",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e00375.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6eb0e279c694f21ea9e47294ced4ad5111f4760d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e077e7.wgsl.expected.msl",
      "new_id": "f180d41e1fa450008081efdf3cc0ee91a5c128e2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e077e7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7d0055e2c8a8844149750a611d08b517db288d43",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e07f88.wgsl.expected.msl",
      "new_id": "4aa618f03ecacf341bfafd4856f2959ae04cb46f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e07f88.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bbe0f9ab2d6cd4f7555101b9b44c94ed3e76a4a9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e0b666.wgsl.expected.msl",
      "new_id": "50522f526ae275b47669edc939ceaadc2a9fb67a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e0b666.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1dfba4a7cec2a9be0f2a9b8eb4efb8d9b4e61bbd",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e0f908.wgsl.expected.msl",
      "new_id": "53a7f9a74a9448971b72c19266f03b09acbd3833",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e0f908.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ec2dbb9f2e66b2730a6f38c642e09522871f406b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e13932.wgsl.expected.msl",
      "new_id": "7dffb8071e4a45f72e570d1d2cae2c5dcb87eb52",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e13932.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4dbf051b14c69d6e9a69879806fd00eab276df4b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e1423b.wgsl.expected.msl",
      "new_id": "ab8939b6369e1ae385d05c58741b0c895515b94b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e1423b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f287902432c105d412fb52a3822b8e2d473cc3ba",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e15975.wgsl.expected.msl",
      "new_id": "33d481ccdc418c43cd065f5fea03f1559634e8c6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e15975.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a05b5e0e057dd77d45b25e90493cf3f7e7a95e93",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e1784d.wgsl.expected.msl",
      "new_id": "b704330e87859788dacd4e8cc4c3afbb12c858ae",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e1784d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb4fe4e36626fbad71e21a849aad83ba9f2249a1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e20a35.wgsl.expected.msl",
      "new_id": "24c6aba9a0bfb3df1e7f1533d1cf849a530389c8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e20a35.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "37a5030f962f303564727a1b4ed2d6b0e6ea09d3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e311a2.wgsl.expected.msl",
      "new_id": "395bfaea8082b8d4545f94e1d308574833a0520d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e311a2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8101a864cffc31731923ebf4ed647f397cf4b0a1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e38281.wgsl.expected.msl",
      "new_id": "daecfd17eac7095138ee33e4ac579b0ce7b8f460",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e38281.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6564c6eb41f567d3491d76c2136ea1d06462d8f0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e46fd8.wgsl.expected.msl",
      "new_id": "17ca459ccea1d24cff493da2e783c5215714ba06",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e46fd8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2fdfdd514063b671080619af5d1a18d3cabaad43",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e4782a.wgsl.expected.msl",
      "new_id": "f77cd7f84569016bf35fd55e7d24fdae2cd203d6",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e4782a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6bd30822d2714bd417e5cc165527ec94484c6577",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e5853b.wgsl.expected.msl",
      "new_id": "798857e980360b0c90cf2095a3e0ba371b07230f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e5853b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4168b770d71e4b091518da081b51cfb37811693",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e67e71.wgsl.expected.msl",
      "new_id": "caee5e1218397c3f58bd95fc5011a241f4479035",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e67e71.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "50ae78267905bd555e0994a93235c724200c4469",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e72bdc.wgsl.expected.msl",
      "new_id": "2fe22670d339c5fb446708185a502ee459e81ee1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e72bdc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "94cb1322a7806a0e970d287a01d56db98b050402",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e7c6d8.wgsl.expected.msl",
      "new_id": "778430c8608dfdd9884d729a0ce35ccb5df26793",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e7c6d8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "68bbf54e9f21d7fe055ed4e116e993ef66adff33",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e82db2.wgsl.expected.msl",
      "new_id": "efc39769496cb83c33807aaff3c5f521e94009bb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e82db2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7406ae0ec199cc4d6235db7e60fe8187e13aa577",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e84f70.wgsl.expected.msl",
      "new_id": "a1005f02a0938419f5fe7d713719f94278b20a2a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e84f70.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3fb0c63777923dd643092e3c9758bb63d69a7ca3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e87f6e.wgsl.expected.msl",
      "new_id": "04af9f6841b5ba35fd346b9f5f9060996a5933eb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e87f6e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38511dccda2623e486e03f58472952c708c6ce69",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e885e8.wgsl.expected.msl",
      "new_id": "2d7b7109b9e6ef85298b074afdea2ec029dd0ec2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e885e8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8de6ff6e0617dc205b709282c19966544131185d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e8cbf7.wgsl.expected.msl",
      "new_id": "ebe6038e3d3a93e2f4d1b1c861c6af0124e405df",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e8cbf7.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6ad954f8b0d83d252db113bf4fd9dc6c434e0766",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e8d4d9.wgsl.expected.msl",
      "new_id": "be9d61b2250d5bf2c887aa568e6f43fc3c7608cd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e8d4d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "66938a0c95750c3ff76c4b3f73a5186280a1efc4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e8eb23.wgsl.expected.msl",
      "new_id": "fa3132368b4cc0b697ccc5c9366083127af31012",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e8eb23.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f284623501de1da204b1d84b18b7e0984af5dd4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e92754.wgsl.expected.msl",
      "new_id": "23cc2733fb898014a6e52843cb35a1530f3e3f78",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e92754.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fbe9f2c41ef8e6aa554a15b37532749f58d571e7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/e99e37.wgsl.expected.msl",
      "new_id": "4579a2191f0618784c78be7e342512e2e8a20178",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/e99e37.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f7566610d0dd473f8f23d6e4047a03af001ca0e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ea30d2.wgsl.expected.msl",
      "new_id": "2a25b31a85f62a7b7020a208839bdeb52c2c1b56",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ea30d2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "820773fb9550af4e7ba9c51b2befa851eb06b6c4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ea3230.wgsl.expected.msl",
      "new_id": "0955f3908b28fa06e074efe4b5c05974703fd3a2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ea3230.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8f889f5a69ca9f962e1bbd880a40b95d7bc7879d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ea9b34.wgsl.expected.msl",
      "new_id": "f171a01cd92f4626e229c04d2156fa96636815a1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ea9b34.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bdb29d5a263ef8446ca31d292dc79b2fe79191d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/eb702f.wgsl.expected.msl",
      "new_id": "71ef3be38e9155186a89b62f5665594a8e2342bc",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/eb702f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4d5fd9894d238d7a018a578f836868d37245b32",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/eb78b9.wgsl.expected.msl",
      "new_id": "0d5acf0542d418a9e2b6d1ab465732da03232ae7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/eb78b9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fefcaa16c2c757f03f9e1607a74afb5f8702bd79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ec1e90.wgsl.expected.msl",
      "new_id": "8820e20b5249dad59629201976351085d1d18231",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ec1e90.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a4ad9563d3c2f3fe7dff816679a9e5d04aee2306",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ec2c84.wgsl.expected.msl",
      "new_id": "cf5c2f189b2ada2d919dbd4269520945bd7f2f7c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ec2c84.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "471f0f284bf63f3fbeb188204f6dfcb672c63cd3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ec659a.wgsl.expected.msl",
      "new_id": "45cf256650522ea2c438a0c4ac80cf16fa087a10",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ec659a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "21747c796ef3b2cf86f090b710e2e7106d5ab816",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ed2f7f.wgsl.expected.msl",
      "new_id": "eb27552caa9379c786625b0461df5b45bfbac7fd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ed2f7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f9aea47a1b72555c1b1c54711f8a1cb653a8a9a8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ed6198.wgsl.expected.msl",
      "new_id": "94accb26b9f4c37b88bf6e851710d033356c2318",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ed6198.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bac3df2a8cd38f13d8d63be913a211c1b09a1cd9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ed8eb5.wgsl.expected.msl",
      "new_id": "94c016678aad9c2e40c52789f4c9db60f5b405af",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ed8eb5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b3302c615aab525414076d080c67e3a1b1cdc12",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ee6acc.wgsl.expected.msl",
      "new_id": "593128e8133d7a5ab3ed4a5f731801c255fc523b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ee6acc.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "86ed1da5640ab1c3175f9257f3bd9add8df2cbb2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ef0841.wgsl.expected.msl",
      "new_id": "144af275860fdfd07f95c9168535d7f76bab2efd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ef0841.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb231d0cff12b981b709aa26ff9a20b0ec2210b0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ef1ccd.wgsl.expected.msl",
      "new_id": "c3852121621cf40a542ca92c4bc5655fd7580f97",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ef1ccd.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4aa58dff9435f80a671339bc5abb9cb43a0f746f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ef844a.wgsl.expected.msl",
      "new_id": "2f75475f4e0f4ce57c22be73965f9d3a4d5e4c6f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ef844a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ced64603109f4164b3dfc9462b78d67fccef4ee3",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ef9f2f.wgsl.expected.msl",
      "new_id": "f91b05fc76af8109f20e888f8f280936e646f055",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ef9f2f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "38f12fd5c36c3ce46bd0505ab097f8f0e03a460a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/efe5e9.wgsl.expected.msl",
      "new_id": "e7e881bb9f727da935b586c9804156c5561eab40",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/efe5e9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d57363cc6ed92e3d7a599a8a38b4898647c869d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f05928.wgsl.expected.msl",
      "new_id": "25d5e49f1325e09a5a904866674245812d82f676",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f05928.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9ca486f59b52f57ab0c314075ec06077a0c69070",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f05cea.wgsl.expected.msl",
      "new_id": "096ddea59fa90cf50df005db434e2d1b250c3c83",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f05cea.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8a8356a87c7a12ab12783cca28cbe24ca8c3907a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f05ded.wgsl.expected.msl",
      "new_id": "c084ce6cd147b76c3ad461ad63a1fc07677f711a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f05ded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eba67e31d2fac67a55ef1ac6417c0f99496f9c54",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f07fd5.wgsl.expected.msl",
      "new_id": "c86d0bdd9a7ae00756e293b40af3dd63559be59d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f07fd5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6581384e40421629498ab78e3b99bd0817125878",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f11f66.wgsl.expected.msl",
      "new_id": "ceb3ea6df01dda47ee1cc539200f1ea7a715b002",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f11f66.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1477837f40d0b82a41d3e38379fe9d6aeb205953",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f1e6d3.wgsl.expected.msl",
      "new_id": "bf2d2dc643e185e51f227c3569dabc5bfe0b5600",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f1e6d3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "77d2438281ea8efd53859f558197212d165b1759",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f2668b.wgsl.expected.msl",
      "new_id": "3e5bd1d8a04372ea1a5c71b608dac75d785b9c50",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f2668b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "09c5b0aea7a92ec943d7d09addcd4b6f7d5dd257",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f29ce4.wgsl.expected.msl",
      "new_id": "206f382ac4f8abd73a43985511d7cab975c0446d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f29ce4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4c88f37dfb789cecb02f4135d5988aed5dcca671",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f3010d.wgsl.expected.msl",
      "new_id": "f3a8b04b63efb52a6ecac91d54cbe9aaf706026c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f3010d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b4b64092cd3bf1f4aebf227b1b43687855346228",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f3ee36.wgsl.expected.msl",
      "new_id": "7370e9dafdc4f001874ecad4efae85c5b85442e4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f3ee36.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1b640ea7e3e545f261e285c73628886e1f008c72",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f4a92d.wgsl.expected.msl",
      "new_id": "f32bb14afd5d822efffa45b7126e557a1d7b56b4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f4a92d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c227da99eba63b5fd6228e9b79dc75e0859b7dfb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f4b84e.wgsl.expected.msl",
      "new_id": "7c42a1289895883f2e048e9761c234e12d9dea9a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f4b84e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1a02bb808924ae5aea63c5171f0b7b302b90a99d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f5ee64.wgsl.expected.msl",
      "new_id": "4d75b98ea5ff25e2f2ed0be56a5c8c9d01832442",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f5ee64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2788bfc6c273be2c2d2de8804b49c75bc6c23da1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f6018c.wgsl.expected.msl",
      "new_id": "4c2cdf58758bc8b090cb4ded7376b1c0772c0987",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f6018c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "91687c34c67d4d7545fe61748153abdd78a17538",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f62984.wgsl.expected.msl",
      "new_id": "c2c7eba3af46c0e7de194138c07a580a18b25f67",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f62984.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2f7425de1463fcffe6f5028a20e11f41289b1969",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f64d69.wgsl.expected.msl",
      "new_id": "fe064f7ae8af393f059d2fd7280773811d0f2bc8",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f64d69.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "23294e031472d43d66f142de39e767a557ade6f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f65ec0.wgsl.expected.msl",
      "new_id": "631b57a733928321e16783deb78ea31af09fa60c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f65ec0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "632c00b4ead65b6089de6c2d549804ec6d688782",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f66e96.wgsl.expected.msl",
      "new_id": "398826e6339ecc42dd4022ac26c41a18e5199cd0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f66e96.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "12d92d8c2b6bbd5f8ba0ba37efa5eb5d0beea4e7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f68b0e.wgsl.expected.msl",
      "new_id": "ac0bec58a78bc4aa0adf04a4bac4705f73a411db",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f68b0e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "067a525e175d6729eb8c4b2f5a94c6ba020a024a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f69122.wgsl.expected.msl",
      "new_id": "8afa9eefb4e2e83e8cb750200bd730a045ab30fb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f69122.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "671c2d2e3d1276e2f7e58226dd7050ea20f8b13e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f69ef0.wgsl.expected.msl",
      "new_id": "2a958b90785c74a8e34d363859358266e1c56a45",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f69ef0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e31580959c476b3d1d915cc3e991e94642ca393b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f6b909.wgsl.expected.msl",
      "new_id": "2d65e5eb376f72f59f4a8499ddf2f02f10ca1346",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f6b909.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e26318bc3c50a52d4aa0c3078b8e4f6bb38d5a7",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f6f392.wgsl.expected.msl",
      "new_id": "b746a34c72f877776b9db34a70081fda074a5be1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f6f392.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ce212340db9889853197d7f3644a9abdfa3a485",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f7b0ab.wgsl.expected.msl",
      "new_id": "550466bcfb5cbba63c56bc82b393a3700b3af99f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f7b0ab.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32da550710a68bdfcdfbae8fca2a355e6305b188",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f86392.wgsl.expected.msl",
      "new_id": "458f84af520c875f8597653015e141533676ab06",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f86392.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "81b0cf7646680c1eabb7b2852a02f31907b07192",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f8aaf9.wgsl.expected.msl",
      "new_id": "2edb82319da322512cae9eaad862a6f53fc55ee5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f8aaf9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cd861a582f568c31d8f4043e69a4fe62748e7f95",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f8dead.wgsl.expected.msl",
      "new_id": "e7b6b1b85289cccf8898ae122bb49333fce9225a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f8dead.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1f28f17a268390af10ce115004fe2a5548ba512",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f975a0.wgsl.expected.msl",
      "new_id": "0bda4e0776f53c460284327e9642a9bacebaa8fa",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f975a0.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "86bacef6c11e4eb873968dda54d2c2a39963ec46",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f98387.wgsl.expected.msl",
      "new_id": "280b9b9fb00114c5f96b6c01ee40f8dcf04695bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f98387.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "96710970293af4bf5c120b7b0b3d4d6a65d25e5a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f9be83.wgsl.expected.msl",
      "new_id": "923ee4652ce2da8301d0a01312524abef6445947",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f9be83.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee25f56d5b4eff695ed14d29c8af267d18ad43d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/f9f90e.wgsl.expected.msl",
      "new_id": "9631df9378154689fd86937756170ae610d12546",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/f9f90e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e8040e5aeb00dc80d514cbd37ce725774ad49ae",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fa2158.wgsl.expected.msl",
      "new_id": "ecad4617bb4dd10bed7543917a0a6c71c3659bd2",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fa2158.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6414b5cd5f56bd49b6b21635fb5936505bf6d38d",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fb9a8f.wgsl.expected.msl",
      "new_id": "8a23f65ff1c99335593a5bb7ed66e554d3360ea3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fb9a8f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8045d4db7d93fb55d375b77895b8e35f02f74aee",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fbf53f.wgsl.expected.msl",
      "new_id": "ed064004397cb9d5ec6f55eaae99ff4308d159bd",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fbf53f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e13a49bc13b11d57452386728bbec87e9b64fbb4",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fc43b1.wgsl.expected.msl",
      "new_id": "c1ade9102883d2ea5a42db3caced28d283e35c13",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fc43b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "31c42092c813ed63d861604214d1103d64765582",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fc898c.wgsl.expected.msl",
      "new_id": "45a4fd038e97c8a9b1021460e68cc149394da659",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fc898c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d8c88dd8881a406534e10dc5a3a940df3ab64515",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fc916e.wgsl.expected.msl",
      "new_id": "8b6adbe06b11dc8635e04590018d2187ad8c8094",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fc916e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9533a63e9955ac93df32d015ea91d51b3a6f5319",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fcbe66.wgsl.expected.msl",
      "new_id": "5c32b76823a33efdea1b4df85fc2c561688dd021",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fcbe66.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9beaf8d8355015d96d3eb3e1eb930565e4e283ce",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fd0705.wgsl.expected.msl",
      "new_id": "2a586685a09c5be5d575110588dd4fa6539fcee1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fd0705.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eddd0f3dfaefc3fd3a53abbe759a68bf7a63ec84",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fd0b2d.wgsl.expected.msl",
      "new_id": "51411255416920674c67067f3b1d4881c8d3aa64",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fd0b2d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f75863aa883d4887747be3146a3f9d66e4e146c9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fd239b.wgsl.expected.msl",
      "new_id": "6120acb557ad5fb30c30c0b3cb1e3b58b5dada6f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fd239b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ff9a6c60eb36b2d42dd94418125a76265982e105",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fd350c.wgsl.expected.msl",
      "new_id": "57c2c6450a97604f3bd64a0e9c800f7319324800",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fd350c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2fcd00dfc01bdb4f35d879abc37312342a1d3fa0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fe75d1.wgsl.expected.msl",
      "new_id": "448debb95664facea9648c50980e2330f30a2b0f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fe75d1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "98eadc1396ef5c41400ba6fd3b41f0d0154dee98",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fe85b1.wgsl.expected.msl",
      "new_id": "6deac1d33d02c9ddebab79c8bfba5f2a1186bd5e",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fe85b1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4835e4b41069151610f31c5b8cede3f791e448da",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/fed7d9.wgsl.expected.msl",
      "new_id": "f83051192b0eb30e0abb692dfdb3c6dea150e88f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/fed7d9.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f6c4411713b6885414dd867128dbcd167b306ac0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ff10ed.wgsl.expected.msl",
      "new_id": "374abcc6ecf765cf2036d278cb262cd5629f4fa5",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ff10ed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "562faad8321c7d2710481f131e2395664c587d29",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/textureStore/ff23b3.wgsl.expected.msl",
      "new_id": "5fbcf8bcfcef0327a26aea5a81be1a97b9ce31ff",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/textureStore/ff23b3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "87b4c84c7eb1d7a53cb98bebd7f2de45b4e9e7c0",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/32dd64.wgsl.expected.msl",
      "new_id": "e68c4367f8f254ef01f4c7ce395f1d3195f0d816",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/32dd64.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9e9f574c549042a09d8933253645782373ba69ca",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/553e90.wgsl.expected.msl",
      "new_id": "5b728612411af576819c40d371b1ee7baa207d19",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/553e90.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8500a37e959817685135e0f2951dc95eb25fe17a",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/5c133c.wgsl.expected.msl",
      "new_id": "c0387ba6a04e9275a44981b6cde6acea56c2a081",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/5c133c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "52874aa53813eaa3662720d3e1714576ae0581ec",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/66fce8.wgsl.expected.msl",
      "new_id": "a97be71ad39aa7979150c66e9a74f5ca4981a99f",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/66fce8.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5a59855ce2cbc7efb6695a6d44436441bf9228e9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/70ca11.wgsl.expected.msl",
      "new_id": "fb713cfc74c2c3a06dbb7b00e5c48e412d6b3cb3",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/70ca11.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "edf5bbb11d8e9271376581e8941951acca3cdc79",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/7eb2c5.wgsl.expected.msl",
      "new_id": "778840f3deb6966ce2d6262e37404d376e733f44",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/7eb2c5.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22bc29c79330ed0b72c74655f28418a1e817f1eb",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/84a763.wgsl.expected.msl",
      "new_id": "f2da35cb66f62aa99ee26a5c83c83c6a83b1f19b",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/84a763.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7572140a6086b3acd636e28c1d6f81dede65d806",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/ace596.wgsl.expected.msl",
      "new_id": "0603456260371c9e7c5f4daab1e77034bda65a29",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/ace596.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eb1e7f3f160fc7d43d83ba211f7df0b6c29435ef",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/transpose/dc671a.wgsl.expected.msl",
      "new_id": "0852841e0d61e3cbd79cafa65a70187ed9207023",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/transpose/dc671a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "44b91c7aa6ba6a819a8b21554098b763416db083",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/trunc/117396.wgsl.expected.msl",
      "new_id": "6b29275eeb73c539dc6b869824ec43898c176646",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/trunc/117396.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f1d197f72968fd980811c1b22de491beeaaf26f9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/trunc/7d6ded.wgsl.expected.msl",
      "new_id": "9566aa6b04638079399937809874819ab26988d4",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/trunc/7d6ded.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1ee70f89a3e4db5f3c184a51b74a2434244d75a9",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/trunc/c12555.wgsl.expected.msl",
      "new_id": "969b941b6cca8ad572677da82676782f3656a87c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/trunc/c12555.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8a02fb3b6e40d3d707cc56bd6a6683cd8b5def4b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/trunc/f0f1a1.wgsl.expected.msl",
      "new_id": "472cd25f08ae06b81322a9e0c42be7cbefc8676c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/trunc/f0f1a1.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6d5f216c68711f71e55332b0da328a8e686acc74",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupBarrier/a17f7f.wgsl.expected.msl",
      "new_id": "02c1c86ef7400ec325f522bd8c0aaa7a8bcce1b7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupBarrier/a17f7f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e65d98d87d45c155a3dc77c090be5a684ec02a4e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupUniformLoad/37307c.wgsl.expected.msl",
      "new_id": "195c262f26d05745dc44fbfb62a9875beca57790",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupUniformLoad/37307c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80aaabbbebadcaa76d8ea85fc27a0f7aea3693bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupUniformLoad/7a857c.wgsl.expected.msl",
      "new_id": "5522d7d1214751c4d50c00240c08d90a08cdb67c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupUniformLoad/7a857c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5fb0898ff8ff2dbd96c80182afc9a1623c5cf138",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupUniformLoad/7ea8de.wgsl.expected.msl",
      "new_id": "f989871d91938529fe75612a800855f42089d7d0",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupUniformLoad/7ea8de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c8dbcc7e330bbfbc9484f6747b0017970a0fa9f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupUniformLoad/92df56.wgsl.expected.msl",
      "new_id": "e4e9bf15e9404b8ca0d8c7252dd97c75ddacf660",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupUniformLoad/92df56.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2465a6d8a5859e791fb2ba1b3df5dbc43fc50e58",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupUniformLoad/9d33de.wgsl.expected.msl",
      "new_id": "5577054460a08313ef747f6917774809895df400",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupUniformLoad/9d33de.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "749f607e53558d044a033240676f38fa8ca6bc7e",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupUniformLoad/b75d53.wgsl.expected.msl",
      "new_id": "27f9cec84650cfc69a38e83abfd16250f301122d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupUniformLoad/b75d53.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb4b10e37f20bdbf64346bfb46813605b2474133",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/gen/var/workgroupUniformLoad/e07d08.wgsl.expected.msl",
      "new_id": "42af169a94c5f6ca0d92e74c461fc06c59fc19be",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/gen/var/workgroupUniformLoad/e07d08.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa210d17053628155b17e676271dd6ba1d754eb2",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.msl",
      "new_id": "d794c1ec3cdd36d3f8c8702880cdde83b2cf503d",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureLoad/texture_external_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c70c8258aabb936bcda7730f1106435ada3923d8",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureLoad/texture_param.wgsl.expected.msl",
      "new_id": "b9136f0e8a10bbbad67d4b519728fe6cbf4bffc7",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureLoad/texture_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "41b9fdfa1c2424b71469d249cbd2f97ae317b87b",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureStore/bgraunorm.wgsl.expected.msl",
      "new_id": "c59275ffff9217bde91c75dbe9e14a9ba4304d44",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureStore/bgraunorm.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "150d65a6317dd1d7dc0bc58a0afb3364731bd620",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/textureStore/loop_continuing_read_write_texture.wgsl.expected.msl",
      "new_id": "028aa6502c00e51c5ac178231463abadb0e947da",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/textureStore/loop_continuing_read_write_texture.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dabaa87ef65eb10833ab0c22eb553ffa8ee98ee1",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/array.wgsl.expected.msl",
      "new_id": "a5b2eabab1f78d4c68b93a787741bb3177548862",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1bc2d13d1d092f5210403c52a7f083afb1209779",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/array_overridable_count.wgsl.expected.msl",
      "new_id": "c0e0fe9382b7c562c2015fff07b2f2abef079e45",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/array_overridable_count.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1bc2d13d1d092f5210403c52a7f083afb1209779",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/array_overridable_count_aliased.wgsl.expected.msl",
      "new_id": "c0e0fe9382b7c562c2015fff07b2f2abef079e45",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/array_overridable_count_aliased.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1b8f1f274662e7d14a61a353b522373a598c077f",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/bool.wgsl.expected.msl",
      "new_id": "02d3d1d915c8aa52d0f6db7aae4ed4babd45b9cb",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/bool.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0b7039ade87d742ce9cd21b381a82f76aa8a6ecc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/for_loop.wgsl.expected.msl",
      "new_id": "3904ab7f4113066705ba893242d9e8833807b15a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/for_loop.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "748db0194a28796e246b9618ad7838b28071afa6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/if_condition.wgsl.expected.msl",
      "new_id": "b186ea1d2192f040b92e51845b8e6f63e5ec3a6a",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/if_condition.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b1dc3645aac1e80c180e977d1a4dd40340f26475",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/matrix.wgsl.expected.msl",
      "new_id": "6c416738d9c3127c449e1804c69ab68ba5fcfb87",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "768b7f182cab05044ed1e6b4de450437ac46cfa6",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/structures.wgsl.expected.msl",
      "new_id": "b7bd4fda4ea4a68eb4ec37312f462ab94a87b62c",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/structures.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e733b3f1ee24031a686f472e135cf8aeb73f6bc",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/vec.wgsl.expected.msl",
      "new_id": "c4e0471e20810d9d441a5f1e379d76a599fffee1",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/vec.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "db8f9ef2148824ba76284683a4d291b672b8f549",
      "old_mode": 33188,
      "old_path": "test/tint/builtins/workgroupUniformLoad/via_param.wgsl.expected.msl",
      "new_id": "fae9017bdd033545f19bf6b0f51f86ed42f67164",
      "new_mode": 33188,
      "new_path": "test/tint/builtins/workgroupUniformLoad/via_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "14ced38c5c72ba458929840979eea0c99132e320",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/case_body_attribute.wgsl.expected.msl",
      "new_id": "d5b12092b5ba50e12110992424cd3fd752e29df5",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/case_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aaeeebe04e737eb63c84db5a59b6307ae3247e85",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/compound_statement_attribute.wgsl.expected.msl",
      "new_id": "bd175d7eeb9551f329372253e1a51c15a9843666",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/compound_statement_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c30a5ca2e23274c4b03ce79c45e49ae636cbaf7a",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/default_case_body_attribute.wgsl.expected.msl",
      "new_id": "8bc6cdde17316c87ea7aa1787592f141eb6202aa",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/default_case_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c1fc6dd4f06476d2a85abcfcdae2a6dc9e3a3ceb",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/directive.wgsl.expected.msl",
      "new_id": "22c6998d90d38fd62c652e8ac0000359a7360c16",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/directive.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "65105c121c4d19dc1ed3dae7f1618ee8530d6922",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/else_body_attribute.wgsl.expected.msl",
      "new_id": "acd35b1fb73ce138aa73870d6b34aab9e9a33027",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/else_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "29f37fadde09fb115fb1ff59c3455fc27909682a",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/else_if_body_attribute.wgsl.expected.msl",
      "new_id": "4a1753b1e47678fe9705f04a35fe9a4c3775ff3e",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/else_if_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a6c6902b2b1126fd41f911e7fee3531e4ae866f",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/for_loop_attribute.wgsl.expected.msl",
      "new_id": "7aa01dfee64041cdf36ffbd0694e0592f38bfea5",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/for_loop_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5341de50478cc5be84988c745e7f8b0d2242ad1b",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/for_loop_body_attribute.wgsl.expected.msl",
      "new_id": "c473f1d9f350c64a833e4af5c11074b4d6ac9f6a",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/for_loop_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1cedd4ea160a0636143773b8bef712b238e31e57",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/function_attribute.wgsl.expected.msl",
      "new_id": "e334dc955ab0bd16a9297605d6be53f10dc2770f",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/function_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "249a17edf8bbc14c22852db2056956bd9feeb30d",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/function_body_attribute.wgsl.expected.msl",
      "new_id": "bebfe5ccb695878352e0dc17da6199d4f6fb22e9",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/function_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "08b6e97b197732ffbd207f841cbea7ddf24a4a25",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/if_body_attribute.wgsl.expected.msl",
      "new_id": "ad70c9439edf39370a60136eb4eca3a66c70432a",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/if_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed98d5908dedd09193ea049a951059362625406b",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/if_statement_attribute.wgsl.expected.msl",
      "new_id": "fca0d7c3bd797bf2dcc5d6d1ced65924f0c5dc1c",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/if_statement_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c1b875d846e2b779d8234fc7a26378215609e089",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/loop_attribute.wgsl.expected.msl",
      "new_id": "03b068fe52f6f3017970e543b89b379e14ac5bb3",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/loop_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80b361033a3d122e90272a30583e79e6691d017f",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/loop_body_attribute.wgsl.expected.msl",
      "new_id": "896b81d756295a2e4c43ab22f7a43595239c3422",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/loop_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "afaebc2953513fe7e6dff60d2818014335164ab3",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/loop_continuing_attribute.wgsl.expected.msl",
      "new_id": "b6da43d55b8b6612c99d71ec58a4178497318a66",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/loop_continuing_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd6797e5b083bff809e20891da36cc6879cab730",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/switch_body_attribute.wgsl.expected.msl",
      "new_id": "3efd71e64918bfe7ab033945648cfd7655f78648",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/switch_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ec87326be43d813179467f14ba1fc30fc0857520",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/switch_statement_attribute.wgsl.expected.msl",
      "new_id": "4952f90f481b5a828b28dd594631eb6aaaceb358",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/switch_statement_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc0af4d3d4d021ad66bdef5d35a776dccd5ac5c6",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/while_loop_attribute.wgsl.expected.msl",
      "new_id": "4b00815ed9e525eab092c701e89d3a3459fad279",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/while_loop_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9fe4795cb461e2fb1394cf99ce5ee6cc48553e14",
      "old_mode": 33188,
      "old_path": "test/tint/diagnostic_filtering/while_loop_body_attribute.wgsl.expected.msl",
      "new_id": "12546e3ded76ffdd3506d3c362190caf00cf5411",
      "new_mode": 33188,
      "new_path": "test/tint/diagnostic_filtering/while_loop_body_attribute.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e1f1e5caa729264734da53eb1ae5a7a541b62a2",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/array_nested_struct.wgsl.expected.msl",
      "new_id": "9a727a847e670da730c354b16be9004fb11caf3f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/array_nested_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "997a31370f11fad1f9078f58570ccd2024ab5dd9",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/let/literal/array.wgsl.expected.msl",
      "new_id": "3b0e0b2fcc283b5fc0fdb2c4af99fb4893d4f68f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/let/literal/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4f1e9ed7452a9df4cab3da12d197040c3e8c85ff",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/let/literal/matrix.wgsl.expected.msl",
      "new_id": "c5f9fb8eb5958bfe9980a108c737ee1b9d5bb21e",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/let/literal/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "24eab7664e72ba0c60c927de265327f2cf58683e",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/let/literal/vector.wgsl.expected.msl",
      "new_id": "95aaed43ab2e023d12e34fa966d8d7dcc272fd95",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/let/literal/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "90cacf9ade619ff80bbbba15f4db4402742c98a7",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/let/param/array.wgsl.expected.msl",
      "new_id": "0efdda230318d73488e7e62956ec920259f89b9b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/let/param/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bffaff623586e8ba4ff92b90ed313ff61702dd86",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/let/param/matrix.wgsl.expected.msl",
      "new_id": "0bc715e949a61be7434c74a7ef90f9a497401f3c",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/let/param/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "944e21ebbec24c1fea59f192e00d965be1a527eb",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/let/param/vector.wgsl.expected.msl",
      "new_id": "3833e7a534d95c816909d011265e25ad8d535f5e",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/let/param/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "36890ebbca0690f07a25db68c8380551fd0959ab",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/literal/array.wgsl.expected.msl",
      "new_id": "cb702602397cf10a83971e21e7b848a0f4ed0b31",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/literal/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "711183b8ce5240aa200f58a481b949faac3281a0",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/literal/matrix.wgsl.expected.msl",
      "new_id": "86f91f02029fb3e5ded2144e204f652ff791cb19",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/literal/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "16f584fb19fc12f9089dfaa6053404b935e6a566",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/literal/vector.wgsl.expected.msl",
      "new_id": "304028cc0204fe4b6d4e56690755f2a8e6e0dc45",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/literal/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c6ee311a6adb81312b815a53078b811c184179b2",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/param/array.wgsl.expected.msl",
      "new_id": "84914923ea1ceefbd252bd123a91c5fefca45b28",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/param/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ad1019de915950fd54a11504a194c274a0b19a87",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/param/matrix.wgsl.expected.msl",
      "new_id": "1dbbe18dca630729bd2290f20c7e07c1cd578804",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/param/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "cf5d659220f9678ae0aeac81ea4a3bfecd85642b",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/param/vector.wgsl.expected.msl",
      "new_id": "e7a218b8cdc1c49c094a5c2db9b0089c8521ae88",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/param/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b857b912c32da543dadb60bbc959a8c1b7aec6b9",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/struct.wgsl.expected.msl",
      "new_id": "e8af7937554e4f92aab385d4e60ffff8d86b15ca",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0d492cc1a0d24060fb4a3833995016947d862d79",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/struct_nested_array.wgsl.expected.msl",
      "new_id": "04f5ab3e146d9ff1d6d9f33a852adeeec15eec28",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/struct_nested_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ddff0a00a9779671982235b628fe30794a2eb2d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/struct_nested_multiple.wgsl.expected.msl",
      "new_id": "4207f97f8c57e18f0336d96bde32bfb270bc2723",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/struct_nested_multiple.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32db708db42697b7ccaac2a1528dd2355adcc1b1",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/struct_nested_struct.wgsl.expected.msl",
      "new_id": "52845a7f4af72ff6b465f0515d825a8c0b212582",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/struct_nested_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "268076ff553b39e6f9283cc2ded21bfdbc855300",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/struct_with_matrix.wgsl.expected.msl",
      "new_id": "a7275c176d665961c31682a6b66bfd5eed413f73",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/struct_with_matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4954dedb1f45ac3c61b4afae608fff9b466156f5",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/struct_with_vector.wgsl.expected.msl",
      "new_id": "ca9872881c5b463302ead87b49b4e673d7d055fd",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/struct_with_vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "448de34d51e1c820fff7e9c6c0ef3f43657d9ec8",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/var/literal/array.wgsl.expected.msl",
      "new_id": "84b080d8636483763cbe27305e68f35b65e0587c",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/var/literal/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e40f36f8abdb059e5e401bedc9208dd23f36d7eb",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/var/literal/matrix.wgsl.expected.msl",
      "new_id": "6778ce70f02128a43d7702afd6f75a2c89659a19",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/var/literal/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01d71b28c00101ce8c9079ffd82625cfaf3f3510",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/let/var/literal/vector.wgsl.expected.msl",
      "new_id": "8d8744c85767001801cbf12b56bdf97144eda2d6",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/let/var/literal/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a1866172226501028cfd006b3450db2886233779",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/array_nested_struct.wgsl.expected.msl",
      "new_id": "da3732c15110705daccd5e64656379695eae3033",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/array_nested_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb5d1d515fc29968948a4ae3fda2f3a3f4dd66b6",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/let/literal/array.wgsl.expected.msl",
      "new_id": "d540fb665e910a1f25d7d9efd95f9aa9445fee97",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/let/literal/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "50659a2775b7a9527560d1fccccc3b1954df328f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/let/literal/matrix.wgsl.expected.msl",
      "new_id": "9ca97d816184de4329c6ae111a80cb959a62f9c3",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/let/literal/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5db07f8377e8a7331edd40fa739f93f6b5028c0",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/let/literal/vector.wgsl.expected.msl",
      "new_id": "529f2977260e04a62c6a22288528eeff14d8c9a0",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/let/literal/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4f8b12ee564009261975de1e5f6b16ad1b1f27d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/let/param/array.wgsl.expected.msl",
      "new_id": "a360cd9a085f180c34f9ecf7ae5ea100e8bc4b54",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/let/param/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fe082286987ee72694eb93bdd24f49612f3c0556",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/let/param/matrix.wgsl.expected.msl",
      "new_id": "6a89faf555d094f4db6ca4af9dc4cdc4feb2a91f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/let/param/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "37b59670a710318b29a9e67ce51b0d48e44d994c",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/let/param/vector.wgsl.expected.msl",
      "new_id": "6a6fff598affb2c43e4157391a84c11768e9640e",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/let/param/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "726598e63e0a19ec1be93a96940d8f45618cdc6c",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/literal/array.wgsl.expected.msl",
      "new_id": "176115f8080464e200a7101467b4ee4366702cdf",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/literal/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a88f16534917d43f3ffb407f741e6caa09bba29e",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/literal/matrix.wgsl.expected.msl",
      "new_id": "db16e7825bb7cd1e04ca59dc33323f00a5169a42",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/literal/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e0a4e938b3b5da5833e3fdae2fe070f1ad5f3dde",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/literal/vector.wgsl.expected.msl",
      "new_id": "b3c772e7987ed6cb00be512a6a2783d8e78ff286",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/literal/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2d6f301cb0c4ad59f73527a8885616e85dda13f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/param/array.wgsl.expected.msl",
      "new_id": "09c4457740f55784af6d8c0c3b2b3261ea841986",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/param/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76496d56e1ada3a7c7dc843ff913415f7a7758c1",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/param/matrix.wgsl.expected.msl",
      "new_id": "41aa6794c6d6ebfc418503686fd0dcf0b468e1d2",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/param/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "98be231a1f8e2d46eefa43d7a1e5a4c695bce75f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/param/vector.wgsl.expected.msl",
      "new_id": "8b973b723af4e50b7dddc0df7453c8209f8d9e2a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/param/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3e4b1b0d9dd5c869b3ca5fed18b3aa4bd59e3168",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/struct.wgsl.expected.msl",
      "new_id": "9c9b2c9738efe7139dfb9d0241f08d6466569430",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2df081a07c0270d031ff51a2434adafd8718200",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/struct_nested_array.wgsl.expected.msl",
      "new_id": "64b7a8807e94273f2c52ebe40ca26ee428677a18",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/struct_nested_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c355e444be0988fb8f80befe7e12b7a9a0428652",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/struct_nested_multiple.wgsl.expected.msl",
      "new_id": "3729a39d01ac7db03f9535aa4d3a04daa753a975",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/struct_nested_multiple.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0a8a47a7830380ae5b2a0d2852c42d437439ca06",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/struct_nested_struct.wgsl.expected.msl",
      "new_id": "8029a6db791d926127eeb0d3ce56af752b72408d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/struct_nested_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ca252356d6a449429fde4c83743d7917350daf13",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/struct_with_matrix.wgsl.expected.msl",
      "new_id": "48780d3a5571183069fc03ff32a009129b3ec582",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/struct_with_matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ee3affaf8c8dca8d99906a4f672b15d58829ae50",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/index/var/struct_with_vector.wgsl.expected.msl",
      "new_id": "6f7a3d964d4dc240ac7516e793c3e4970e11bbbb",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/index/var/struct_with_vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2b789e98edfd566ef67d214c845a9819b2e4b3a",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/literals/intmin.wgsl.expected.msl",
      "new_id": "e59030eecad0d5f2f6d778198b6dd75a575eb807",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/literals/intmin.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "358a7bd8858916b8f1dbd099e5091f257745acde",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/explicit/identity/f16.wgsl.expected.msl",
      "new_id": "fd4f7101c5f4b296b983fe76cc0e41e9d57a2351",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/explicit/identity/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73b1c6e9bc5c06c6e26d4e1945ad14892c1c89f7",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/explicit/identity/f32.wgsl.expected.msl",
      "new_id": "fdd702da614a5d0e64c94d28da1ee5f2a0a1250e",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/explicit/identity/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a50d7606a6f85b776ccb805b2d93e58507a2eef2",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/explicit/scalars/f16.wgsl.expected.msl",
      "new_id": "ecae8d38b5b25cb3a5654c288dc667201a7ade19",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/explicit/scalars/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bdb420f1a75083486795731550d0c39bf69b6880",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/explicit/scalars/f32.wgsl.expected.msl",
      "new_id": "8951cd84230a48c82c52bc617edd8d28d96df95d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/explicit/scalars/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a50d7606a6f85b776ccb805b2d93e58507a2eef2",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/explicit/vectors/f16.wgsl.expected.msl",
      "new_id": "ecae8d38b5b25cb3a5654c288dc667201a7ade19",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/explicit/vectors/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bdb420f1a75083486795731550d0c39bf69b6880",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/explicit/vectors/f32.wgsl.expected.msl",
      "new_id": "8951cd84230a48c82c52bc617edd8d28d96df95d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/explicit/vectors/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "358a7bd8858916b8f1dbd099e5091f257745acde",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/identity/f16.wgsl.expected.msl",
      "new_id": "fd4f7101c5f4b296b983fe76cc0e41e9d57a2351",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/identity/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "73b1c6e9bc5c06c6e26d4e1945ad14892c1c89f7",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/identity/f32.wgsl.expected.msl",
      "new_id": "fdd702da614a5d0e64c94d28da1ee5f2a0a1250e",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/identity/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c0961f83c053ed1e805997b82b888e037ee70bbf",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/scalars/abstract-float.wgsl.expected.msl",
      "new_id": "4e7cecd3e34e22b07e57c94529e780c8df986559",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/scalars/abstract-float.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a50d7606a6f85b776ccb805b2d93e58507a2eef2",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/scalars/f16.wgsl.expected.msl",
      "new_id": "ecae8d38b5b25cb3a5654c288dc667201a7ade19",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/scalars/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bdb420f1a75083486795731550d0c39bf69b6880",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/scalars/f32.wgsl.expected.msl",
      "new_id": "8951cd84230a48c82c52bc617edd8d28d96df95d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/scalars/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c0961f83c053ed1e805997b82b888e037ee70bbf",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/vectors/abstract-float.wgsl.expected.msl",
      "new_id": "4e7cecd3e34e22b07e57c94529e780c8df986559",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/vectors/abstract-float.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a50d7606a6f85b776ccb805b2d93e58507a2eef2",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/vectors/f16.wgsl.expected.msl",
      "new_id": "ecae8d38b5b25cb3a5654c288dc667201a7ade19",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/vectors/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bdb420f1a75083486795731550d0c39bf69b6880",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/inferred/vectors/f32.wgsl.expected.msl",
      "new_id": "8951cd84230a48c82c52bc617edd8d28d96df95d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/inferred/vectors/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6e76e7f6e1c939bd6424075e6dad9a13d96c0dc6",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/load/f16.wgsl.expected.msl",
      "new_id": "854111eb0a840d3bc928e0041ba41ac56227131a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/load/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "559d34e8cd7a296af4f855ab3b04f6366086624e",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/load/f32.wgsl.expected.msl",
      "new_id": "5633ad69283e0f54e1457c3d28446b78f75139f9",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/load/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c9be14c2d4f50fcbeb18d0f53762f4caf1b36638",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/zero/f16.wgsl.expected.msl",
      "new_id": "011b7679d1de1c9a9f53561a5102bb66aa8a814a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/zero/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "46a0169b67c67c6da486abbad3f74c7725f5a19f",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat2x3/zero/f32.wgsl.expected.msl",
      "new_id": "1f43be1afa46185505081a4389113a021ab744ab",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat2x3/zero/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "24e8fbeca50e8e10bd17564054adcafb22906603",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/explicit/identity/f16.wgsl.expected.msl",
      "new_id": "2cb9e8f096a94bc14c5ef76efe86a0fe253c79e2",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/explicit/identity/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f4bd567b624d4c3fde8713eb77221f7672865e09",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/explicit/identity/f32.wgsl.expected.msl",
      "new_id": "aef9fe803b045f252c9b589150345a1fc8e78a8a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/explicit/identity/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b594d62446e47a26cdae6fbb85f61f213e6c6b87",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/explicit/scalars/f16.wgsl.expected.msl",
      "new_id": "d3b742b1aca4e77d43f784e2b6e74e9d278ff837",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/explicit/scalars/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c77d21734d948cbf319418fbff1d16d0362d222",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/explicit/scalars/f32.wgsl.expected.msl",
      "new_id": "a63523ba78de31adf6b6e0473694f670f45e349b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/explicit/scalars/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b594d62446e47a26cdae6fbb85f61f213e6c6b87",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/explicit/vectors/f16.wgsl.expected.msl",
      "new_id": "d3b742b1aca4e77d43f784e2b6e74e9d278ff837",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/explicit/vectors/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c77d21734d948cbf319418fbff1d16d0362d222",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/explicit/vectors/f32.wgsl.expected.msl",
      "new_id": "a63523ba78de31adf6b6e0473694f670f45e349b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/explicit/vectors/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "24e8fbeca50e8e10bd17564054adcafb22906603",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/identity/f16.wgsl.expected.msl",
      "new_id": "2cb9e8f096a94bc14c5ef76efe86a0fe253c79e2",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/identity/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f4bd567b624d4c3fde8713eb77221f7672865e09",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/identity/f32.wgsl.expected.msl",
      "new_id": "aef9fe803b045f252c9b589150345a1fc8e78a8a",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/identity/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "162f0ef8a6287fa055dd657950df6095f1e07452",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/scalars/abstract-float.wgsl.expected.msl",
      "new_id": "0fc37eec930bcdb41e719ccd5a1a0e56eb852314",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/scalars/abstract-float.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b594d62446e47a26cdae6fbb85f61f213e6c6b87",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/scalars/f16.wgsl.expected.msl",
      "new_id": "d3b742b1aca4e77d43f784e2b6e74e9d278ff837",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/scalars/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c77d21734d948cbf319418fbff1d16d0362d222",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/scalars/f32.wgsl.expected.msl",
      "new_id": "a63523ba78de31adf6b6e0473694f670f45e349b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/scalars/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "162f0ef8a6287fa055dd657950df6095f1e07452",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/vectors/abstract-float.wgsl.expected.msl",
      "new_id": "0fc37eec930bcdb41e719ccd5a1a0e56eb852314",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/vectors/abstract-float.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b594d62446e47a26cdae6fbb85f61f213e6c6b87",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/vectors/f16.wgsl.expected.msl",
      "new_id": "d3b742b1aca4e77d43f784e2b6e74e9d278ff837",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/vectors/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8c77d21734d948cbf319418fbff1d16d0362d222",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/inferred/vectors/f32.wgsl.expected.msl",
      "new_id": "a63523ba78de31adf6b6e0473694f670f45e349b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/inferred/vectors/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b6c139b652b5bc55dcf7417f042ee2eacd24b1f0",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/load/f16.wgsl.expected.msl",
      "new_id": "0e860ee0977215a75c8e083577d21c1813395383",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/load/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d35c5d77a224de716a09c221a7410c47edc142da",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/load/f32.wgsl.expected.msl",
      "new_id": "f71053d72a9726e1a215f0062ecd4bd340fb6400",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/load/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fc8bb73d0c6e37211c1bbb479cd10c2ac2141ef4",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/zero/f16.wgsl.expected.msl",
      "new_id": "a326ed272553d7c91986046107132bd6152ca7ca",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/zero/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "564a63bc0a2026c1189988894ecbc40541532c28",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat3x3/zero/f32.wgsl.expected.msl",
      "new_id": "6150993f774a27b8399d9eeca94509ee2799695b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat3x3/zero/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a4bf58d9beaec064bde506325f78af9b1c7f9cb3",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/explicit/identity/f16.wgsl.expected.msl",
      "new_id": "8f49e7d503ddb928d5b1e7850fef5fb6f66d5a74",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/explicit/identity/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fae0ed6d339d84470f332b5dd1e2ae5832482058",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/explicit/identity/f32.wgsl.expected.msl",
      "new_id": "086158d0d5872efff7f546d3f57e2b34eea5e11e",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/explicit/identity/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d74a07b0cbdcb3cb8a394791c582c2750ab99deb",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/explicit/scalars/f16.wgsl.expected.msl",
      "new_id": "223c666f5a25fc3b4949525a30cd00d8d62ad911",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/explicit/scalars/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51d5c977915066442555d5c465115e8ee24f5e2d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/explicit/scalars/f32.wgsl.expected.msl",
      "new_id": "01a4fbfc554fc1b47207658c5c3e6f9bd339a9e3",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/explicit/scalars/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d74a07b0cbdcb3cb8a394791c582c2750ab99deb",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/explicit/vectors/f16.wgsl.expected.msl",
      "new_id": "223c666f5a25fc3b4949525a30cd00d8d62ad911",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/explicit/vectors/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51d5c977915066442555d5c465115e8ee24f5e2d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/explicit/vectors/f32.wgsl.expected.msl",
      "new_id": "01a4fbfc554fc1b47207658c5c3e6f9bd339a9e3",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/explicit/vectors/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a4bf58d9beaec064bde506325f78af9b1c7f9cb3",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/identity/f16.wgsl.expected.msl",
      "new_id": "8f49e7d503ddb928d5b1e7850fef5fb6f66d5a74",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/identity/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fae0ed6d339d84470f332b5dd1e2ae5832482058",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/identity/f32.wgsl.expected.msl",
      "new_id": "086158d0d5872efff7f546d3f57e2b34eea5e11e",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/identity/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "357a69af25b2671499e189efba708d66bfefaeee",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/scalars/abstract-float.wgsl.expected.msl",
      "new_id": "060bf648807d36a6a60e56c6c34969cc261f0184",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/scalars/abstract-float.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d74a07b0cbdcb3cb8a394791c582c2750ab99deb",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/scalars/f16.wgsl.expected.msl",
      "new_id": "223c666f5a25fc3b4949525a30cd00d8d62ad911",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/scalars/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51d5c977915066442555d5c465115e8ee24f5e2d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/scalars/f32.wgsl.expected.msl",
      "new_id": "01a4fbfc554fc1b47207658c5c3e6f9bd339a9e3",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/scalars/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "357a69af25b2671499e189efba708d66bfefaeee",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/vectors/abstract-float.wgsl.expected.msl",
      "new_id": "060bf648807d36a6a60e56c6c34969cc261f0184",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/vectors/abstract-float.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d74a07b0cbdcb3cb8a394791c582c2750ab99deb",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/vectors/f16.wgsl.expected.msl",
      "new_id": "223c666f5a25fc3b4949525a30cd00d8d62ad911",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/vectors/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51d5c977915066442555d5c465115e8ee24f5e2d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/inferred/vectors/f32.wgsl.expected.msl",
      "new_id": "01a4fbfc554fc1b47207658c5c3e6f9bd339a9e3",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/inferred/vectors/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "de6dfbe5cea2cd3ed665e999157a58f462e87240",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/load/f16.wgsl.expected.msl",
      "new_id": "bdebf7464a864112f8fd06a2116b349709e8e16f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/load/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b62847315cbe99ef53d45f4204c2b56c16ff9f9d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/load/f32.wgsl.expected.msl",
      "new_id": "e0ddb4eb55b1e9d2ad35de4d0bb50841a59e0176",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/load/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "42338b6a1dbc72c8532c30c74f51cc42281f5a19",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/zero/f16.wgsl.expected.msl",
      "new_id": "d5d0abda0a5ee37a596af78b913bcfce9f7fe71b",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/zero/f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8897f80fa6138edfe967e41c12fd08faf975bb1a",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/type_ctor/mat4x3/zero/f32.wgsl.expected.msl",
      "new_id": "7983640ccee7dd69bf907e2a2c69ef58de41a1a8",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/type_ctor/mat4x3/zero/f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6020f3f6cbea5d93c698a45071b7f93c88672914",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/unary/complement/complement.wgsl.expected.msl",
      "new_id": "75df119d1ae8ab5fcb24a0bdf1bcf31234aa5ff2",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/unary/complement/complement.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f09860fe8c70acf77d2d6711442b52ecaa3f4962",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/unary/negate/negate.wgsl.expected.msl",
      "new_id": "8b50608f1b57e8ba4bb844c240f272df99df107f",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/unary/negate/negate.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b365fb5ac8f1f669b722e8cd42f727299f655103",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/user_call/multi_param_no_return.wgsl.expected.msl",
      "new_id": "f57d92ab7e44aae0ebea53d1421dc3bc1ae5d168",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/user_call/multi_param_no_return.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a4759f62c7787fbab0256f04bf5501c665b9930d",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/user_call/nested.wgsl.expected.msl",
      "new_id": "af0cc96d5cb8d782ce4bdb7387990e482edb5f1d",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/user_call/nested.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "10016737686814306694953356407c557d7f1bcc",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/user_call/no_params_no_return.wgsl.expected.msl",
      "new_id": "ca99f1857907bf82144a251054d7c0472581e6ec",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/user_call/no_params_no_return.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6e5253a1937660375952ca9fc04f57e10df9a910",
      "old_mode": 33188,
      "old_path": "test/tint/expressions/user_call/one_param_no_return.wgsl.expected.msl",
      "new_id": "d72d890dddcc65f9d354f1c2d3bfaff587b9ae57",
      "new_mode": 33188,
      "new_path": "test/tint/expressions/user_call/one_param_no_return.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "abc9f93317d12875152b6f3a599650414af6fabd",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_access.wgsl.expected.msl",
      "new_id": "b06f00992fe5efc6e79805ad9980e13c6e6cb746",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_access.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "277455792038f7c62842529254e3e5e1dbcc1205",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_array.wgsl.expected.msl",
      "new_id": "e884d201a8ec7ff710bd6aa93d751b84b8db8f3a",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c3e46f07ee77681005f8b86614d0432e21678c7a",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_function.wgsl.expected.msl",
      "new_id": "282d6ad102122f4e94d96b50f55ddfaf26fbb0f6",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_function.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5280e1530dbf2368a19241d3a396460bb5160d28",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_let.wgsl.expected.msl",
      "new_id": "0f65c2130f195dd049bdfaccc6be74edcfeafa22",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8e22fe5540ba149073893b8c5f011a7edd3dde39",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_var.wgsl.expected.msl",
      "new_id": "2de74bbcf4d7bed5e7c12c45fc452cdc3dd86c4a",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMax_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b05ce54d9fbfe186fb0e23308d87ac746ee199b5",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_access.wgsl.expected.msl",
      "new_id": "08b45c42a4fac244cf513c6702185e986f265677",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_access.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "431596af14ed3a2990c91288b260bcc577137a2f",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_array.wgsl.expected.msl",
      "new_id": "6505b17d90a4d16e68bcdd2cdfe81a89d28b629a",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ed68255efdc88721c0bbb2d1fc7075a9250c3ec8",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_function.wgsl.expected.msl",
      "new_id": "4d8f2b453efff40e628760f217703f1cb780bcb0",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_function.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4409a757ac4e51d27b2ac53c495d3a1043d3dc2a",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_let.wgsl.expected.msl",
      "new_id": "6b3dfc9d87a2a589eb9c30d779bd3d396ac65183",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c4fa2b02c14da6d595ae9ef1e0a4d82e48814a50",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_var.wgsl.expected.msl",
      "new_id": "9ddd40763fc102c5874b4e081ce8510809b6c568",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/atomic_vec2u_min_max/atomicStoreMin_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3c791d2d1f784f0192954cc61fa957f8954dc600",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/a.wgsl.expected.msl",
      "new_id": "935436419d233377d8bffd862116317d2d58f477",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/a.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5be5142d9601156451035c6f62a019a25ab1d181",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/b.wgsl.expected.msl",
      "new_id": "ca9d606dda77e5047217e19beeb4ac6848dbe46f",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/b.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c266cc28ccd6552c0fdd46da69b7c7be7266c364",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/c.wgsl.expected.msl",
      "new_id": "d312c5475595ec1b25e14c9872ea33ad873d6cd4",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/c.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "092a2feb32a5cfe527e7987308eb5e802a3d7cdc",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/d.wgsl.expected.msl",
      "new_id": "f855a381625f56fef482c87866e92ffb3b1f270d",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "859e6ca4686d99b2f5aaa6d130eb3d8dc5927de9",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/e.wgsl.expected.msl",
      "new_id": "f64761f3340655493c2e0d4dd88fa9655c46746a",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/e.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "208afdb5ce743ba2fcb59c85c243aa963b13b0ca",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/f.wgsl.expected.msl",
      "new_id": "f341005960be78885c8df2addb196f136518156e",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/f.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e212a9ac3ce9118a05512cf9cadb34c3e5d5edab",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/g.wgsl.expected.msl",
      "new_id": "bde470edf9cd82f4c713782935874a04331bb208",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/g.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd140d784b894ac8a37594275f2d895c692df4ff",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/h.wgsl.expected.msl",
      "new_id": "103bdf56205de7c15ccfc545818c380965daf9ec",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/h.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2c434f45ab2c90c1f305fa3e9dc6ded3870a5c0f",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/i.wgsl.expected.msl",
      "new_id": "97fbd5ccaffd85253faf9bf3286b46d55d3636a0",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/i.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6c43d9a9759fa77da153e26aed2442db06480c1e",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/additional_params/j.wgsl.expected.msl",
      "new_id": "2710337a44df3f69583f22c6795b01cb67cec7f2",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/additional_params/j.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "83bd0238ed2326f3a8e3f0fc818bd2c48b2c256d",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/multiple_inputs.wgsl.expected.msl",
      "new_id": "1832f7303376bfe8610c8c32ddcdd39223be1697",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/multiple_inputs.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19c612911a7759d6a26cc8f109e78fd0adc15972",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/single_input.wgsl.expected.msl",
      "new_id": "a3c3af3087b11f4f9d6984a0e1fc3d180c575c64",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/single_input.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "789dbff399f3fce2fadd5e00cdb1c00586d24a75",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_scalar.wgsl.expected.msl",
      "new_id": "71b69c13801ed4a12546328beccd1ec9310b9551",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_scalar.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "48b5c0a8df42fb8452e55e070d3c37d75ec44a1b",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_vec2.wgsl.expected.msl",
      "new_id": "f647db05cee14d466f10517da3420d468c103847",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_vec2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9341699dfcf6a96e0f62f2733cc880d8b911145f",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_vec3.wgsl.expected.msl",
      "new_id": "195b48fb6e4ab68005baad31f1ec331483475ec0",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_vec3.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bcc990ec008aa06d28f32edc8adde53b16844e99",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_vec4.wgsl.expected.msl",
      "new_id": "579bc50a1ae326d57a859bac902fc65c6b49da5a",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/framebuffer_fetch/zero_outputs/types_vec4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bff75c11f4b863f5ef0cb9dd618a27d35a57eea6",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/construct.wgsl.expected.msl",
      "new_id": "0e3c16acdd8ab2eca12c144a582da331ba0b4c25",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/construct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e65f96df1f06e85be2c5e42c9c020fd2243d676a",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_param.wgsl.expected.msl",
      "new_id": "d9ca29fc8cc2829f497d35f964b01b3e5656e843",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a454bf8f152570476ef34886f63cb08abcd4aa40",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_return_value.wgsl.expected.msl",
      "new_id": "5152cab68634047ea48decc8c9a6514dac197fd3",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_return_value.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fe2f8b2fb8051dfaf1b81405558ece792fd75186",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_return_value_non_uniform.wgsl.expected.msl",
      "new_id": "9deaa97a7c44b349eebdebcdb0d5d5f87b26e0a7",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_return_value_non_uniform.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2b0ed1058559bfae8d2a98306c2ad3c9c42d0531",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/function_var.wgsl.expected.msl",
      "new_id": "1a9b0eea74b5eecb9b99a1529524adfa727a343e",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/function_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "10553c01e946dd3ae5ef553a8a2f0d27215ae52f",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/let.wgsl.expected.msl",
      "new_id": "8cf18ba9d3a7994df75c75815d879590f98e440f",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1eb9721e620d146aa6d9961bff732242773268d4",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/subgroup_matrix/pointers.wgsl.expected.msl",
      "new_id": "bfc244cfd03b094f03caaf6c3cab8cb9499b93f9",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/subgroup_matrix/pointers.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "79ab35fdf6f95cc03c13c5bec2e791212a945e49",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/texture_and_sampler_let/sampler_let.wgsl.expected.msl",
      "new_id": "954abc166dbf41a5493afde6eacb52e799859669",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/texture_and_sampler_let/sampler_let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11aa40f912025b514b3d887abd1e667fe14f208e",
      "old_mode": 33188,
      "old_path": "test/tint/extensions/texture_and_sampler_let/texture_let.wgsl.expected.msl",
      "new_id": "a8f7e21c9ca5bb059acb7b69ec5b14993dab08b8",
      "new_mode": 33188,
      "new_path": "test/tint/extensions/texture_and_sampler_let/texture_let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0442df539dc1fb17f9ed73a0e7a8dbf683626709",
      "old_mode": 33188,
      "old_path": "test/tint/identifiers/underscore/double/fn.wgsl.expected.msl",
      "new_id": "04c4d68840dcaf36053c1ddbd6d0a97d40a0e3df",
      "new_mode": 33188,
      "new_path": "test/tint/identifiers/underscore/double/fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "44e12d55705933580ab111ec5a4d13b957e302c5",
      "old_mode": 33188,
      "old_path": "test/tint/identifiers/underscore/double/parameter.wgsl.expected.msl",
      "new_id": "33d086b784b987c97de5c47d4f0caf1e6f3b9b75",
      "new_mode": 33188,
      "new_path": "test/tint/identifiers/underscore/double/parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "76a9f740c7f053064b0d87aefa2fe285f5ba4b5b",
      "old_mode": 33188,
      "old_path": "test/tint/identifiers/underscore/prefix/lower/fn.wgsl.expected.msl",
      "new_id": "c453111a36a4fdf01c546a7d1d5398e95eecf7df",
      "new_mode": 33188,
      "new_path": "test/tint/identifiers/underscore/prefix/lower/fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e3b2cab3cdfca4c02d140891c572e4c998da39b0",
      "old_mode": 33188,
      "old_path": "test/tint/identifiers/underscore/prefix/lower/parameter.wgsl.expected.msl",
      "new_id": "729ac90163bef16237bff25ae3fd066a4665369a",
      "new_mode": 33188,
      "new_path": "test/tint/identifiers/underscore/prefix/lower/parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e79fd022f1dcd5df36b9f70eeccf5a29d283453b",
      "old_mode": 33188,
      "old_path": "test/tint/identifiers/underscore/prefix/upper/fn.wgsl.expected.msl",
      "new_id": "fcd5d0fc6ea287cff090329f30b3b4d6f4f46d4e",
      "new_mode": 33188,
      "new_path": "test/tint/identifiers/underscore/prefix/upper/fn.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "f147501bf26e43e0f4e0aa4b33d698d3464db0c8",
      "old_mode": 33188,
      "old_path": "test/tint/identifiers/underscore/prefix/upper/parameter.wgsl.expected.msl",
      "new_id": "f2f5f7e2743dac839ff1dc4182a5a79a4fde7b7c",
      "new_mode": 33188,
      "new_path": "test/tint/identifiers/underscore/prefix/upper/parameter.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "847ebaabdda0bdff569613bdfda75715616d2a46",
      "old_mode": 33188,
      "old_path": "test/tint/loops/for_loop_detection.wgsl.expected.msl",
      "new_id": "c493474edacf7d731aa07dfd71e4a800595f5a3a",
      "new_mode": 33188,
      "new_path": "test/tint/loops/for_loop_detection.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a8a3a07fac9e980992d36d5542100aad66aa1ac",
      "old_mode": 33188,
      "old_path": "test/tint/loops/loop.wgsl.expected.msl",
      "new_id": "f6dbc0624697cefe6742f8dab4345a1becf0b830",
      "new_mode": 33188,
      "new_path": "test/tint/loops/loop.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a8a3a07fac9e980992d36d5542100aad66aa1ac",
      "old_mode": 33188,
      "old_path": "test/tint/loops/loop_robustness.wgsl.expected.msl",
      "new_id": "f6dbc0624697cefe6742f8dab4345a1becf0b830",
      "new_mode": 33188,
      "new_path": "test/tint/loops/loop_robustness.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32e0ae14c5186151eaf83fcc28306fa595380fe2",
      "old_mode": 33188,
      "old_path": "test/tint/loops/loop_with_break_if.wgsl.expected.msl",
      "new_id": "77cda16bd22b3202da7decd401489db884469ddc",
      "new_mode": 33188,
      "new_path": "test/tint/loops/loop_with_break_if.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "32e0ae14c5186151eaf83fcc28306fa595380fe2",
      "old_mode": 33188,
      "old_path": "test/tint/loops/loop_with_break_if_robustness.wgsl.expected.msl",
      "new_id": "77cda16bd22b3202da7decd401489db884469ddc",
      "new_mode": 33188,
      "new_path": "test/tint/loops/loop_with_break_if_robustness.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7289be6a1e80d588c192c6913b168d5a2419f01",
      "old_mode": 33188,
      "old_path": "test/tint/loops/loop_with_continuing.wgsl.expected.msl",
      "new_id": "def529435d57b46f57226c8b0b9f26f8ef84bc52",
      "new_mode": 33188,
      "new_path": "test/tint/loops/loop_with_continuing.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e7289be6a1e80d588c192c6913b168d5a2419f01",
      "old_mode": 33188,
      "old_path": "test/tint/loops/loop_with_continuing_robustness.wgsl.expected.msl",
      "new_id": "def529435d57b46f57226c8b0b9f26f8ef84bc52",
      "new_mode": 33188,
      "new_path": "test/tint/loops/loop_with_continuing_robustness.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01817a29b5a8b9330d4f54456aee18f96b61a827",
      "old_mode": 33188,
      "old_path": "test/tint/loops/nested_loops.wgsl.expected.msl",
      "new_id": "dfc60fe456d0ebcbc51b20fdb9fab2e920546b5c",
      "new_mode": 33188,
      "new_path": "test/tint/loops/nested_loops.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "01817a29b5a8b9330d4f54456aee18f96b61a827",
      "old_mode": 33188,
      "old_path": "test/tint/loops/nested_loops_robustness.wgsl.expected.msl",
      "new_id": "dfc60fe456d0ebcbc51b20fdb9fab2e920546b5c",
      "new_mode": 33188,
      "new_path": "test/tint/loops/nested_loops_robustness.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb25263ba802096968f7d2d5d0701d6e8f2f7d95",
      "old_mode": 33188,
      "old_path": "test/tint/loops/nested_loops_with_continuing.wgsl.expected.msl",
      "new_id": "ff7a2202d87dddfbeca3e5587e31be1071b0be94",
      "new_mode": 33188,
      "new_path": "test/tint/loops/nested_loops_with_continuing.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "fb25263ba802096968f7d2d5d0701d6e8f2f7d95",
      "old_mode": 33188,
      "old_path": "test/tint/loops/nested_loops_with_continuing_robustness.wgsl.expected.msl",
      "new_id": "ff7a2202d87dddfbeca3e5587e31be1071b0be94",
      "new_mode": 33188,
      "new_path": "test/tint/loops/nested_loops_with_continuing_robustness.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22a703cccddc92459a62a4896c937d6c74cba560",
      "old_mode": 33188,
      "old_path": "test/tint/loops/while.wgsl.expected.msl",
      "new_id": "f367b1da9488f21e9753aa45c258a1efc48d540b",
      "new_mode": 33188,
      "new_path": "test/tint/loops/while.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22a703cccddc92459a62a4896c937d6c74cba560",
      "old_mode": 33188,
      "old_path": "test/tint/loops/while_robustness.wgsl.expected.msl",
      "new_id": "f367b1da9488f21e9753aa45c258a1efc48d540b",
      "new_mode": 33188,
      "new_path": "test/tint/loops/while_robustness.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22a703cccddc92459a62a4896c937d6c74cba560",
      "old_mode": 33188,
      "old_path": "test/tint/loops/while_with_continue.wgsl.expected.msl",
      "new_id": "f367b1da9488f21e9753aa45c258a1efc48d540b",
      "new_mode": 33188,
      "new_path": "test/tint/loops/while_with_continue.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "22a703cccddc92459a62a4896c937d6c74cba560",
      "old_mode": 33188,
      "old_path": "test/tint/loops/while_with_continue_robustness.wgsl.expected.msl",
      "new_id": "f367b1da9488f21e9753aa45c258a1efc48d540b",
      "new_mode": 33188,
      "new_path": "test/tint/loops/while_with_continue_robustness.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61ca4cc29ca8c5892fbfea330b0f4ea8b8b4d0b3",
      "old_mode": 33188,
      "old_path": "test/tint/out_of_order_decls/func/func.wgsl.expected.msl",
      "new_id": "d53ed798ecd701566f7bd0dbbbca8e4ff61e47ce",
      "new_mode": 33188,
      "new_path": "test/tint/out_of_order_decls/func/func.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b0ef3204fd0e695509fb4b900ec293aaea35b324",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/local/ptr_workgroup.wgsl.expected.msl",
      "new_id": "be04626f3af605ca96a077daf1c42fa4468d879c",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/local/ptr_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7b0eba2a2b72eeb329639c8f3c59f99994aa0c26",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/array_in_struct.wgsl.expected.msl",
      "new_id": "e7e4f69f42d7682a1de5a034984066e82feb6650",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/array_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2adcfa880be284cd18c05bbccbaf348b7c6edcae",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/i32.wgsl.expected.msl",
      "new_id": "2eadd3a5e3e2f24771600b01cc247b3e610a0734",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/i32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9f054a714085159d956ffe6b8cc5ae3a3af8b8f9",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/i32_in_struct.wgsl.expected.msl",
      "new_id": "62a81fea02b80230aed6a0a016053c6ccb52d281",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/i32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8465e12ba7da5ad46074aba702a768c55634dc8a",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/struct_in_array.wgsl.expected.msl",
      "new_id": "c3394f71a178f11eb8a407996650494982d26dbb",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/struct_in_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "367bea8718d2f3a1931d97efc2eb740b785ffb30",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/vec2_f32_in_mat2x2.wgsl.expected.msl",
      "new_id": "04bf1124a41467ddd2172341e67de2e77eeaf3a6",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/vec2_f32_in_mat2x2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce24bafeb90c0014ee29c06e228b6f73d35ecb57",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/vec4_f32.wgsl.expected.msl",
      "new_id": "92bbcf67e920dfd1b803ad93eb2ffe522357b676",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/vec4_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "80d5e9554ce5055ee2a8288631aff2552218d095",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/vec4_f32_in_mat2x4.wgsl.expected.msl",
      "new_id": "8b6e78540227ab0e6ec4661bbab3cdaa2bbd6a92",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/vec4_f32_in_mat2x4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f48d2310bef6cd39af2d465eeec4a5626caf467",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/load/param/workgroup/vec4_f32_in_struct.wgsl.expected.msl",
      "new_id": "969c410fec397e287e82af29e43d123ed983d1c7",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/load/param/workgroup/vec4_f32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6b8d8877657ac58271afe4bf1dfc267e7b44e0ca",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/array_in_struct.wgsl.expected.msl",
      "new_id": "37dc77b16a2bbc9da1d63e4957c55ae00a88c12e",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/array_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "28c715fb9b03bc0395f9fb0ba18c7dd0209165c2",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/i32.wgsl.expected.msl",
      "new_id": "177afa0678fed6fceffaa6e4dd45eca92c145622",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/i32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ef8e0a20202002e7c2ce95a5e6fb1749d10a8b52",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/i32_in_struct.wgsl.expected.msl",
      "new_id": "2b741fcb74f8aafbfd75ca55276b7908cfb10258",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/i32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "47baeb3611faf4a29aa8b12b702f441495178f57",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/struct_in_array.wgsl.expected.msl",
      "new_id": "c92979a93d5038a7629bd6221419f2349f49c233",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/struct_in_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ce0f71fe1d752eb8e8f28e42a8581e4494b198d6",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/vec2_f32_in_mat2x2.wgsl.expected.msl",
      "new_id": "8fca1c882ed15b9eebda0266bcb6a2a21fd5cd21",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/vec2_f32_in_mat2x2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2b6d2e99e4ab04b34ff5082bd7a0df7077f528d",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/vec4_f32.wgsl.expected.msl",
      "new_id": "277a19af9bdaebc551aaa1e7d854ac079565dbe2",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/vec4_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "d6f7739eeccffce443d62a4a2c4e79c1e069f20a",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/vec4_f32_in_mat2x4.wgsl.expected.msl",
      "new_id": "481a00edb5d5ecd7e081f03b1499a8ccd8a92f8b",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/vec4_f32_in_mat2x4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "409be55bc423e2879d881169217d8e90427acb41",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/function/vec4_f32_in_struct.wgsl.expected.msl",
      "new_id": "90711ce1898e67e6721973a5aaeddb1f36e1f270",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/function/vec4_f32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dff021ad873f9e0bd0be52bcd777b4a8d954a6e1",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/array_in_struct.wgsl.expected.msl",
      "new_id": "1a82c9312116e774d1a7edb13eae7a07aa633ee3",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/array_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bb06d905754a18be67c553db253209497e0afbda",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/i32.wgsl.expected.msl",
      "new_id": "a408b40fbee1b94029df916a6a68386d57a8139c",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/i32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "05634cfc5ca1c7327112d4e4e3a7e4670b9a8e2d",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/i32_in_struct.wgsl.expected.msl",
      "new_id": "cc1e970bd669293b64cd00edae14f058a013d56c",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/i32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7fbe5a6daa56954b08913bf0746890e4d2773868",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/struct_in_array.wgsl.expected.msl",
      "new_id": "1534bb30e7bcc8ff9ec25ae702e6f8fd98641617",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/struct_in_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "0f7d2bba6df23e9857e08c71e90aac8b451ea874",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/vec2_f32_in_mat2x2.wgsl.expected.msl",
      "new_id": "2d12c2084dddcdd0a8bf9a07acf10c436fe830ec",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/vec2_f32_in_mat2x2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ff5e888a6fdd8d8057d12d8438ef3e86f36fa880",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/vec4_f32.wgsl.expected.msl",
      "new_id": "ef8cedd2f1132e8999717aa20c21a1c76aaee264",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/vec4_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3ba705bdacd44ccf400825c47869781f43a21875",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/vec4_f32_in_mat2x4.wgsl.expected.msl",
      "new_id": "e1b78cb38c53615b9140113c9ea62c1df1edd53a",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/vec4_f32_in_mat2x4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "274fd0b1d81b38c750f8581ce8660966dfec688e",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/private/vec4_f32_in_struct.wgsl.expected.msl",
      "new_id": "dd11764e34cf0270d32996f748c8ce870f7beb33",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/private/vec4_f32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5936da42694791328befc48395b70b5b0099cbd",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/ptr.wgsl.expected.msl",
      "new_id": "b52814d23b43434a75806b7119093a1f0b44300c",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/ptr.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c65df4e12ea4a157631879db096f89d08eec756b",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/array_in_struct.wgsl.expected.msl",
      "new_id": "687dcfce1cc12ca3189f62e507c146d12e1ecc51",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/array_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8bbed12d5efc48af0e94e35c84ad20ce8ec221a2",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/i32.wgsl.expected.msl",
      "new_id": "3d503cceac885d8b8e7f3bdd6a04f9a8c8b3e69d",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/i32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2eabed9c7196ea991da9f0548e62dfc184e361c6",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/i32_in_struct.wgsl.expected.msl",
      "new_id": "27941191af2123d8ba1cb2862f78efe49149a658",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/i32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "61585d89c29785e113b3eba2ee997f3fbc84eb83",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/struct_in_array.wgsl.expected.msl",
      "new_id": "1238eb91147613ce426f7194c75de6de204493da",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/struct_in_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2ea7019d2a8ba970f71c06a15323366cb1498ebd",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/vec2_f32_in_mat2x2.wgsl.expected.msl",
      "new_id": "e8c79e715a162d51cde65d27a53c3523ac81f879",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/vec2_f32_in_mat2x2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bccda64748f9179eae46be8c5bdc66d400575abe",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/vec4_f32.wgsl.expected.msl",
      "new_id": "3625348f241f5a7636a72d8b6bf8ff0ac70cf9f8",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/vec4_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2681535a71194e037a2c6d551ba3546041c7d237",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/vec4_f32_in_mat2x4.wgsl.expected.msl",
      "new_id": "032297c64351eb08d5a49ab6345a5dfc03d47ca7",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/vec4_f32_in_mat2x4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a173e78205d65ce7bd1decb87383252c3054046a",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/storage/vec4_f32_in_struct.wgsl.expected.msl",
      "new_id": "41244ee0c8d6dbdae480b7279b1c48806674c18e",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/storage/vec4_f32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aadd867ea62db26d9c38b2ce3e9f6cd40c28828f",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/array_in_struct.wgsl.expected.msl",
      "new_id": "259c6fb90b51a2b60dfdb5463b20a569c1795a8a",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/array_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "06e620bf04b444d5b85afa3beb2001a1ccaf42b7",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/i32.wgsl.expected.msl",
      "new_id": "a509d9b0635b92ec894910e4e8980ccfe86fc5a8",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/i32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ef8602deddb62cd577ec2379c666165401aab5c5",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/i32_in_struct.wgsl.expected.msl",
      "new_id": "ab7bd631ef70c61497acd6219d7478541eb9110e",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/i32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "67d68f16d53c63d284b76196da5260c1bbe850ca",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/struct_in_array.wgsl.expected.msl",
      "new_id": "78a3a029e76a54e6180ed97709e275586272762b",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/struct_in_array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ff52d1fb63d9e4b3041a292d21445e6893fd9d59",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/vec2_f32_in_mat2x2.wgsl.expected.msl",
      "new_id": "90a5442e1f22835a3f1426f7049618be53123791",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/vec2_f32_in_mat2x2.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5546fee520adfd4bcb8e6dbbac3abe16d05a915c",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/vec4_f32.wgsl.expected.msl",
      "new_id": "b0210ec703f98035d0bbbb55f66a8d6c2640cf2e",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/vec4_f32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "11db8aa1238e345073b85f3039e9b77f942efff2",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/vec4_f32_in_mat2x4.wgsl.expected.msl",
      "new_id": "731be5cb4b79c474ddfe80b63896be389345cca4",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/vec4_f32_in_mat2x4.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "038f514fb4b362f5bb1dff52fc0182b5a4949a1e",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_ref/store/param/workgroup/vec4_f32_in_struct.wgsl.expected.msl",
      "new_id": "980b4c0fcb9977fc045880fc585c10db091973b6",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_ref/store/param/workgroup/vec4_f32_in_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "782442389bfd5940365bff75260b6b1b76491f67",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/array.wgsl.expected.msl",
      "new_id": "5dff8b20140440a317a4d3f8d93cb647ee45a369",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/array.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "70a422485a09fdf3c4d1c3267be68620409a30a2",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/builtin_struct.wgsl.expected.msl",
      "new_id": "3c8d5f8cdead230a805f3c9d16b9016e5374c8f7",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/builtin_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1cedc91c133add7ef945045de3eb2c54e1ebae34",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/compound_assign_index.wgsl.expected.msl",
      "new_id": "2d236eaaf8f8222a375bc27607923ebc6eddec68",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/compound_assign_index.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4d6ea44f474b688744b83506f3c7aea93b3dff0d",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/compound_assign_member.wgsl.expected.msl",
      "new_id": "4290984a661a87097767d6096c1afbfc8389464c",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/compound_assign_member.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "dd28a4b2f268a35965a60d828c3b302e58146cf4",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/matrix.wgsl.expected.msl",
      "new_id": "1289e4729d756737eee0822c22389416203beacf",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ea93515b7f3b8051f000b8ca927ac9933e6fc05a",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/struct.wgsl.expected.msl",
      "new_id": "52fa6c6efbd0fc392fc007eaf6194f0ced7f6459",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "4ce6e0b76dc0e77fb9c11b92502a644c0a55dc99",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/vector_index.wgsl.expected.msl",
      "new_id": "d3b5726d867169544d3a7cf081aa07e93248fb1b",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/vector_index.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7a52224a564f9852bbaa14c68b63d5c2a33a43c4",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/vector_member.wgsl.expected.msl",
      "new_id": "b3a1fd09d154a83076a1702db9e1153987aa0adf",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/vector_member.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "749afbaa46d5ed8573f678354380103ed0ac3059",
      "old_mode": 33188,
      "old_path": "test/tint/ptr_sugar/vector_swizzle.wgsl.expected.msl",
      "new_id": "a3bb302ff8a6f4b60c795e7fe9b329e65f718d5e",
      "new_mode": 33188,
      "new_path": "test/tint/ptr_sugar/vector_swizzle.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "870df9fc43a847ce27a83b959ba714cf8e9a246f",
      "old_mode": 33188,
      "old_path": "test/tint/samples/compute_boids.wgsl.expected.msl",
      "new_id": "c046243a3a93d0f9dc3a4e9d988a800a7e24ebdd",
      "new_mode": 33188,
      "new_path": "test/tint/samples/compute_boids.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "3a384cccde7d1faeb89bfc133d6a41146c3ef3be",
      "old_mode": 33188,
      "old_path": "test/tint/samples/compute_boids_arg_buffer.wgsl.expected.msl",
      "new_id": "2d016214fcbd448419e550fbea6e015263396fee",
      "new_mode": 33188,
      "new_path": "test/tint/samples/compute_boids_arg_buffer.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ab482c3cd37666ac170b8ec3ff30b293c328a12f",
      "old_mode": 33188,
      "old_path": "test/tint/samples/simple.wgsl.expected.msl",
      "new_id": "9bda390bf27ccdf91727f74c56627bc6035235a5",
      "new_mode": 33188,
      "new_path": "test/tint/samples/simple.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2d9b58e671b130bc7da0e24fd152ee95c5a18e49",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/alias/const.wgsl.expected.msl",
      "new_id": "e73255e3c82b09bd1c91cb5a052d0e10f525f78b",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/alias/const.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "24b8d5714e05cf9b389bfa2b96cb722bc22c6910",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/alias/let.wgsl.expected.msl",
      "new_id": "34d08301a0914dd01e4dea0cf7b0565079f95914",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/alias/let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "aa2cc503f11294c0ffbb15997f88c6aeebe5fbcf",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/alias/param.wgsl.expected.msl",
      "new_id": "b6849fbf3fd61a1eb4a26696fdc06bd9c311e1ab",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/alias/param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b15024f6cbfb2fe3a06dc689bcacd2c86252dad1",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/function/param.wgsl.expected.msl",
      "new_id": "7e8ef3f420299b255135aae5881a37722d8bf895",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/function/param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a875e936185b206098e006417f60d3b356f98e01",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/param/function.wgsl.expected.msl",
      "new_id": "9f1e95c773ad309d5437901d60ceabdf6f13c45f",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/param/function.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc62d8d27f43dfd127e51bd459a330c1fef6d4d4",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/param/let.wgsl.expected.msl",
      "new_id": "b80acfd7f0f3e2765e12eeae3e3ce6feb08be9b3",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/param/let.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e589394ddd06622315bf14c7ad1efe2cfe3f29ca",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/param/var.wgsl.expected.msl",
      "new_id": "4ef12882228b0461e4b7413b9ad2b575b42f0803",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/param/var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c0af1b55410862dddab6b648ee48dce9ccdd30f4",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/short_names/param.wgsl.expected.msl",
      "new_id": "bb8d2f3837ce524ca3c620bd6c05ea53506dfa3a",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/short_names/param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "a1b54083674ec466a0e42303751afc2459ba9caf",
      "old_mode": 33188,
      "old_path": "test/tint/shadowing/struct/param.wgsl.expected.msl",
      "new_id": "640244763c748434d49429130aad4863f4078487",
      "new_mode": 33188,
      "new_path": "test/tint/shadowing/struct/param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1d32f55baf32303713a5a19235e8674de3c2dcc7",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/indexed_assign_to_array_in_struct/via_pointer_arg.wgsl.expected.msl",
      "new_id": "6705ae47918700de590b7f3a4a98d50bacb4416e",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/indexed_assign_to_array_in_struct/via_pointer_arg.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "133e3d5f166ba25f84cbcd519e9c5c9ad68e7240",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/call.wgsl",
      "new_id": "4485a135720eb6acd8c11b7873414c416b675328",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/call.wgsl"
    },
    {
      "type": "modify",
      "old_id": "326d42710908b79d1a4c3421f11fa8ac61e377f5",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/call.wgsl.expected.dxc.hlsl",
      "new_id": "ad95cd9e617308b2ff6f2b52ba36d609eb490d9f",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/call.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "326d42710908b79d1a4c3421f11fa8ac61e377f5",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/call.wgsl.expected.fxc.hlsl",
      "new_id": "ad95cd9e617308b2ff6f2b52ba36d609eb490d9f",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/call.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "88c40bcde3eced0782a5fc87c23d3d113eb7e2c0",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/call.wgsl.expected.glsl",
      "new_id": "dc73e913b68ae9483de41dd9cab78a4e06e72e1a",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/call.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "5ebb6fd02fabc91841a62dcbdd70058ce34e2d34",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/call.wgsl.expected.msl",
      "new_id": "837231614ffdf66829231b18abde9d625c123112",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/call.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "19a52e880141bca72d0d9b77b8405db4939da3b9",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/call.wgsl.expected.spvasm",
      "new_id": "9222630d85397f547b5b7f7a0277aa0e810e1d4b",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/call.wgsl.expected.spvasm"
    },
    {
      "type": "modify",
      "old_id": "5c3d1f7932b0ae12d55bb327701014e93f30b7cc",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/call.wgsl.expected.wgsl",
      "new_id": "1bf2e81c81c4e28dd9ec005504d613db5338b978",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/call.wgsl.expected.wgsl"
    },
    {
      "type": "modify",
      "old_id": "2d7909a3f6bfe5db0636c358a46fa73dd5f9aaf7",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/multiple_side_effects.wgsl.expected.msl",
      "new_id": "e7948ad8423c83f59c7af220aeceb7bda45fdb8f",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/multiple_side_effects.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "848aa2d079add8b87c46470d210df4376feb828f",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/storage_buffer.wgsl",
      "new_id": "7f063d3d704785ae8926255da7ffa7715a71e30c",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/storage_buffer.wgsl"
    },
    {
      "type": "modify",
      "old_id": "6cd8154b84a3bc7aa07259b1a3cbb32ffa53aaaa",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.dxc.hlsl",
      "new_id": "cc4c91dff2ca3438d3fca46c724080ce8c558546",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "6cd8154b84a3bc7aa07259b1a3cbb32ffa53aaaa",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.fxc.hlsl",
      "new_id": "cc4c91dff2ca3438d3fca46c724080ce8c558546",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "57fa719e3a77772c3c2f1c4477d3bcf40219c7cc",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.glsl",
      "new_id": "543b0ab8814c799b024430399473e69f0d45d84c",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "95374fd537076320d4d4d7f29e7488287369cefe",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.msl",
      "new_id": "f592634fa07cda121b0d2cfe2515b29cb5c1db44",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "64e040d461e9ce2e7cae4922965ca8e7bdead7e6",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.spvasm",
      "new_id": "4c3b53cf35e892c94e9799575cd567e5e14e1069",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.spvasm"
    },
    {
      "type": "modify",
      "old_id": "5e1368486471ac47e023db4e57fc74a0875b0ac1",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.wgsl",
      "new_id": "85e1a6616dc29bf0cf45ec4f193298a23a462806",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/storage_buffer.wgsl.expected.wgsl"
    },
    {
      "type": "modify",
      "old_id": "0262fafbc84852d4d57acdea3090ba65e59027e1",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl",
      "new_id": "6eb3ea4238b369b946ed53c6c746479c6fa75069",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl"
    },
    {
      "type": "modify",
      "old_id": "9c8787009ac854c48245d906becf01ab50cc8439",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.dxc.hlsl",
      "new_id": "d309fc332a8722ecad92f8e6b3a617c4b70bd5ea",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.dxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "9c8787009ac854c48245d906becf01ab50cc8439",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.fxc.hlsl",
      "new_id": "d309fc332a8722ecad92f8e6b3a617c4b70bd5ea",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.fxc.hlsl"
    },
    {
      "type": "modify",
      "old_id": "363889681d0bfbd76d527e85819ca58a6189d229",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.glsl",
      "new_id": "c834b1a7073a6153a17251322314dfb1b931567b",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.glsl"
    },
    {
      "type": "modify",
      "old_id": "57c9901e6474b7551e123c087c01d6f5fe640e1f",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.msl",
      "new_id": "494ba921a79b37aa1451fb5a5c8b744a63107654",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "82ce2363f1516f4184a033777d2a647e7f8f100c",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.spvasm",
      "new_id": "f3acb3fe433d5b3f5aa80276c577597ab6619a42",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.spvasm"
    },
    {
      "type": "modify",
      "old_id": "33521d99e61c4d18751a1ce63badcf24a9ea3bda",
      "old_mode": 33188,
      "old_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.wgsl",
      "new_id": "fb7de6a6b80dd59f78e09fcea92ca9053db9e169",
      "new_mode": 33188,
      "new_path": "test/tint/statements/assign/phony/uniform_buffer.wgsl.expected.wgsl"
    },
    {
      "type": "modify",
      "old_id": "ad4be9210c0de370d1b4f7005bc30b20e02ebd61",
      "old_mode": 33188,
      "old_path": "test/tint/statements/compound_assign/divide_by_zero.wgsl.expected.msl",
      "new_id": "a81e7d84660162e53adb72473fc80cafacb4fd10",
      "new_mode": 33188,
      "new_path": "test/tint/statements/compound_assign/divide_by_zero.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "20848b389549fa554f5afbd7fa5a7a7eaaa8e8d3",
      "old_mode": 33188,
      "old_path": "test/tint/statements/compound_assign/workgroup.wgsl.expected.msl",
      "new_id": "c78be5237d5e160ded7efc92ff7593c85f641b74",
      "new_mode": 33188,
      "new_path": "test/tint/statements/compound_assign/workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5f399aefbf2fd09d1119ef5174016bb41e0a2ff7",
      "old_mode": 33188,
      "old_path": "test/tint/statements/decrement/workgroup.wgsl.expected.msl",
      "new_id": "d8ea9ae9838c6d7da7f3232b31ac6c149ea7b792",
      "new_mode": 33188,
      "new_path": "test/tint/statements/decrement/workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b18e6e0db1542595fad4de655e0acb2565f3a871",
      "old_mode": 33188,
      "old_path": "test/tint/statements/discard/helper_functions.wgsl.expected.msl",
      "new_id": "c8c60d51f1876d117ef991e8669a4dedfad50ea8",
      "new_mode": 33188,
      "new_path": "test/tint/statements/discard/helper_functions.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9c896bcd7295fe4d74390021690e5ce4c4dd3720",
      "old_mode": 33188,
      "old_path": "test/tint/statements/discard/if_discard_return.wgsl.expected.msl",
      "new_id": "513c2d06f8e950e5b019cdd41e05fa53ddf0c409",
      "new_mode": 33188,
      "new_path": "test/tint/statements/discard/if_discard_return.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "538dd6eac02771e436a9be8c1a28a4aeffb5e67f",
      "old_mode": 33188,
      "old_path": "test/tint/statements/for/basic.wgsl.expected.msl",
      "new_id": "9f99b0dceacde6dfb4ec11cb0e280c8189f0f533",
      "new_mode": 33188,
      "new_path": "test/tint/statements/for/basic.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "63f0dfa1d150e2ea71d42667221d2d768a638772",
      "old_mode": 33188,
      "old_path": "test/tint/statements/for/complex.wgsl.expected.msl",
      "new_id": "9b6328dea94a993b54a2358691f17c6bf6513c37",
      "new_mode": 33188,
      "new_path": "test/tint/statements/for/complex.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "68ef9453877c55d6aa6f5d8578b2b21a9ed3426d",
      "old_mode": 33188,
      "old_path": "test/tint/statements/increment/workgroup.wgsl.expected.msl",
      "new_id": "2edf17f9136c4195d18273cc3c4248e40a075f19",
      "new_mode": 33188,
      "new_path": "test/tint/statements/increment/workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "bc2ff9af11df447ec30ae7791aa58f3b23f46caf",
      "old_mode": 33188,
      "old_path": "test/tint/types/function_scope_var_conversions.wgsl.expected.msl",
      "new_id": "1b86026c4789239efa04517f2d3b0675cb724275",
      "new_mode": 33188,
      "new_path": "test/tint/types/function_scope_var_conversions.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "49e729329ea110fa19be44a14d2c867ce5531d98",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/parameters.wgsl.expected.msl",
      "new_id": "c8bba9f6a4c2f018c00a3f6182f410e49f02cb19",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/parameters.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "eb6fb25d4ded2e7c0da5bff09c3ba6a9c28df7c1",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/attributes_on_struct_not_used_for_interface.wgsl.expected.msl",
      "new_id": "0fd59832ed2ef3fcc1b4f5b6adfef83be1ab9985",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/attributes_on_struct_not_used_for_interface.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "6637f4a487c61d667179ec5afd13a68ad3a95357",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/compute_input_builtins.wgsl.expected.msl",
      "new_id": "8ab5484a0091e72ac4e10eddd5ddfd060e800c37",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/compute_input_builtins.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "51139fb89984680538120033ac25459a99301e6f",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/compute_input_builtins_struct.wgsl.expected.msl",
      "new_id": "0ccb42db32db110c641efc4900452f7cee0c76f9",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/compute_input_builtins_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1e9315aa3b98fe9d1266b32135e383ef72f1f80c",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/compute_input_mixed.wgsl.expected.msl",
      "new_id": "565a0a4c162260d629c0b483f61704dc16eadd5a",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/compute_input_mixed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "195fe4599a54d7c470d7e86148537cf358618ef4",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/compute_subgroup_builtins.wgsl.expected.msl",
      "new_id": "9de3f8f6a19ea3457009f0ff8dedd764706d0df8",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/compute_subgroup_builtins.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8944698ca387ecbadcfe1e6a6c15c1b24bb1ee9a",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/compute_subgroup_builtins_struct.wgsl.expected.msl",
      "new_id": "0bb5685e16d2fe460191cb253836ffe937c74dc7",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/compute_subgroup_builtins_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "9d026ba8d1be141f8386756d5f4dd6dfa678c7a5",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_builtins.wgsl.expected.msl",
      "new_id": "8dbbda99e92ff9681fd55c56d6b24631ceb17834",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_builtins.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b5f04c719d1fad4ae0a570dbae4cdf2119248fa9",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_builtins_struct.wgsl.expected.msl",
      "new_id": "268e5e2b9882109c18af729a751fdf146ba54355",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_builtins_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c2cd9361e52311ae094a985340b8ce717fb937ef",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_locations.wgsl.expected.msl",
      "new_id": "7267c30f49e3e7a478928d47f7b1a9c6d1171fd5",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_locations.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2a01825e5863331d58a6fb357c4b9a96d58616e6",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_locations_f16.wgsl.expected.msl",
      "new_id": "84700fc3b267474c483d7e8619aa565e758e4d66",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_locations_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b7d1eb8c479f3079c82ddbaccaf816f84d89ea24",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_locations_struct.wgsl.expected.msl",
      "new_id": "4cd899221a88d323c4e235aeec5e1c27ed3a07fc",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_locations_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "af2c837c3c2c27750dbfc3a2d049acd3becd94ce",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_locations_struct_f16.wgsl.expected.msl",
      "new_id": "bb807e4aeb7908328ec96f1928a19a082c14e4b1",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_locations_struct_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "7f93779ec6c0664613e2222022a9d4a1a5423678",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_mixed.wgsl.expected.msl",
      "new_id": "68992e4812f22143e7d4ba7f84b1696afbdbf440",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_mixed.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b9204a64542e5d7dd2663d4b8c8cd31147b947da",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_input_mixed_f16.wgsl.expected.msl",
      "new_id": "51bdcc1d0b081fb9a90737a6859a996fa31d547a",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_input_mixed_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "27bd04c9d999332e2114522e3a0e9fb080ad8414",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_subgroup_builtins.wgsl.expected.msl",
      "new_id": "f6d1af541cd51648c41990337a6603c3b0113b8d",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_subgroup_builtins.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ad69771912de5b5b5c77edcd02256f42139c42f7",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/fragment_subgroup_builtins_struct.wgsl.expected.msl",
      "new_id": "3239fbe9ffa828e46050bd9beb582416bb302c0b",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/fragment_subgroup_builtins_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "950ddd2683bd4611d7d2d7eab1e8069a82b1da9f",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/interpolate_input_parameters.wgsl.expected.msl",
      "new_id": "94995af6525ec6dd39eab8c77cc6a603aaeceb6d",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/interpolate_input_parameters.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "71e793067085f01d149019bf64c9bb0a95fe57f0",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/interpolate_input_struct.wgsl.expected.msl",
      "new_id": "4d02104c1a9c15e30377c67c9eef968f0b4a4e64",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/interpolate_input_struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "34b749f8e59182e77f34fccd7ba2732a7837c334",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/num_subgroups_linear_workgroup.wgsl.expected.msl",
      "new_id": "eff971a9c5a747d5229a65a3bd3d7de2a540e45e",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/num_subgroups_linear_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "34b749f8e59182e77f34fccd7ba2732a7837c334",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/num_subgroups_nonlinear_workgroup.wgsl.expected.msl",
      "new_id": "eff971a9c5a747d5229a65a3bd3d7de2a540e45e",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/num_subgroups_nonlinear_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5316b79fce86324caf91f77b5f87aabfc0066f08",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/shared_struct_different_stages.wgsl.expected.msl",
      "new_id": "26d7bdf98fd58b0664e8467aa80fe209deaf9de3",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/shared_struct_different_stages.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e5d8113d202408f645aad46fbce5c21e747d584a",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/shared_struct_different_stages_f16.wgsl.expected.msl",
      "new_id": "d957f2947ce089aaf0c54f99911ccf8a97d19150",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/shared_struct_different_stages_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "1f28e944e3575d8400fd9be248061044afd0093a",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/shared_struct_storage_buffer.wgsl.expected.msl",
      "new_id": "58b4c483c01611b35262c76ce6c714b92bd09b4e",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/shared_struct_storage_buffer.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "381cdad95f5c8a3cbd089c8a07310e8fe001c3f3",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/shared_struct_storage_buffer_f16.wgsl.expected.msl",
      "new_id": "8c47e7f9d62de027ee8a87004cfcb48d84bb13b1",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/shared_struct_storage_buffer_f16.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "274304c851f05a41c3ec4f3cc101ccbeae562f48",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/subgroup_id_linear_workgroup.wgsl.expected.msl",
      "new_id": "caf265b7c1c605c91f1aa46feb71b1e3fb04047f",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/subgroup_id_linear_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "274304c851f05a41c3ec4f3cc101ccbeae562f48",
      "old_mode": 33188,
      "old_path": "test/tint/types/functions/shader_io/subgroup_id_nonlinear_workgroup.wgsl.expected.msl",
      "new_id": "caf265b7c1c605c91f1aa46feb71b1e3fb04047f",
      "new_mode": 33188,
      "new_path": "test/tint/types/functions/shader_io/subgroup_id_nonlinear_workgroup.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "732c0ecead6cd0e9bc5be1f87bf883a62aa6935f",
      "old_mode": 33188,
      "old_path": "test/tint/types/module_scope_used_in_functions.wgsl.expected.msl",
      "new_id": "2f2d6d7c8f594e4ef8f8ae0d705c24f7f7231806",
      "new_mode": 33188,
      "new_path": "test/tint/types/module_scope_used_in_functions.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "5d3dcf73452a8fe024e0cefff29d17199e4fbbfd",
      "old_mode": 33188,
      "old_path": "test/tint/types/module_scope_var.wgsl.expected.msl",
      "new_id": "36202b9efb51c0e064e17473327f92c16ec80579",
      "new_mode": 33188,
      "new_path": "test/tint/types/module_scope_var.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "da0d5fea87aad88a87bf62edf0d2c31b311766c0",
      "old_mode": 33188,
      "old_path": "test/tint/types/module_scope_vars_pointers.wgsl.expected.msl",
      "new_id": "b7275ca1d54ea06598b8eb2826f674bcbf460c4d",
      "new_mode": 33188,
      "new_path": "test/tint/types/module_scope_vars_pointers.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "373985c70f8413ab04c5bafcd6d548c0869e79bb",
      "old_mode": 33188,
      "old_path": "test/tint/types/texture/sampled/1d.wgsl.expected.msl",
      "new_id": "f6915bad2bd203f23b7752453646bc96a7d55a14",
      "new_mode": 33188,
      "new_path": "test/tint/types/texture/sampled/1d.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "b12b3da524c00cb1b23ec91486ec4c85f521eec1",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/array/array_i32.wgsl.expected.msl",
      "new_id": "54f552db204867bb08ba8a80987644b2c76fdab4",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/array/array_i32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "852e33a80cbc1e7fb2c41a7c95b2fba5e44243d2",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/array/i32.wgsl.expected.msl",
      "new_id": "419bfa3669dd666b2eb790ff01676ebdf266bf55",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/array/i32.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "08168c5fb13955129cf023f82afdcf27cdeeae0a",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/array/u32_large.wgsl.expected.msl",
      "new_id": "694f363e181ea0315d1efa285799135597d8bfdd",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/array/u32_large.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "633d23b04537914bcd477b1463598135cd80f8a3",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/array/u32_small.wgsl.expected.msl",
      "new_id": "b30c3040354968386c7816a4a1087f5333470083",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/array/u32_small.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e06914b1d6030ee029c31a49821ddd08cb240367",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/matrix.wgsl.expected.msl",
      "new_id": "a846d915c4ed2191f4c6470f6e76983e8987dddb",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/matrix.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2bc70d89cc6e1466abaef9c0a6b49b030578efe5",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/scalar.wgsl.expected.msl",
      "new_id": "f21747a3227e5b738d4b7330f785e11a0cafa6c9",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/scalar.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "2e731dad70b40c3146ab37dc4770834dd871c7d7",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/struct.wgsl.expected.msl",
      "new_id": "63c20a694ecf21b0702a20fbf11f98c488a8c882",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/struct.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "e378dd7c0a293cf3fa7baa1d2d77fe84a678d11d",
      "old_mode": 33188,
      "old_path": "test/tint/var/initialization/workgroup/vector.wgsl.expected.msl",
      "new_id": "eb001a8c937d2971eaaaff3afea5d710d51dcb6d",
      "new_mode": 33188,
      "new_path": "test/tint/var/initialization/workgroup/vector.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "ec58d29f0cbb26abb96d7bf3e64f521ae9b9a3e1",
      "old_mode": 33188,
      "old_path": "test/tint/var/uses/immediate.wgsl.expected.msl",
      "new_id": "4e237a4b7c01fba0691994ab5725cd32de634f6e",
      "new_mode": 33188,
      "new_path": "test/tint/var/uses/immediate.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "c29f3910bdb963ec7070c329bbb8d8e10ebb2f17",
      "old_mode": 33188,
      "old_path": "test/tint/var/uses/immediate_via_function_param.wgsl.expected.msl",
      "new_id": "9c26953dd4b9f022a36c21d4ca563e581276d3f6",
      "new_mode": 33188,
      "new_path": "test/tint/var/uses/immediate_via_function_param.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "93ab94cf4fa463e66bb75e7d049ccbfab428c41a",
      "old_mode": 33188,
      "old_path": "test/tint/var/uses/many_workgroup_vars.wgsl.expected.msl",
      "new_id": "8ffe123106956260f0c85ce23e04a05ef2006b01",
      "new_mode": 33188,
      "new_path": "test/tint/var/uses/many_workgroup_vars.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "856022bec4518a92d31b8e22b7079e255d31867a",
      "old_mode": 33188,
      "old_path": "test/tint/var/uses/private.wgsl.expected.msl",
      "new_id": "b13f97b7f3c6469efbd284bac3f452f391da7b79",
      "new_mode": 33188,
      "new_path": "test/tint/var/uses/private.wgsl.expected.msl"
    },
    {
      "type": "modify",
      "old_id": "8ecb8f5c0ad56d4ec95a319d9b7200b93407782b",
      "old_mode": 33188,
      "old_path": "test/tint/var/uses/workgroup.wgsl.expected.msl",
      "new_id": "2e7fee68c92df3814de1d6a581733e630357019c",
      "new_mode": 33188,
      "new_path": "test/tint/var/uses/workgroup.wgsl.expected.msl"
    }
  ]
}
