diff options
| author | spencer-lunarg <spencer@lunarg.com> | 2025-11-02 20:47:54 -0500 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-11-06 22:39:33 +0000 |
| commit | 171581aeae1add828359c2d87fda72023bb4d641 (patch) | |
| tree | 04811c7d7eef3c825608f04311ab03bf4a9ccd6e /src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c | |
| parent | af872180e197a9e2a1e73f742d2902ab5ed61dab (diff) | |
llvmpipe: Remove trailing whitespace
Signed-off-by: spencer-lunarg <spencer@lunarg.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38202>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c index 0e63a961ddf..e21023b8319 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c @@ -361,7 +361,7 @@ group_op_mask_vec(struct lp_build_nir_soa_context *bld) { if (bld->shader->info.fs.require_full_quads) return mask_vec_with_helpers(bld); - + return mask_vec(bld); } @@ -2892,7 +2892,7 @@ get_instr_src_vec(struct lp_build_nir_soa_context *bld, nir_instr *instr, uint32 struct gallivm_state *gallivm = bld->base.gallivm; LLVMBuilderRef builder = gallivm->builder; - nir_src *src = NULL; + nir_src *src = NULL; switch (instr->type) { case nir_instr_type_alu: { nir_alu_instr *alu = nir_instr_as_alu(instr); @@ -4259,7 +4259,7 @@ img_params_init_resource(struct lp_build_nir_soa_context *bld, struct lp_img_par params->image_index = nir_src_as_int(*src); else params->image_index_offset = get_src(bld, src, 0); - + return; } @@ -4274,7 +4274,7 @@ sampler_size_params_init_resource(struct lp_build_nir_soa_context *bld, struct l params->texture_unit = nir_src_as_int(*src); else params->texture_unit_offset = get_src(bld, src, 0); - + return; } |