agx: implement quad_ballot
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
committed by
Marge Bot
parent
8a656b29f3
commit
7aa17a122f
@@ -1535,6 +1535,10 @@ agx_emit_intrinsic(agx_builder *b, nir_intrinsic_instr *instr)
|
||||
return agx_ballot_to(b, dst, agx_src_index(&instr->src[0]));
|
||||
}
|
||||
|
||||
case nir_intrinsic_quad_ballot_agx: {
|
||||
return agx_quad_ballot_to(b, dst, agx_src_index(&instr->src[0]));
|
||||
}
|
||||
|
||||
case nir_intrinsic_doorbell_agx: {
|
||||
return agx_doorbell(b, nir_src_as_uint(instr->src[0]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user