mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
Remove command queue, completion stamp and device from mem obj
Remove setCompletionStamp function from Surface Change-Id: I25f3040a91892495e55cb4924f1538276de6264e
This commit is contained in:
committed by
sys_ocldev
parent
97b215440a
commit
9ae4f390d1
@@ -56,15 +56,6 @@ HWTEST_F(EnqueueFillBufferCmdTests, bumpsTaskLevel) {
|
||||
EXPECT_GT(pCmdQ->taskLevel, taskLevelBefore);
|
||||
}
|
||||
|
||||
HWTEST_F(EnqueueFillBufferCmdTests, setsBufferCompletionStamp) {
|
||||
EnqueueFillBufferHelper<>::enqueueFillBuffer(pCmdQ, buffer);
|
||||
auto deviceEngineType = pDevice->getEngineType();
|
||||
auto &commandStreamReceiver = pDevice->getCommandStreamReceiver();
|
||||
EXPECT_EQ(commandStreamReceiver.peekTaskCount(), buffer->getCompletionStamp().taskCount);
|
||||
EXPECT_EQ(0u, buffer->getCompletionStamp().deviceOrdinal);
|
||||
EXPECT_EQ(deviceEngineType, buffer->getCompletionStamp().engineType);
|
||||
}
|
||||
|
||||
HWTEST_F(EnqueueFillBufferCmdTests, addsCommands) {
|
||||
auto usedCmdBufferBefore = pCS->getUsed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user