diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json index 362d0fb20..d7b9cba99 100644 --- a/include/spirv/unified1/spirv.core.grammar.json +++ b/include/spirv/unified1/spirv.core.grammar.json @@ -4603,7 +4603,7 @@ { "kind" : "IdRef", "name" : "'Coordinates'" }, { "kind" : "IdRef", "name" : "'Weights'" } ], - "extensions" : [ "SPV_QCOM_image_processing" ], + "capabilities" : [ "TextureSampleWeightedQCOM" ], "version" : "None" }, { @@ -4617,7 +4617,7 @@ { "kind" : "IdRef", "name" : "'Coordinates'" }, { "kind" : "IdRef", "name" : "'Box Size'" } ], - "extensions" : [ "SPV_QCOM_image_processing" ], + "capabilities" : [ "TextureBoxFilterQCOM" ], "version" : "None" }, { @@ -4633,7 +4633,7 @@ { "kind" : "IdRef", "name" : "'Reference Coordinates'" }, { "kind" : "IdRef", "name" : "'Block Size'" } ], - "extensions" : [ "SPV_QCOM_image_processing" ], + "capabilities" : [ "TextureBlockMatchQCOM" ], "version" : "None" }, {