aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader_internal.h
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-01-10 17:20:57 +0100
committerNicolai Hähnle <[email protected]>2017-01-13 00:39:13 +0100
commitfccf29373d418ec41e29fe57f628d681ec67e92a (patch)
tree6d975ad1b0649b4a3cb28b8b7dde499a892443ae /src/gallium/drivers/radeonsi/si_shader_internal.h
parenta0ce09b4b2a3063e49a02de3d12096cf462d10a3 (diff)
radeonsi: remove unused si_prepare_cube_coords
Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader_internal.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_shader_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader_internal.h b/src/gallium/drivers/radeonsi/si_shader_internal.h
index 6b3ac171f7a..51d491ebdf6 100644
--- a/src/gallium/drivers/radeonsi/si_shader_internal.h
+++ b/src/gallium/drivers/radeonsi/si_shader_internal.h
@@ -215,9 +215,5 @@ void si_llvm_emit_store(struct lp_build_tgsi_context *bld_base,
LLVMValueRef dst[4]);
void si_shader_context_init_alu(struct lp_build_tgsi_context *bld_base);
-void si_prepare_cube_coords(struct lp_build_tgsi_context *bld_base,
- struct lp_build_emit_data *emit_data,
- LLVMValueRef *coords_arg,
- LLVMValueRef *derivs_arg);
#endif