diff options
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_pipe.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index 9d33a92063b..9a6410b419d 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -67,7 +67,7 @@ struct si_cs_shader_state { struct si_textures_info { struct si_sampler_views views; - struct si_pipe_sampler_state *samplers[NUM_TEX_UNITS]; + struct si_pipe_sampler_state *samplers[SI_NUM_USER_SAMPLERS]; unsigned n_views; uint32_t depth_texture_mask; /* which textures are depth */ uint32_t compressed_colortex_mask; @@ -88,8 +88,6 @@ struct si_framebuffer { #define SI_NUM_SHADERS (PIPE_SHADER_GEOMETRY+1) -#define SI_RW_SO 2 /* Streamout buffer descriptors after ring buffers */ - struct si_context { struct r600_common_context b; struct blitter_context *blitter; |