mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
llvmpipe: s/tabs/spaces/
Signed-off-by: Brian Paul <brianp@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22281>
This commit is contained in:
parent
3658fd6823
commit
76605c1cb9
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue