mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-14 17:30:50 +02:00
radeonsi: code style fix
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16215>
This commit is contained in:
parent
8890cb2a99
commit
350bdda83d
1 changed files with 2 additions and 1 deletions
|
|
@ -884,7 +884,8 @@ struct texture_orig_info {
|
|||
|
||||
static void si_use_compute_copy_for_float_formats(struct si_context *sctx,
|
||||
struct pipe_resource *texture,
|
||||
unsigned level) {
|
||||
unsigned level)
|
||||
{
|
||||
struct si_texture *tex = (struct si_texture *)texture;
|
||||
|
||||
/* If we are uploading into FP16 or R11G11B10_FLOAT via a blit, CB clobbers NaNs,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue