diff options
author | Vincent Lejeune <[email protected]> | 2013-10-30 18:35:58 +0100 |
---|---|---|
committer | Vincent Lejeune <[email protected]> | 2013-11-11 23:14:42 +0100 |
commit | 88c8f1972976c506e8fb048100ed11fef1ca938b (patch) | |
tree | 364cfbbda7fb51c1d256f036e6471d3069a1612f /src/gallium/drivers/radeon/radeon_llvm.h | |
parent | 23afe71f444067cad927273728529ff15ba394df (diff) |
r600/llvm: Store inputs in function arguments
Diffstat (limited to 'src/gallium/drivers/radeon/radeon_llvm.h')
-rw-r--r-- | src/gallium/drivers/radeon/radeon_llvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/radeon_llvm.h b/src/gallium/drivers/radeon/radeon_llvm.h index ef09dc891dc..2cab6b013cd 100644 --- a/src/gallium/drivers/radeon/radeon_llvm.h +++ b/src/gallium/drivers/radeon/radeon_llvm.h @@ -60,6 +60,7 @@ struct radeon_llvm_context { unsigned face_gpr; unsigned two_side; unsigned clip_vertex; + unsigned inputs_count; struct r600_shader_io * r600_inputs; struct r600_shader_io * r600_outputs; struct pipe_stream_output_info *stream_outputs; |