mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add flag forcing 2dimage as array in surface state
Workaround for a hw bug causing invalid texture address request Related-To: NEO-5653 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
723ce5d373
commit
4f71b9ea61
@ -363,4 +363,5 @@ AddStatePrefetchCmdToMemoryPrefetchAPI = -1
|
||||
UpdateCrossThreadDataSize = 0
|
||||
ForceBcsEngineIndex = -1
|
||||
ResolveDependenciesViaPipeControls = -1
|
||||
ExperimentalEnableSourceLevelDebugger = 0
|
||||
ExperimentalEnableSourceLevelDebugger = 0
|
||||
Force2dImageAsArray = -1
|
Reference in New Issue
Block a user