Skip to content

Commit 050223a

Browse files
fftzenggfxbot
authored andcommitted
Enable dot(N,L) early out for PS
Change-Id: I00552ed7a41beb731753a07e4ff6f6b59fd4e1d3
1 parent e05ff43 commit 050223a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ DECLARE_IGC_REGKEY(bool, EnablePreRARematFlag, true, "Enable PreRA Rem
223223
DECLARE_IGC_REGKEY(bool, EnableGASResolver, true, "Enable GAS Resolver")
224224
DECLARE_IGC_REGKEY(bool, DisableRecompilation, false, "Disable recompilation")
225225
DECLARE_IGC_REGKEY(bool, DisableEarlyOutPatterns, false, "Disable optimization trying to create an early out after sampleC messages")
226-
DECLARE_IGC_REGKEY(DWORD, EarlyOutPatternSelectPS, 0x7, "Each bit selects a pattern match to enable/disable.")
226+
DECLARE_IGC_REGKEY(DWORD, EarlyOutPatternSelectPS, 0xf, "Each bit selects a pattern match to enable/disable.")
227227
DECLARE_IGC_REGKEY(DWORD, EarlyOutPatternSelectCS, 0x8, "Each bit selects a pattern match to enable/disable.")
228228
DECLARE_IGC_REGKEY(bool, EnableReasso, false, "Enable reassociation")
229229
DECLARE_IGC_REGKEY(bool, EnableOCLScratchPrivateMemory, true, "Enable the use of scratch space for private memory [OCL only]")

0 commit comments

Comments
 (0)