@@ -33,76 +33,76 @@ constexpr uint32_t allSupportedCopyEngines[] = {
33
33
aub_stream::EngineType::ENGINE_BCS8,
34
34
};
35
35
36
- using SingleTilePvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily>;
36
+ using OneTilePvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily>;
37
37
38
38
INSTANTIATE_TEST_CASE_P (
39
39
MemCopyBcsCmd,
40
- SingleTilePvcTests ,
40
+ OneTilePvcTests ,
41
41
testing::ValuesIn (allSupportedCopyEngines));
42
42
43
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolve) {
43
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolve) {
44
44
givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolveImpl<FamilyType>();
45
45
}
46
46
47
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValid) {
47
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValid) {
48
48
givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
49
49
}
50
50
51
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValid) {
51
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValid) {
52
52
givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
53
53
}
54
54
55
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
55
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
56
56
givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
57
57
}
58
58
59
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenSrcHostPtrWhenBlitCommandToNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
59
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenSrcHostPtrWhenBlitCommandToNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
60
60
givenSrcHostPtrWhenBlitCommandToNotCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
61
61
}
62
62
63
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedFromHostPtrThenDataIsCorrectlyCopied) {
63
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedFromHostPtrThenDataIsCorrectlyCopied) {
64
64
givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedFromHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
65
65
}
66
66
67
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
67
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
68
68
givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
69
69
}
70
70
71
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenOffsetsWhenBltExecutedThenCopiedDataIsValid) {
71
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenOffsetsWhenBltExecutedThenCopiedDataIsValid) {
72
72
givenOffsetsWhenBltExecutedThenCopiedDataIsValidImpl<FamilyType>();
73
73
}
74
74
75
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValid) {
75
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValid) {
76
76
givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
77
77
}
78
78
79
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompress) {
79
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompress) {
80
80
givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompressImpl<FamilyType>();
81
81
}
82
82
83
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenCopyBufferRectWithBigSizesWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
83
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenCopyBufferRectWithBigSizesWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
84
84
givenCopyBufferRectWithBigSizesWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
85
85
}
86
86
87
- using SingleTileSystemMemoryPvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily, false >;
87
+ using OneTileSystemMemoryPvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily, false >;
88
88
89
89
INSTANTIATE_TEST_CASE_P (
90
90
MemCopyBcsCmd,
91
- SingleTileSystemMemoryPvcTests ,
91
+ OneTileSystemMemoryPvcTests ,
92
92
testing::ValuesIn (allSupportedCopyEngines));
93
93
94
- XE_HPC_CORETEST_P (SingleTileSystemMemoryPvcTests , givenSrcSystemBufferWhenBlitCommandToDstSystemBufferIsDispatchedThenCopiedDataIsValid) {
94
+ XE_HPC_CORETEST_P (OneTileSystemMemoryPvcTests , givenSrcSystemBufferWhenBlitCommandToDstSystemBufferIsDispatchedThenCopiedDataIsValid) {
95
95
givenSrcSystemBufferWhenBlitCommandToDstSystemBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
96
96
}
97
97
98
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenReadBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
98
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenReadBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
99
99
givenReadBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
100
100
}
101
101
102
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenWriteBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
102
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenWriteBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
103
103
givenWriteBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
104
104
}
105
105
106
- XE_HPC_CORETEST_P (SingleTilePvcTests , givenCopyBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
106
+ XE_HPC_CORETEST_P (OneTilePvcTests , givenCopyBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
107
107
givenCopyBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
108
108
}
0 commit comments