summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_extensions.c
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2019-10-24 11:55:23 -0700
committerEric Engestrom <eric@engestrom.ch>2020-03-06 22:59:30 +0100
commit8e986a28fabafefd48b182a1e82990dd11536295 (patch)
treed65c399316fe975bb14a77ce3dc7ec90550cbd62 /src/mesa/state_tracker/st_extensions.c
parent0bea36c204b78198ea613adb147527c6fa231ae3 (diff)
downloadmesa-8e986a28fabafefd48b182a1e82990dd11536295.tar.gz
intel/compiler: Restrict cs_threads to 64
Our current GPGPU_WALKER code only supports up to 64 threads. On HSW we could use up to 70 and TGL up to 112, but only if the walker is adjusted so the width does not exceed 64. Work to support this is in progress. Previous to this change, we might try to downgrade to SIMD8 if the SIMD16 shader spilled. Since HSW and TGL have the max number of threads above 64, we would then try to emit an invalid GPGPU walker command. Fixes: 932045061b5 ("i965/cs: Emit compute shader code and upload programs") Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Tested-by: Paulo Zanoni <paulo.r.zanoni@intel.com> (cherry picked from commit cf12faef614ab7cd9996410f1d161558a3853936)
Diffstat (limited to 'src/mesa/state_tracker/st_extensions.c')
0 files changed, 0 insertions, 0 deletions