aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2018-04-20 09:29:57 +0200
committerNicolai Hähnle <[email protected]>2018-04-20 09:29:57 +0200
commit74063431f125df450029ec9202d376b4a77f30c6 (patch)
tree6f5ebf30281d41d9debbe34b9f1276a71c23f21f /src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
parent625dcbbc45665459737c9d028f268fd6782472f3 (diff)
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
In preparation of dimension-aware LLVM image intrinsics. Acked-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
index d30f9da539e..dbe614d57c5 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
@@ -50,7 +50,7 @@ struct lp_build_emit_data {
* args[0] = s0.x;
* args[1] = s1.x;
*/
- LLVMValueRef args[18];
+ LLVMValueRef args[20];
/**
* Number of arguments in the args array.