Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
index 9062bcc444f30a52418daea707b8aa7ab1fbbe79..20b628e91925441b40449c158ab2d8620df37d99 100644 (file)
@@ -643,6 +643,7 @@ vec4_visitor::type_size(const struct glsl_type *type)
    case GLSL_TYPE_DOUBLE:
    case GLSL_TYPE_ERROR:
    case GLSL_TYPE_INTERFACE:
+   case GLSL_TYPE_FUNCTION:
       unreachable("not reached");
    }