agx: Constify agx_{read,write}_registers
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22353>
This commit is contained in:

committed by
Marge Bot

parent
da9c8a4627
commit
c643f42dc6
@@ -772,8 +772,8 @@ agx_validate(UNUSED agx_context *ctx, UNUSED const char *after_str)
|
||||
}
|
||||
#endif
|
||||
|
||||
unsigned agx_read_registers(agx_instr *I, unsigned s);
|
||||
unsigned agx_write_registers(agx_instr *I, unsigned d);
|
||||
unsigned agx_read_registers(const agx_instr *I, unsigned s);
|
||||
unsigned agx_write_registers(const agx_instr *I, unsigned d);
|
||||
bool agx_allows_16bit_immediate(agx_instr *I);
|
||||
|
||||
struct agx_copy {
|
||||
|
Reference in New Issue
Block a user