mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
docs: Add INTEL_DEBUG_BKP_BEFORE/AFTER_DISPATCH_COUNT
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35353>
This commit is contained in:
parent
29fc96cb80
commit
c89d788ffb
1 changed files with 4 additions and 0 deletions
|
|
@ -535,6 +535,10 @@ Intel driver environment variables
|
||||||
use color in output
|
use color in output
|
||||||
``cs``
|
``cs``
|
||||||
dump shader assembly for compute shaders
|
dump shader assembly for compute shaders
|
||||||
|
``dispatch_bkp``
|
||||||
|
Add semaphore wait before/after dispatch call count.
|
||||||
|
``INTEL_DEBUG_BKP_BEFORE_DISPATCH_COUNT`` or
|
||||||
|
``INTEL_DEBUG_BKP_AFTER_DISPATCH_COUNT`` can control dispatch call number.
|
||||||
``do32``
|
``do32``
|
||||||
generate compute shader SIMD32 programs even if workgroup size
|
generate compute shader SIMD32 programs even if workgroup size
|
||||||
doesn't exceed the SIMD16 limit
|
doesn't exceed the SIMD16 limit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue