Adjust tests according to grammar change

* ConstOffsets now requires ImageGatherExtended
* Int8 does not require Kernel anymore
This commit is contained in:
Lei Zhang 2018-05-10 16:32:13 -04:00
parent 9ec3f81e5c
commit e9cda70261
2 changed files with 2 additions and 3 deletions

View File

@ -348,7 +348,7 @@ INSTANTIATE_TEST_CASE_P(
CASE0(OPTIONAL_IMAGE, ImageOperandsGradMask),
CASE0(OPTIONAL_IMAGE, ImageOperandsConstOffsetMask),
CASE1(OPTIONAL_IMAGE, ImageOperandsOffsetMask, ImageGatherExtended),
CASE0(OPTIONAL_IMAGE, ImageOperandsConstOffsetsMask),
CASE1(OPTIONAL_IMAGE, ImageOperandsConstOffsetsMask, ImageGatherExtended),
CASE0(OPTIONAL_IMAGE, ImageOperandsSampleMask),
CASE1(OPTIONAL_IMAGE, ImageOperandsMinLodMask, MinLod),
// clang-format on
@ -687,7 +687,7 @@ INSTANTIATE_TEST_CASE_P(
CASE1(CAPABILITY, CapabilityImageRect, SampledRect),
CASE1(CAPABILITY, CapabilitySampledRect, Shader),
CASE1(CAPABILITY, CapabilityGenericPointer, Addresses),
CASE1(CAPABILITY, CapabilityInt8, Kernel),
CASE0(CAPABILITY, CapabilityInt8),
CASE1(CAPABILITY, CapabilityInputAttachment, Shader),
CASE1(CAPABILITY, CapabilitySparseResidency, Shader),
CASE1(CAPABILITY, CapabilityMinLod, Shader),

View File

@ -409,7 +409,6 @@ const vector<string>& KernelDependencies() {
"Pipes",
"DeviceEnqueue",
"LiteralSampler",
"Int8",
"SubgroupDispatch",
"NamedBarrier",
"PipeStorage"};