agx: Lower UBOs in NIR
Simpler than lowering in the backend and makes the sysvals obvious in the NIR. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19996>
This commit is contained in:

committed by
Marge Bot

parent
6b4ed663a8
commit
fb49715a2c
@@ -809,6 +809,7 @@ bool agx_lower_resinfo(nir_shader *s);
|
||||
bool agx_nir_lower_array_texture(nir_shader *s);
|
||||
bool agx_nir_opt_preamble(nir_shader *s, unsigned *preamble_size);
|
||||
bool agx_nir_lower_load_mask(nir_shader *shader);
|
||||
bool agx_nir_lower_ubo(nir_shader *shader);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern C */
|
||||
|
Reference in New Issue
Block a user