Module: Mesa Branch: main Commit: 76605c1cb97b6d804b4ac050e488638d109a26db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76605c1cb97b6d804b4ac050e488638d109a26db
Author: Brian Paul <[email protected]> Date: Mon Apr 3 14:49:10 2023 -0600 llvmpipe: s/tabs/spaces/ Signed-off-by: Brian Paul <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22281> --- src/gallium/drivers/llvmpipe/lp_jit.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h index 2d26e952322..350e12b21c9 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.h +++ b/src/gallium/drivers/llvmpipe/lp_jit.h @@ -265,7 +265,7 @@ enum { }; -#define lp_jit_thread_data_cache(_gallivm, _type, _ptr) \ +#define lp_jit_thread_data_cache(_gallivm, _type, _ptr) \ lp_build_struct_get2(_gallivm, _type, _ptr, LP_JIT_THREAD_DATA_CACHE, "cache") #define lp_jit_thread_data_vis_counter(_gallivm, _type, _ptr) \ @@ -276,13 +276,13 @@ enum { #define lp_jit_thread_data_raster_state_viewport_index(_gallivm, _type, _ptr) \ lp_build_struct_get2(_gallivm, _type, _ptr, \ - LP_JIT_THREAD_DATA_RASTER_STATE_VIEWPORT_INDEX, \ - "raster_state.viewport_index") + LP_JIT_THREAD_DATA_RASTER_STATE_VIEWPORT_INDEX, \ + "raster_state.viewport_index") #define lp_jit_thread_data_raster_state_view_index(_gallivm, _type, _ptr) \ lp_build_struct_get2(_gallivm, _type, _ptr, \ - LP_JIT_THREAD_DATA_RASTER_STATE_VIEW_INDEX, \ - "raster_state.view_index") + LP_JIT_THREAD_DATA_RASTER_STATE_VIEW_INDEX, \ + "raster_state.view_index") /** * typedef for fragment shader function
