Correct binding table prefetch

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
Related-To: NEO-6075

Binding table entry count was zeroed even when
ForceBtpPrefetchMode debug flag was enabled
This commit is contained in:
Kamil Kopryk
2022-09-13 12:47:58 +00:00
committed by Compute-Runtime-Automation
parent 88fe22fc49
commit 410fd7d909
9 changed files with 42 additions and 34 deletions

View File

@@ -628,7 +628,7 @@ size_t EncodeMiFlushDW<Family>::getMiFlushDwWaSize() {
}
template <typename Family>
bool EncodeSurfaceState<Family>::doBindingTablePrefetch() {
bool EncodeSurfaceState<Family>::isBindingTablePrefetchPreferred() {
return false;
}