ULT renaming: Gen-specific Sampler tests

Related-To: NEO-2236

Change-Id: Ieea95a0b59c07f1df06b0aec385d7a244325fc52
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-10-14 11:44:03 +02:00
committed by sys_ocldev
parent 39f4d9afc4
commit 43b47b48bf
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ using namespace NEO;
typedef Test<ClDeviceFixture> Gen8SamplerTest;
GEN8TEST_F(Gen8SamplerTest, appendSamplerStateParamsDoesNothing) {
GEN8TEST_F(Gen8SamplerTest, WhenAppendingSamplerStateParamsThenStateIsNotChanged) {
typedef typename FamilyType::SAMPLER_STATE SAMPLER_STATE;
std::unique_ptr<MockContext> context(new MockContext());
std::unique_ptr<SamplerHw<FamilyType>> sampler(new SamplerHw<FamilyType>(context.get(), CL_FALSE, CL_ADDRESS_NONE, CL_FILTER_NEAREST));