mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
ir3: remove unused ir3_context::has_relative_load_const_ir3
Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40929>
This commit is contained in:
parent
86f3c0c4c2
commit
c7e7d68912
2 changed files with 0 additions and 4 deletions
|
|
@ -2851,8 +2851,6 @@ emit_intrinsic(struct ir3_context *ctx, nir_intrinsic_instr *intr)
|
|||
if (ctx->compiler->info->props.has_scalar_alu && !intr->def.divergent)
|
||||
dst[i]->dsts[0]->flags |= IR3_REG_SHARED;
|
||||
}
|
||||
|
||||
ctx->has_relative_load_const_ir3 = true;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
|
|
@ -136,8 +136,6 @@ struct ir3_context {
|
|||
|
||||
unsigned prefetch_limit;
|
||||
|
||||
bool has_relative_load_const_ir3;
|
||||
|
||||
/* set if we encounter something we can't handle yet, so we
|
||||
* can bail cleanly and fallback to TGSI compiler f/e
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue