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:
Marek Olšák 2022-04-24 04:17:42 -04:00
parent 8890cb2a99
commit 350bdda83d
1 changed files with 2 additions and 1 deletions

View File

@ -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,