mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
ULT renaming: Create Sampler tests
Related-To: NEO-2236 Change-Id: I028ad25c276c8654671c875f68f3aec495a9fda9 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ba33e1f30b
commit
4ec90b2a56
@@ -38,7 +38,7 @@ struct CreateSampler : public ::testing::TestWithParam<
|
||||
cl_filter_mode filterMode;
|
||||
};
|
||||
|
||||
TEST_P(CreateSampler, shouldReturnSuccess) {
|
||||
TEST_P(CreateSampler, WhenSamplerIsCreatedThenSuccessIsReturned) {
|
||||
auto sampler = Sampler::create(
|
||||
context,
|
||||
normalizedCoords,
|
||||
@@ -50,7 +50,7 @@ TEST_P(CreateSampler, shouldReturnSuccess) {
|
||||
delete sampler;
|
||||
}
|
||||
|
||||
TEST_P(CreateSampler, shouldPropagateSamplerState) {
|
||||
TEST_P(CreateSampler, GivenModeWhenSamplerIsCreatedThenParamsAreSetCorrectly) {
|
||||
auto sampler = new MockSampler(
|
||||
context,
|
||||
normalizedCoords,
|
||||
|
||||
Reference in New Issue
Block a user