mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
FlushSpecificCache equivalent in value: dcFlushEnable 0b000000000001 renderTargetCacheFlushEnable 0b000000000010 instructionCacheInvalidateEnable 0b000000000100 textureCacheInvalidationEnable 0b000000001000 pipeControlFlushEnable 0b000000010000 vfCacheInvalidationEnable 0b000000100000 constantCacheInvalidationEnable 0b000001000000 stateCacheInvalidationEnable 0b000010000000 tlbInvalidation 0b000100000000 hdcPipelineFlush 0b001000000000 unTypedDataPortCacheFlush 0b010000000000 compressionControlSurfaceCcsFlush 0b100000000000 Setting multiple cache at once for example: constantCacheInvalidationEnable textureCacheInvalidationEnable vfCacheInvalidationEnable 0b000001101000 Related-To: NEO-6049 Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>