mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01:00
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:
parent
8a656b29f3
commit
7aa17a122f
1 changed files with 4 additions and 0 deletions
|
|
@ -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]));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue