radeonsi: remove redundant si_shader_info::const_buffers_declared
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.h
index 9465729dc64dd6d71017b5391d0e87cf984fafcf..a6cf898bf7098aaedd5771e4bbb82e9e6167dcf7 100644 (file)
@@ -335,7 +335,6 @@ struct si_shader_info {
    ubyte color_interpolate_loc[2];
 
    int constbuf0_num_slots;
-   unsigned const_buffers_declared; /**< bitmask of declared const buffers */
    ubyte num_stream_output_components[4];
 
    uint num_memory_instructions; /**< sampler, buffer, and image instructions */
@@ -387,8 +386,6 @@ struct si_shader_info {
    unsigned num_written_culldistance;
    unsigned num_written_clipdistance;
 
-   unsigned images_declared;         /**< bitmask of declared images */
-
    /** Whether all codepaths write tess factors in all invocations. */
    bool tessfactors_are_def_in_all_invocs;
 };