mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
sys_ocldev

parent
39f4d9afc4
commit
43b47b48bf
@ -16,7 +16,7 @@ using namespace NEO;
|
||||
|
||||
typedef Test<ClDeviceFixture> Gen11SamplerTest;
|
||||
|
||||
GEN11TEST_F(Gen11SamplerTest, appendSamplerStateParamsDoesNothing) {
|
||||
GEN11TEST_F(Gen11SamplerTest, 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));
|
||||
|
@ -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));
|
||||
|
@ -16,7 +16,7 @@ using namespace NEO;
|
||||
|
||||
typedef Test<ClDeviceFixture> Gen9SamplerTest;
|
||||
|
||||
GEN9TEST_F(Gen9SamplerTest, appendSamplerStateParamsDoesNothing) {
|
||||
GEN9TEST_F(Gen9SamplerTest, 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));
|
||||
|
Reference in New Issue
Block a user