diff options
author | Marek Olšák <[email protected]> | 2014-07-07 23:27:19 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-07-11 19:36:29 +0200 |
commit | ee2a818d3306170ba18f44342aa759c2892a293f (patch) | |
tree | fb35d4a8d58d55435814a731faae624740c022f4 /src/gallium/drivers/radeonsi/si_pipe.h | |
parent | 4f3f0435bf8290a06fb6bb3ef17c7d1ed69d37d3 (diff) |
radeonsi: rename definitions of shader limits
Reviewed-by: Tom Stellard <[email protected]>
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; |