mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
Remove constant cache invalidation from Gen12LP
Change-Id: Ia63bd0296689c3f059f1debfdffdbca3e041e3c3 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
80b7e1ef46
commit
052271c458
@@ -116,7 +116,6 @@ HWTEST_F(RenderDispatcheTest, givenRenderWhenAddingCacheFlushCmdThenExpectPipeCo
|
||||
pipeControl->getInstructionCacheInvalidateEnable() &&
|
||||
pipeControl->getTextureCacheInvalidationEnable() &&
|
||||
pipeControl->getPipeControlFlushEnable() &&
|
||||
pipeControl->getConstantCacheInvalidationEnable() &&
|
||||
pipeControl->getStateCacheInvalidationEnable();
|
||||
if (foundCacheFlush) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user