@@ -33,76 +33,76 @@ constexpr uint32_t allSupportedCopyEngines[] = {
3333 aub_stream::EngineType::ENGINE_BCS8,
3434};
3535
36- using SingleTilePvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily>;
36+ using OneTilePvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily>;
3737
3838INSTANTIATE_TEST_CASE_P (
3939 MemCopyBcsCmd,
40- SingleTilePvcTests ,
40+ OneTilePvcTests ,
4141 testing::ValuesIn (allSupportedCopyEngines));
4242
43- XE_HPC_CORETEST_P (SingleTilePvcTests , givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolve) {
43+ XE_HPC_CORETEST_P (OneTilePvcTests , givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolve) {
4444 givenNotCompressedBufferWhenBltExecutedThenCompressDataAndResolveImpl<FamilyType>();
4545}
4646
47- XE_HPC_CORETEST_P (SingleTilePvcTests , givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValid) {
47+ XE_HPC_CORETEST_P (OneTilePvcTests , givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValid) {
4848 givenHostPtrWhenBlitCommandToCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
4949}
5050
51- XE_HPC_CORETEST_P (SingleTilePvcTests , givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValid) {
51+ XE_HPC_CORETEST_P (OneTilePvcTests , givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValid) {
5252 givenDstHostPtrWhenBlitCommandFromCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
5353}
5454
55- XE_HPC_CORETEST_P (SingleTilePvcTests , givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
55+ XE_HPC_CORETEST_P (OneTilePvcTests , givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
5656 givenDstHostPtrWhenBlitCommandFromNotCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
5757}
5858
59- XE_HPC_CORETEST_P (SingleTilePvcTests , givenSrcHostPtrWhenBlitCommandToNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
59+ XE_HPC_CORETEST_P (OneTilePvcTests , givenSrcHostPtrWhenBlitCommandToNotCompressedBufferIsDispatchedThenCopiedDataIsValid) {
6060 givenSrcHostPtrWhenBlitCommandToNotCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
6161}
6262
63- XE_HPC_CORETEST_P (SingleTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedFromHostPtrThenDataIsCorrectlyCopied) {
63+ XE_HPC_CORETEST_P (OneTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedFromHostPtrThenDataIsCorrectlyCopied) {
6464 givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedFromHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
6565}
6666
67- XE_HPC_CORETEST_P (SingleTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
67+ XE_HPC_CORETEST_P (OneTilePvcTests , givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
6868 givenBufferWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
6969}
7070
71- XE_HPC_CORETEST_P (SingleTilePvcTests , givenOffsetsWhenBltExecutedThenCopiedDataIsValid) {
71+ XE_HPC_CORETEST_P (OneTilePvcTests , givenOffsetsWhenBltExecutedThenCopiedDataIsValid) {
7272 givenOffsetsWhenBltExecutedThenCopiedDataIsValidImpl<FamilyType>();
7373}
7474
75- XE_HPC_CORETEST_P (SingleTilePvcTests , givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValid) {
75+ XE_HPC_CORETEST_P (OneTilePvcTests , givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValid) {
7676 givenSrcCompressedBufferWhenBlitCommandToDstCompressedBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
7777}
7878
79- XE_HPC_CORETEST_P (SingleTilePvcTests , givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompress) {
79+ XE_HPC_CORETEST_P (OneTilePvcTests , givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompress) {
8080 givenCompressedBufferWhenAuxTranslationCalledThenResolveAndCompressImpl<FamilyType>();
8181}
8282
83- XE_HPC_CORETEST_P (SingleTilePvcTests , givenCopyBufferRectWithBigSizesWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
83+ XE_HPC_CORETEST_P (OneTilePvcTests , givenCopyBufferRectWithBigSizesWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
8484 givenCopyBufferRectWithBigSizesWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
8585}
8686
87- using SingleTileSystemMemoryPvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily, false >;
87+ using OneTileSystemMemoryPvcTests = CopyEnginesPvcFixture<1 , XE_HPC_COREFamily, false >;
8888
8989INSTANTIATE_TEST_CASE_P (
9090 MemCopyBcsCmd,
91- SingleTileSystemMemoryPvcTests ,
91+ OneTileSystemMemoryPvcTests ,
9292 testing::ValuesIn (allSupportedCopyEngines));
9393
94- XE_HPC_CORETEST_P (SingleTileSystemMemoryPvcTests , givenSrcSystemBufferWhenBlitCommandToDstSystemBufferIsDispatchedThenCopiedDataIsValid) {
94+ XE_HPC_CORETEST_P (OneTileSystemMemoryPvcTests , givenSrcSystemBufferWhenBlitCommandToDstSystemBufferIsDispatchedThenCopiedDataIsValid) {
9595 givenSrcSystemBufferWhenBlitCommandToDstSystemBufferIsDispatchedThenCopiedDataIsValidImpl<FamilyType>();
9696}
9797
98- XE_HPC_CORETEST_P (SingleTilePvcTests , givenReadBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
98+ XE_HPC_CORETEST_P (OneTilePvcTests , givenReadBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
9999 givenReadBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
100100}
101101
102- XE_HPC_CORETEST_P (SingleTilePvcTests , givenWriteBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
102+ XE_HPC_CORETEST_P (OneTilePvcTests , givenWriteBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
103103 givenWriteBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
104104}
105105
106- XE_HPC_CORETEST_P (SingleTilePvcTests , givenCopyBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
106+ XE_HPC_CORETEST_P (OneTilePvcTests , givenCopyBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopied) {
107107 givenCopyBufferRectWithOffsetWhenHostPtrBlitCommandIsDispatchedToHostPtrThenDataIsCorrectlyCopiedImpl<FamilyType>();
108108}
0 commit comments