zink: generically handle matrix types
[mesa.git] / src / gallium / drivers / zink / nir_to_spirv / spirv_builder.h
index a1e9b6c655ef131b295a1a533d8a5f6acef8b560..487d4f79fda153ee2cbfbea7df535e2477524985 100644 (file)
@@ -301,6 +301,10 @@ SpvId
 spirv_builder_type_vector(struct spirv_builder *b, SpvId component_type,
                           unsigned component_count);
 
+SpvId
+spirv_builder_type_matrix(struct spirv_builder *b, SpvId component_type,
+                          unsigned component_count);
+
 SpvId
 spirv_builder_type_array(struct spirv_builder *b, SpvId component_type,
                          SpvId length);