iris: Move iris_stream_output_target def to iris_context.h

now that it doesn't have genxml
This commit is contained in:
Kenneth Graunke
2018-12-05 00:57:07 -08:00
parent cf4931e586
commit 31357bae4b
2 changed files with 10 additions and 10 deletions

View File

@@ -306,6 +306,16 @@ struct iris_shader_state {
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.
*/