summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2018-03-23 11:20:24 +0100
committerNicolai Hähnle <[email protected]>2018-04-20 09:23:52 +0200
commit625dcbbc45665459737c9d028f268fd6782472f3 (patch)
tree2350e1d94b1f6ab348d755867ec7b5c910b42305 /src/gallium/auxiliary/gallivm
parentf931583828f0ca9a3b135da0f2cda6a36ebbc877 (diff)
amd/common: pass address components individually to ac_build_image_intrinsic
This is in preparation for the new image intrinsics. Acked-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/gallivm')
-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 c92517fee28..d30f9da539e 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[12];
+ LLVMValueRef args[18];
/**
* Number of arguments in the args array.