etnaviv: fix ts size calculation
[mesa.git] / src / compiler / nir_types.h
index 806ba824084e752e98c8a501dec80a2dca379c3b..9efe4b4770c521e2cc4a12b0f98b4e32678ccebd 100644 (file)
@@ -202,6 +202,8 @@ const struct glsl_type *glsl_atomic_uint_type(void);
 unsigned glsl_type_get_sampler_count(const struct glsl_type *type);
 unsigned glsl_type_get_image_count(const struct glsl_type *type);
 
+bool glsl_type_is_leaf(const struct glsl_type *type);
+
 #ifdef __cplusplus
 }
 #endif