mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
ULT renaming: Fill buffer event tests
Related-To: NEO-2236 Change-Id: Ie80f14033ccdbde6e349cba03b4032edaee3fee0 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
f124d8128b
commit
a7daa599fd
@@ -27,7 +27,7 @@ struct FillBufferEventTests : public EnqueueFillBufferFixture,
|
||||
}
|
||||
};
|
||||
|
||||
HWTEST_F(FillBufferEventTests, eventShouldBeReturned) {
|
||||
HWTEST_F(FillBufferEventTests, WhenEnqueingFillBufferThenEventHasCorrectCommandType) {
|
||||
float pattern[] = {1.0f};
|
||||
size_t patternSize = sizeof(pattern);
|
||||
size_t offset = 0;
|
||||
@@ -64,7 +64,7 @@ HWTEST_F(FillBufferEventTests, eventShouldBeReturned) {
|
||||
delete pEvent;
|
||||
}
|
||||
|
||||
HWTEST_F(FillBufferEventTests, eventReturnedShouldBeMaxOfInputEventsAndCmdQPlus1) {
|
||||
HWTEST_F(FillBufferEventTests, GivenMultipleEventsWhenEnqueingFillBufferThenReturnedEventShouldBeMaxOfInputEventsAndCmdQPlus1) {
|
||||
uint32_t taskLevelCmdQ = 17;
|
||||
pCmdQ->taskLevel = taskLevelCmdQ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user