mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
radeonsi: fix trivial warning
Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
88b20d5834
commit
a212483437
1 changed files with 0 additions and 1 deletions
|
|
@ -478,7 +478,6 @@ static void si_llvm_init_export_args(struct lp_build_tgsi_context *bld_base,
|
|||
int cbuf = target - V_008DFC_SQ_EXP_MRT;
|
||||
|
||||
if (cbuf >= 0 && cbuf < 8) {
|
||||
struct r600_context *rctx = si_shader_ctx->rctx;
|
||||
compressed = (si_shader_ctx->key.export_16bpc >> cbuf) & 0x1;
|
||||
|
||||
if (compressed)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue