mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
radv: Fix rebase issue in 19.0 for float16 fix.
The cherry-pick dropped a chunk.
Fixes: e7351739ff "radv: Fix float16 interpolation set up."
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
bb3fdedadf
commit
bdc946c23a
1 changed files with 2 additions and 1 deletions
|
|
@ -2154,7 +2154,8 @@ handle_fs_input_decl(struct radv_shader_context *ctx,
|
|||
unsigned component_count = variable->data.location_frac +
|
||||
glsl_get_length(variable->type);
|
||||
attrib_count = (component_count + 3) / 4;
|
||||
}
|
||||
} else
|
||||
mark_16bit_fs_input(ctx, variable->type, idx);
|
||||
|
||||
mask = ((1ull << attrib_count) - 1) << variable->data.location;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue