Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
return type->record_location_offset(length);
}
+bool
+glsl_type_is_64bit(const glsl_type *type)
+{
+ return type->is_64bit();
+}
+
bool
glsl_type_is_void(const glsl_type *type)
{
return 0;
}
+bool glsl_type_is_64bit(const struct glsl_type *type);
bool glsl_type_is_void(const struct glsl_type *type);
bool glsl_type_is_error(const struct glsl_type *type);
bool glsl_type_is_vector(const struct glsl_type *type);