mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Change namespace from OCLRT to NEO
Change-Id: If965c79d70392db26597aea4c2f3b7ae2820fe96 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user