aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_format.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-07-19 19:06:48 +1000
committerDave Airlie <[email protected]>2019-08-27 12:29:58 +1000
commitceb8d0ac5ac665a1cbb2537586d192374ab1e327 (patch)
tree473720976b5cd1a98f4c0c130f3f216c9aeb3e9f /src/gallium/auxiliary/gallivm/lp_bld_format.h
parent15f7688ac9d75dcc10a07f103881c062bf9fdb9a (diff)
gallivm: add image load/store/atomic support
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_format.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_format.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format.h b/src/gallium/auxiliary/gallivm/lp_bld_format.h
index ade8825e1fb..cd1eaec9e5f 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_format.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_format.h
@@ -151,6 +151,16 @@ lp_build_fetch_rgba_soa(struct gallivm_state *gallivm,
LLVMValueRef cache,
LLVMValueRef rgba_out[4]);
+void
+lp_build_store_rgba_soa(struct gallivm_state *gallivm,
+ const struct util_format_description *format_desc,
+ struct lp_type type,
+ LLVMValueRef exec_mask,
+ LLVMValueRef base_ptr,
+ LLVMValueRef offset,
+ LLVMValueRef out_of_bounds,
+ const LLVMValueRef rgba_in[4]);
+
/*
* YUV
*/