diff options
author | Marek Olšák <[email protected]> | 2017-10-02 17:07:52 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-10-06 02:56:11 +0200 |
commit | 15d918e46faf08be018394747f019b082871dccf (patch) | |
tree | 460253fd7acb6fe5adeda70b8838195a66ae0638 /src/gallium/drivers/radeonsi/si_state.h | |
parent | 23cdde5138b183c6225f1009cb6233cacfaf32e6 (diff) |
radeonsi: inline struct si_sampler_views
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index 8e414a0817c..3277926ba3c 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -276,14 +276,6 @@ struct si_descriptors { ubyte shader_userdata_offset; }; -struct si_sampler_views { - struct pipe_sampler_view *views[SI_NUM_SAMPLERS]; - struct si_sampler_state *sampler_states[SI_NUM_SAMPLERS]; - - /* The i-th bit is set if that element is enabled (non-NULL resource). */ - unsigned enabled_mask; -}; - struct si_buffer_resources { struct pipe_resource **buffers; /* this has num_buffers elements */ |