turnip: Drop redefinition of VALIDREG now that it's in ir3.h.
Fixes: 937b905569 ("freedreno/ir3: fix neverball assert in case of unused VS inputs")
Reviewed-by: Jonathan Marek <jonathan@marek.ca>
This commit is contained in:
@@ -675,9 +675,6 @@ tu6_emit_vpc_varying_modes(struct tu_cs *cs,
|
||||
tu_cs_emit_array(cs, ps_repl_modes, 8);
|
||||
}
|
||||
|
||||
#define VALIDREG(r) ((r) != regid(63,0))
|
||||
#define CONDREG(r, val) COND(VALIDREG(r), (val))
|
||||
|
||||
static void
|
||||
tu6_emit_fs_inputs(struct tu_cs *cs, const struct ir3_shader_variant *fs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user