diff options
author | Brian Paul <[email protected]> | 2011-10-23 10:02:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-23 10:09:33 -0600 |
commit | 903a14ed9146f3a38895ca7e39f69f2ad77bf5df (patch) | |
tree | cb26742e805ffd0cf74fb05c1061ac82d374f92d /src/gallium/auxiliary/gallivm/lp_bld_printf.h | |
parent | 08b2cc018ddcfce4b4f4204b89ff5c1d62bfe85d (diff) |
gallivm: added lp_build_print_ivec4() function
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_printf.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_printf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_printf.h b/src/gallium/auxiliary/gallivm/lp_bld_printf.h index f6bb8348699..79db74d8886 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_printf.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_printf.h @@ -45,6 +45,9 @@ LLVMValueRef lp_build_print_vec4(struct gallivm_state *gallivm, const char *msg, LLVMValueRef vec); +LLVMValueRef +lp_build_print_ivec4(struct gallivm_state *gallivm, + const char *msg, LLVMValueRef vec); #endif |