mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
r600g,radeonsi: remove unused variables
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Tested-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
89a665eb5f
commit
d698f19cba
2 changed files with 0 additions and 8 deletions
|
|
@ -417,9 +417,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 r600_atom atom;
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue