Change namespace from OCLRT to NEO

Change-Id: If965c79d70392db26597aea4c2f3b7ae2820fe96
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2019-03-26 11:59:46 +01:00
parent 31e6005fa3
commit 9e52684f5b
1567 changed files with 3459 additions and 4009 deletions

View File

@ -20,7 +20,7 @@
#include "unit_tests/mocks/mock_d3d_objects.h"
#include "unit_tests/mocks/mock_gmm.h"
namespace OCLRT {
namespace NEO {
template <>
uint32_t MockD3DSharingFunctions<D3DTypesHelper::D3D9>::getDxgiDescCalled = 0;
template <>
@ -1056,4 +1056,4 @@ TEST_P(D3D9ImageFormatTests, validFormat) {
EXPECT_EQ(imgFormat.image_channel_order, expectedClChannelOrder);
EXPECT_TRUE(oclPlane == expectedOclPlane);
}
} // namespace OCLRT
} // namespace NEO

View File

@ -28,7 +28,7 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
namespace OCLRT {
namespace NEO {
template <>
uint32_t MockD3DSharingFunctions<D3DTypesHelper::D3D10>::getDxgiDescCalled = 0;
template <>
@ -1708,4 +1708,4 @@ TEST_F(clIntelSharingFormatQueryDX11, givenValidParametersWhenRequestedDX11Textu
ASSERT_EQ(memcmp(&retrievedFormats[0], &formatsRetrievedForTheSecondTime[0], numImageFormats * sizeof(DXGI_FORMAT)), 0);
}
} // namespace OCLRT
} // namespace NEO