From 079081222a6881655e112351a57e0a07b0c7b031 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 19 Apr 2010 17:14:55 -0600 Subject: gallivm: pass 3D texture stride as an array This should have been included with the previous commit. --- src/gallium/auxiliary/gallivm/lp_bld_sample.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h index 8c1af95c50..e287376385 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h @@ -118,6 +118,11 @@ struct lp_sampler_dynamic_state LLVMBuilderRef builder, unsigned unit); + LLVMValueRef + (*img_stride)( struct lp_sampler_dynamic_state *state, + LLVMBuilderRef builder, + unsigned unit); + LLVMValueRef (*data_ptr)( struct lp_sampler_dynamic_state *state, LLVMBuilderRef builder, -- cgit v1.2.3