Home
last modified time | relevance | path

Searched refs:secondCmdBufferAllocation (Results 1 – 1 of 1) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_container/
H A Dcommand_container_tests.cpp658 auto secondCmdBufferAllocation = stream->getGraphicsAllocation(); in TEST_F() local
659 ASSERT_NE(nullptr, secondCmdBufferAllocation); in TEST_F()
660 EXPECT_NE(firstCmdBufferAllocation, secondCmdBufferAllocation); in TEST_F()
662 EXPECT_EQ(secondCmdBufferCpuPointer, secondCmdBufferAllocation->getUnderlyingBuffer()); in TEST_F()