mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add ClearColor allocation support for blitter
Related-To: NEO-5175 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
17051459ea
commit
9bd0c69913
@ -40,3 +40,9 @@ GEN11TEST_F(CommandStreamReceiverHwTestGen11, whenProgrammingMiSemaphoreWaitThen
|
||||
MI_SEMAPHORE_WAIT miSemaphoreWait = FamilyType::cmdInitMiSemaphoreWait;
|
||||
EXPECT_EQ(MI_SEMAPHORE_WAIT::REGISTER_POLL_MODE::REGISTER_POLL_MODE_MEMORY_POLL, miSemaphoreWait.getRegisterPollMode());
|
||||
}
|
||||
|
||||
GEN11TEST_F(CommandStreamReceiverHwTestGen11, givenCommandStreamReceiverWhenGetClearColorAllocationIsCalledThenNothingHappens) {
|
||||
MockCsrHw<FamilyType> commandStreamReceiver(*pDevice->executionEnvironment, pDevice->getRootDeviceIndex(), pDevice->getDeviceBitfield());
|
||||
commandStreamReceiver.getClearColorAllocation();
|
||||
EXPECT_EQ(nullptr, commandStreamReceiver.clearColorAllocation);
|
||||
}
|
||||
|
Reference in New Issue
Block a user