nir: s/nir_type_unsigned/nir_type_uint
[mesa.git] / src / glsl / nir / nir_constant_expressions.py
index 2ba8554645de7d55821e69b31b8df7db92e5a4a7..b16ef503c92393ae938e70ddce83bad66d588549 100644 (file)
@@ -213,7 +213,7 @@ unpack_half_1x16(uint16_t u)
 }
 
 /* Some typed vector structures to make things like src0.y work */
-% for type in ["float", "int", "unsigned", "bool"]:
+% for type in ["float", "int", "uint", "bool"]:
 struct ${type}_vec {
    ${type} x;
    ${type} y;