r600g,radeonsi: remove unused variables
[mesa.git] / src / gallium / drivers / radeonsi / radeonsi_pipe.h
index faad8e1b8c8c3710cb5bad0e80119566904dc9eb..8a9f1ff503d2f1cdb8577d0f5a983e75e94cfa58 100644 (file)
@@ -102,8 +102,6 @@ struct r600_textures_info {
        uint32_t                        depth_texture_mask; /* which textures are depth */
        uint32_t                        compressed_colortex_mask;
        unsigned                        n_samplers;
-       bool                            samplers_dirty;
-       bool                            is_array_sampler[NUM_TEX_UNITS];
 };
 
 struct r600_fence {
@@ -120,9 +118,6 @@ struct r600_fence_block {
        struct list_head                head;
 };
 
-#define R600_CONSTANT_ARRAY_SIZE 256
-#define R600_RESOURCE_ARRAY_SIZE 160
-
 struct r600_constbuf_state
 {
        struct pipe_constant_buffer     cb[2];