mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
libagx: add missing agx_vdm_return
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32759>
This commit is contained in:
parent
b6dbfe822b
commit
e110b8f2c9
1 changed files with 10 additions and 0 deletions
|
|
@ -301,6 +301,16 @@ agx_cdm_barrier(GLOBAL uint32_t *out, enum agx_chip chip)
|
|||
return out;
|
||||
}
|
||||
|
||||
static inline GLOBAL uint32_t *
|
||||
agx_vdm_return(GLOBAL uint32_t *out)
|
||||
{
|
||||
agx_push(out, VDM_BARRIER, cfg) {
|
||||
cfg.returns = true;
|
||||
}
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
static inline GLOBAL uint32_t *
|
||||
agx_cdm_return(GLOBAL uint32_t *out)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue