diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-09-09 19:34:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-10 02:34:44 +0000 |
| commit | 7026dec790ab0c239c58ebf72b17633e9e8765c3 (patch) | |
| tree | e555fdcea3bc23062884eb642e895d4688cdf780 /external/spirv-tools-generated/core_tables_header.inc | |
| parent | e554e1b726814535565f0619a868b96b6f2fb525 (diff) | |
Update SPIRV-{Tools,Headers} (#8415)
This updates SPIRV submodules.
Unfortunately we cannot use the latest because one of PRs in SPIRV-Tools
causes VVL errors on our slang-tests. The issue is tracked in
- https://github.com/KhronosGroup/SPIRV-Tools/issues/6316
- https://github.com/shader-slang/slang/issues/8414
This PR also updates/simplifies the document of updating SPIRV process.
Diffstat (limited to 'external/spirv-tools-generated/core_tables_header.inc')
| -rw-r--r-- | external/spirv-tools-generated/core_tables_header.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/spirv-tools-generated/core_tables_header.inc b/external/spirv-tools-generated/core_tables_header.inc index 5db734154..2fcf34d66 100644 --- a/external/spirv-tools-generated/core_tables_header.inc +++ b/external/spirv-tools-generated/core_tables_header.inc @@ -93,6 +93,7 @@ enum Extension : uint32_t { kSPV_INTEL_fpga_memory_attributes,
kSPV_INTEL_fpga_reg,
kSPV_INTEL_function_pointers,
+ kSPV_INTEL_function_variants,
kSPV_INTEL_global_variable_fpga_decorations,
kSPV_INTEL_global_variable_host_access,
kSPV_INTEL_inline_assembly,
@@ -184,6 +185,7 @@ enum Extension : uint32_t { kSPV_NV_stereo_view_rendering,
kSPV_NV_tensor_addressing,
kSPV_NV_viewport_array2,
+ kSPV_QCOM_cooperative_matrix_conversion,
kSPV_QCOM_image_processing,
kSPV_QCOM_image_processing2,
kSPV_QCOM_tile_shading,
|
