mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-25 09:20:30 +01:00
v3d: the ldtlbu signal reads an implicit uniform
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
271bc8acfb
commit
08f4dc3adc
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ reads_uniform(const struct v3d_device_info *devinfo, uint64_t instruction)
|
|||
|
||||
if (qpu.sig.ldunif ||
|
||||
qpu.sig.ldunifrf ||
|
||||
qpu.sig.ldtlbu ||
|
||||
qpu.sig.wrtmuc) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue