nir: add glsl_get_std140_size() helper
[mesa.git] / src / compiler / nir_types.h
index e3a7ebcdaea46c0ca90deff96220e6b5590d418a..67d719adec69a4d8edac43ff5bb626723fe288f1 100644 (file)
@@ -58,6 +58,7 @@ glsl_get_internal_ifc_packing(const struct glsl_type *type,
 
 unsigned glsl_get_std140_base_alignment(const struct glsl_type *type,
                                         bool row_major);
+unsigned glsl_get_std140_size(const struct glsl_type *type, bool row_major);
 unsigned glsl_get_explicit_stride(const struct glsl_type *type);
 const struct glsl_type *glsl_get_array_element(const struct glsl_type *type);
 const struct glsl_type *glsl_without_array(const struct glsl_type *type);