nir: allow passing alpha-ref state to lowering-code
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -846,7 +846,7 @@ v3d_nir_lower_fs_late(struct v3d_compile *c)
|
||||
if (c->fs_key->alpha_test) {
|
||||
NIR_PASS_V(c->s, nir_lower_alpha_test,
|
||||
c->fs_key->alpha_test_func,
|
||||
false);
|
||||
false, NULL);
|
||||
}
|
||||
|
||||
if (c->key->ucp_enables)
|
||||
|
||||
Reference in New Issue
Block a user