anv: Mark anv_dump_{start,finish} as PUBLIC
[mesa.git] / src / compiler / nir_types.h
index eeddcf2dabe3e1107cc9e105ca73b69fd2978741..6118e52bfc55fed3e095cfc52901f7a981b552b1 100644 (file)
@@ -152,6 +152,7 @@ bool glsl_type_is_integer(const struct glsl_type *type);
 bool glsl_type_contains_64bit(const struct glsl_type *type);
 bool glsl_sampler_type_is_shadow(const struct glsl_type *type);
 bool glsl_sampler_type_is_array(const struct glsl_type *type);
+bool glsl_struct_type_is_packed(const struct glsl_type *type);
 bool glsl_contains_atomic(const struct glsl_type *type);
 bool glsl_contains_opaque(const struct glsl_type *type);