mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ULT renaming: Image Format tests
Related-To: NEO-2236 Change-Id: I3275e7bdadc591f7f27987118c340088b6f0f48d Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
9273a0c532
commit
e6a4aa1216
@ -19,7 +19,7 @@ typedef ::testing::TestWithParam<std::tuple<uint32_t /*channel order*/,
|
||||
bool /*has alpha channel*/>>
|
||||
HasAlphaChannelTest;
|
||||
|
||||
TEST_P(HasAlphaChannelTest, imageFormatHasAlphaChannel) {
|
||||
TEST_P(HasAlphaChannelTest, GivenImageFormatWhenCheckingForAlphaChannelThenReturnCorrectValue) {
|
||||
cl_image_format imageFormat;
|
||||
bool expectedValue;
|
||||
std::tie(imageFormat.image_channel_order, expectedValue) = GetParam();
|
||||
|
Reference in New Issue
Block a user