now that it doesn't have genxml
uint32_t bound_sampler_views;
};
+/**
+ * Gallium CSO for stream output (transform feedback) targets.
+ */
+struct iris_stream_output_target {
+ struct pipe_stream_output_target base;
+
+ /** Storage holding the offset where we're writing in the buffer */
+ struct iris_state_ref offset;
+};
+
/**
* Virtual table for generation-specific (genxml) function calls.
*/
ice->state.dirty |= IRIS_DIRTY_VERTEX_ELEMENTS;
}
-/**
- * Gallium CSO for stream output (transform feedback) targets.
- */
-struct iris_stream_output_target {
- struct pipe_stream_output_target base;
-
- /** Storage holding the offset where we're writing in the buffer */
- struct iris_state_ref offset;
-};
-
/**
* The pipe->create_stream_output_target() driver hook.
*