mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 09:00:37 +02:00
freedreno: Disable supports_double_threadsize for gen8
Gone is thread128. Instead the hw can co-dispatch thread64. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39167>
This commit is contained in:
parent
7958a19ee9
commit
eb43e95d61
1 changed files with 1 additions and 0 deletions
|
|
@ -1437,6 +1437,7 @@ a8xx_base = GPUProps(
|
|||
has_dp2acc = False,
|
||||
reg_size_vec4 = 96,
|
||||
has_rt_workaround = False,
|
||||
supports_double_threadsize = False
|
||||
)
|
||||
|
||||
a8xx_gen2 = GPUProps(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue