turnip: move some logic out of create_render_pass_common
[mesa.git] / src / compiler / nir_types.h
index 77a9c787d98225f7e352b2c81a2731d0b0346a2b..eeddcf2dabe3e1107cc9e105ca73b69fd2978741 100644 (file)
@@ -55,6 +55,8 @@ glsl_get_struct_field_data(const struct glsl_type *type, unsigned index);
 enum glsl_interface_packing
 glsl_get_internal_ifc_packing(const struct glsl_type *type,
                               bool std430_supported);
+enum glsl_interface_packing
+glsl_get_ifc_packing(const struct glsl_type *type);
 
 unsigned glsl_get_std140_base_alignment(const struct glsl_type *type,
                                         bool row_major);