clover/nir: Set constant buffer pointer size to host
The `argument::size` is supposed to represent the size of a pointer on the host and not on the device (for which argument::target_size` exists). v3: Use `sizeof(buf)` instead of `marg.size`. (Francisco Jerez) Fixes: 7c6f1d3b ("clover/nir: extract constant buffer into its own section") Reviewed-by:Francisco Jerez <currojerez@riseup.net> Signed-off-by:
Pierre Moreau <dev@pmoreau.org> Part-of: <!10256>