summaryrefslogtreecommitdiff
path: root/src/mesa/main/uniform_query.cpp
diff options
context:
space:
mode:
authorCaio Oliveira <caio.oliveira@intel.com>2023-05-30 23:26:14 -0700
committerMarge Bot <emma+marge@anholt.net>2023-09-28 07:35:02 +0000
commit2d0f4f2c17b79830e9780a68bc473718d4abd4ad (patch)
tree4efbe1278b48ce5a6d6249ca48b11a8961dd5c7e /src/mesa/main/uniform_query.cpp
parentb75da97a1d9a5b994a69d8a35db8798cec76427e (diff)
compiler/types: Add support for Cooperative Matrix types
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23825>
Diffstat (limited to 'src/mesa/main/uniform_query.cpp')
-rw-r--r--src/mesa/main/uniform_query.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp
index 245c9fa2dd3..d1863697e72 100644
--- a/src/mesa/main/uniform_query.cpp
+++ b/src/mesa/main/uniform_query.cpp
@@ -1011,6 +1011,7 @@ associate_uniform_storage(struct gl_context *ctx,
case GLSL_TYPE_STRUCT:
case GLSL_TYPE_ERROR:
case GLSL_TYPE_INTERFACE:
+ case GLSL_TYPE_COOPERATIVE_MATRIX:
assert(!"Should not get here.");
break;
}