mesa/src/gallium/auxiliary/gallivm
Brian Paul c9c5fc1e9a gallivm: rename 'var' param in emit_store_reg(), emit_store_var().
Rename 'dst' param' to 'vals'.  This parameter contains the values
which we're storing.

Signed-off-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17561>
2022-07-27 22:24:56 +00:00
..
f.cpp
lp_bld.h gallivm: move to new pass manager to handle coroutines change. 2022-05-09 07:29:22 +00:00
lp_bld_arit.c fix(gallivm): Replace LLVMConstF* with LLVMBuild* methods. 2022-07-14 10:02:14 +00:00
lp_bld_arit.h
lp_bld_arit_overflow.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
lp_bld_arit_overflow.h
lp_bld_assert.c gallivm: use LLVM opaque pointers in lp_bld_assert.c 2022-05-04 20:00:33 +00:00
lp_bld_assert.h
lp_bld_bitarit.c
lp_bld_bitarit.h
lp_bld_const.c gallivm: asst. clean-ups in lp_bld_const.c 2022-07-27 22:24:55 +00:00
lp_bld_const.h gallivm: use LLVM opaque pointers in lp_bld_format_aos.c 2022-05-04 20:00:33 +00:00
lp_bld_conv.c gallivm: use LLVM opaque pointers in lp_bld_conv.c 2022-05-04 20:00:33 +00:00
lp_bld_conv.h
lp_bld_coro.c gallivm: fix a few llvm non-opaque pointers 2022-07-23 17:34:08 +00:00
lp_bld_coro.h llvmpipe/cs: rework coroutine context handling (v2) 2021-09-16 13:21:34 +10:00
lp_bld_debug.cpp
lp_bld_debug.h gallivm: make rho-approximation opt-in instead of opt-out 2021-08-03 12:08:38 +00:00
lp_bld_flow.c gallivm: use LLVM opaque pointers in lp_bld_flow.c 2022-05-04 20:00:33 +00:00
lp_bld_flow.h gallivm: use LLVM opaque pointers in lp_bld_flow.c 2022-05-04 20:00:33 +00:00
lp_bld_format.c gallivm: refactor a bit the cache access in view of LLVM opaque pointers 2022-07-23 17:34:08 +00:00
lp_bld_format.h gallivm: refactor a bit the cache access in view of LLVM opaque pointers 2022-07-23 17:34:08 +00:00
lp_bld_format_aos.c gallivm: use LLVM opaque pointers in lp_bld_format_aos.c 2022-05-04 20:00:33 +00:00
lp_bld_format_aos_array.c gallivm: fix a few llvm non-opaque pointers 2022-07-23 17:34:08 +00:00
lp_bld_format_float.c
lp_bld_format_s3tc.c gallivm: refactor a bit the cache access in view of LLVM opaque pointers 2022-07-23 17:34:08 +00:00
lp_bld_format_soa.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
lp_bld_format_srgb.c
lp_bld_format_yuv.c gallivm: avoid a self-assign warning 2021-12-22 03:34:23 +00:00
lp_bld_gather.c gallivm: use LLVM opaque pointers in lp_bld_gather.c 2022-05-04 20:00:33 +00:00
lp_bld_gather.h
lp_bld_init.c gallivm: move to new pass manager to handle coroutines change. 2022-05-09 07:29:22 +00:00
lp_bld_init.h gallivm: move to new pass manager to handle coroutines change. 2022-05-09 07:29:22 +00:00
lp_bld_intr.c gallivm: use LLVM opaque pointers in lp_bld_intr.c 2022-05-04 20:00:33 +00:00
lp_bld_intr.h gallivm: use LLVM opaque pointers in lp_bld_intr.c 2022-05-04 20:00:33 +00:00
lp_bld_ir_common.c gallivm: LLVM opaque pointers small changes 2022-05-04 20:00:33 +00:00
lp_bld_ir_common.h
lp_bld_limits.h gallivm: increase LP_MAX_TGSI_SHADER_IMAGES from 16 to 32 2022-07-14 19:16:07 +00:00
lp_bld_logic.c gallivm: asst. clean-ups in lp_bld_logic. 2022-06-16 23:46:23 +00:00
lp_bld_logic.h llvmpipe: s/unsigned/enum pipe_compare_func/ 2022-06-16 23:46:23 +00:00
lp_bld_misc.cpp gallivm: fix build with LLVM 15 2022-02-22 01:28:11 +00:00
lp_bld_misc.h gallivm: add new wrapper around Module::setOverrideStackAlignment() 2021-07-22 17:30:42 +00:00
lp_bld_nir.c gallivm: fix casting around read invocation. 2022-07-27 20:58:55 +00:00
lp_bld_nir.h gallivm: Optimize single-invocation SSBO stores. 2022-07-26 18:59:45 +00:00
lp_bld_nir_aos.c gallivm: rename 'var' param in emit_store_reg(), emit_store_var(). 2022-07-27 22:24:56 +00:00
lp_bld_nir_soa.c gallivm: fix incorrect memset() in SOA emit_load_const() 2022-07-27 22:24:56 +00:00
lp_bld_pack.c
lp_bld_pack.h
lp_bld_printf.c gallivm: use LLVM opaque pointers in lp_bld_printf.c 2022-05-04 20:00:33 +00:00
lp_bld_printf.h
lp_bld_quad.c
lp_bld_quad.h
lp_bld_sample.c gallivm: use enum types instead of unsigned in lp_bld_sample.[ch] 2022-06-16 23:46:23 +00:00
lp_bld_sample.h gallivm: use enum types instead of unsigned in lp_bld_sample.[ch] 2022-06-16 23:46:23 +00:00
lp_bld_sample_aos.c gallivm: LLVM opaque pointers small changes 2022-05-04 20:00:33 +00:00
lp_bld_sample_aos.h
lp_bld_sample_soa.c llvmpipe: fix aniso cube map arrays. 2022-07-22 14:18:39 +10:00
lp_bld_struct.c gallivm: push LLVM version guard into assert 2022-07-23 17:34:08 +00:00
lp_bld_struct.h gallivm: add lp_build_struct_get() variants that take the LLVM type 2022-07-23 17:34:08 +00:00
lp_bld_swizzle.c gallivm: asst. clean-ups in lp_bld_swizzle.c 2022-07-27 22:24:56 +00:00
lp_bld_swizzle.h gallivm: s/unsigned/enum pipe_swizzle/ 2022-07-14 19:16:07 +00:00
lp_bld_tgsi.c gallivm: clean-ups in lp_bld_tgsi.[ch] 2022-06-15 12:30:04 +00:00
lp_bld_tgsi.h llvmpipe: replace 'unsigned' with enum types 2022-07-27 22:24:56 +00:00
lp_bld_tgsi_action.c
lp_bld_tgsi_action.h
lp_bld_tgsi_aos.c gallivm: use LLVM opaque pointers in lp_bld_tgsi_aos.c 2022-05-04 20:00:33 +00:00
lp_bld_tgsi_info.c
lp_bld_tgsi_soa.c llvmpipe: replace 'unsigned' with enum types 2022-07-27 22:24:56 +00:00
lp_bld_type.c gallivm: asst. clean-ups in lp_bld_type.[ch] 2022-06-15 12:30:04 +00:00
lp_bld_type.h gallivm: asst. clean-ups in lp_bld_type.[ch] 2022-06-15 12:30:04 +00:00