mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-14 10:20:19 +00:00
Adjust tests according to grammar change
* ConstOffsets now requires ImageGatherExtended * Int8 does not require Kernel anymore
This commit is contained in:
parent
9ec3f81e5c
commit
e9cda70261
@ -348,7 +348,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||||||
CASE0(OPTIONAL_IMAGE, ImageOperandsGradMask),
|
CASE0(OPTIONAL_IMAGE, ImageOperandsGradMask),
|
||||||
CASE0(OPTIONAL_IMAGE, ImageOperandsConstOffsetMask),
|
CASE0(OPTIONAL_IMAGE, ImageOperandsConstOffsetMask),
|
||||||
CASE1(OPTIONAL_IMAGE, ImageOperandsOffsetMask, ImageGatherExtended),
|
CASE1(OPTIONAL_IMAGE, ImageOperandsOffsetMask, ImageGatherExtended),
|
||||||
CASE0(OPTIONAL_IMAGE, ImageOperandsConstOffsetsMask),
|
CASE1(OPTIONAL_IMAGE, ImageOperandsConstOffsetsMask, ImageGatherExtended),
|
||||||
CASE0(OPTIONAL_IMAGE, ImageOperandsSampleMask),
|
CASE0(OPTIONAL_IMAGE, ImageOperandsSampleMask),
|
||||||
CASE1(OPTIONAL_IMAGE, ImageOperandsMinLodMask, MinLod),
|
CASE1(OPTIONAL_IMAGE, ImageOperandsMinLodMask, MinLod),
|
||||||
// clang-format on
|
// clang-format on
|
||||||
@ -687,7 +687,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||||||
CASE1(CAPABILITY, CapabilityImageRect, SampledRect),
|
CASE1(CAPABILITY, CapabilityImageRect, SampledRect),
|
||||||
CASE1(CAPABILITY, CapabilitySampledRect, Shader),
|
CASE1(CAPABILITY, CapabilitySampledRect, Shader),
|
||||||
CASE1(CAPABILITY, CapabilityGenericPointer, Addresses),
|
CASE1(CAPABILITY, CapabilityGenericPointer, Addresses),
|
||||||
CASE1(CAPABILITY, CapabilityInt8, Kernel),
|
CASE0(CAPABILITY, CapabilityInt8),
|
||||||
CASE1(CAPABILITY, CapabilityInputAttachment, Shader),
|
CASE1(CAPABILITY, CapabilityInputAttachment, Shader),
|
||||||
CASE1(CAPABILITY, CapabilitySparseResidency, Shader),
|
CASE1(CAPABILITY, CapabilitySparseResidency, Shader),
|
||||||
CASE1(CAPABILITY, CapabilityMinLod, Shader),
|
CASE1(CAPABILITY, CapabilityMinLod, Shader),
|
||||||
|
@ -409,7 +409,6 @@ const vector<string>& KernelDependencies() {
|
|||||||
"Pipes",
|
"Pipes",
|
||||||
"DeviceEnqueue",
|
"DeviceEnqueue",
|
||||||
"LiteralSampler",
|
"LiteralSampler",
|
||||||
"Int8",
|
|
||||||
"SubgroupDispatch",
|
"SubgroupDispatch",
|
||||||
"NamedBarrier",
|
"NamedBarrier",
|
||||||
"PipeStorage"};
|
"PipeStorage"};
|
||||||
|
Loading…
Reference in New Issue
Block a user