mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-26 01:31:06 +00:00
Assembler support for new capabilities in Rev32
This commit is contained in:
parent
8576c9c327
commit
c66f5074e2
@ -1306,6 +1306,24 @@ static const spv_operand_desc_t capabilityInfoEntries[] = {
|
||||
CASE(CullDistance),
|
||||
CASE(ImageCubeArray),
|
||||
CASE(SampleRateShading),
|
||||
CASE(ImageRect),
|
||||
CASE(SampledRect),
|
||||
CASE(GenericPointer),
|
||||
CASE(Int8),
|
||||
CASE(InputTarget),
|
||||
CASE(SparseResidency),
|
||||
CASE(MinLod),
|
||||
CASE(Sampled1D),
|
||||
CASE(Image1D),
|
||||
CASE(SampledCubeArray),
|
||||
CASE(SampledBuffer),
|
||||
CASE(ImageBuffer),
|
||||
CASE(ImageMSArray),
|
||||
CASE(AdvancedFormats),
|
||||
CASE(ImageQuery),
|
||||
CASE(DerivativeControl),
|
||||
CASE(InterpolationFunction),
|
||||
CASE(TransformFeedback),
|
||||
#undef CASE
|
||||
};
|
||||
|
||||
|
@ -249,6 +249,24 @@ INSTANTIATE_TEST_CASE_P(TextToBinaryCapability, OpCapabilityTest,
|
||||
CASE(CullDistance),
|
||||
CASE(ImageCubeArray),
|
||||
CASE(SampleRateShading),
|
||||
CASE(ImageRect),
|
||||
CASE(SampledRect),
|
||||
CASE(GenericPointer),
|
||||
CASE(Int8),
|
||||
CASE(InputTarget),
|
||||
CASE(SparseResidency),
|
||||
CASE(MinLod),
|
||||
CASE(Sampled1D),
|
||||
CASE(Image1D),
|
||||
CASE(SampledCubeArray),
|
||||
CASE(SampledBuffer),
|
||||
CASE(ImageBuffer),
|
||||
CASE(ImageMSArray),
|
||||
CASE(AdvancedFormats),
|
||||
CASE(ImageQuery),
|
||||
CASE(DerivativeControl),
|
||||
CASE(InterpolationFunction),
|
||||
CASE(TransformFeedback),
|
||||
}));
|
||||
#undef CASE
|
||||
// clang-format on
|
||||
|
Loading…
Reference in New Issue
Block a user