mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Add flag to control Binding Table Base Address programming
Related-To: NEO-2747 Change-Id: I30b52875f37b4f75a0b63eb199fc388d1e495dec Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
a6aac141d1
commit
20e0d8c7ab
@@ -223,6 +223,7 @@ GraphicsAllocation *CommandStreamReceiver::getScratchAllocation() {
|
||||
void CommandStreamReceiver::initProgrammingFlags() {
|
||||
isPreambleSent = false;
|
||||
GSBAFor32BitProgrammed = false;
|
||||
bindingTableBaseAddressRequired = true;
|
||||
mediaVfeStateDirty = true;
|
||||
lastVmeSubslicesConfig = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user