broadcom/compiler: allow ldunifa with read-only SSBOs
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14830>
This commit is contained in:

committed by
Marge Bot

parent
0a8449b07c
commit
7561ea8fa1
@@ -720,6 +720,7 @@ struct v3d_compile {
|
||||
struct qblock *current_unifa_block;
|
||||
int32_t current_unifa_index;
|
||||
uint32_t current_unifa_offset;
|
||||
bool current_unifa_is_ubo;
|
||||
|
||||
/* State for whether we're executing on each channel currently. 0 if
|
||||
* yes, otherwise a block number + 1 that the channel jumped to.
|
||||
|
Reference in New Issue
Block a user