diff options
author | José Fonseca <[email protected]> | 2010-07-02 16:59:39 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-07-02 18:45:49 +0100 |
commit | eb20c57f03f7f6a43dedb9c317f3648087e6d1d7 (patch) | |
tree | 43ab4fcff8b1b6726726a007e7d6570493e4d4da /src/gallium/auxiliary/gallivm/lp_bld_format.h | |
parent | bb1546f55be3b243b71d39e5fb7457c5b21e32c9 (diff) |
gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.c
It will be more useful here.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_format.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_format.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format.h b/src/gallium/auxiliary/gallivm/lp_bld_format.h index a853d7ca411..9056eae9403 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_format.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_format.h @@ -83,6 +83,11 @@ lp_build_unpack_rgba_soa(LLVMBuilderRef builder, LLVMValueRef packed, LLVMValueRef rgba_out[4]); +void +lp_build_rgba8_to_f32_soa(LLVMBuilderRef builder, + struct lp_type dst_type, + LLVMValueRef packed, + LLVMValueRef *rgba); void lp_build_fetch_rgba_soa(LLVMBuilderRef builder, |