Skip to content

Commit

Permalink
Fix typo in QCOM capability (#307)
Browse files Browse the repository at this point in the history
pick the spelling that is used in the headers.
  • Loading branch information
dgkoch authored Jan 15, 2025
1 parent e11bfeb commit 391303b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions extensions/QCOM/SPV_QCOM_image_processing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ New Capabilities
This extension introduces new capabilities:

----
TextureWeightedSampleQCOM
TextureSampleWeightedQCOM
TextureBoxFilterQCOM
TextureBlockMatchQCOM
----
Expand All @@ -89,7 +89,7 @@ BlockMatchTextureQCOM
New Instructions
----------------

Instruction added under the *TextureWeightedSampleQCOM* capability:
Instruction added under the *TextureSampleWeightedQCOM* capability:

----
OpImageSampleWeightedQCOM
Expand Down Expand Up @@ -119,7 +119,7 @@ Modify Section 3.31, "Capability", adding these rows to the Capability table:
[options="header"]
|====
2+^| Capability ^| Implicitly declares
| 4484 | *TextureWeightedSampleQCOM* +
| 4484 | *TextureSampleWeightedQCOM* +
Add weighted sample operation. |
| 4485 | *TextureBoxFilterQCOM* +
Add box filter operation. |
Expand All @@ -139,7 +139,7 @@ Modify Section 3.20, "Decoration", adding the following rows to the Decoration t
2+^| Decoration 2+^| Extra Operands ^| Enabling Capabilities
| 4487 | *WeightTextureQCOM* +
Apply to a texture used as 'Weight Image' in OpImageSampleWeightedQCOM. Behavior is defined by the runtime environment.
2+| | *TextureWeightedSampleQCOM*
2+| | *TextureSampleWeightedQCOM*
| 4488 | *BlockMatchTextureQCOM* +
Apply to textures used as 'Target Sampled Image' and 'Reference Sampled Image' in OpImageBlockMatchSSDQCOM/OpImageBlockMatchSADQCOM. +
Behavior is defined by the runtime environment.
Expand Down
8 changes: 4 additions & 4 deletions extensions/QCOM/SPV_QCOM_image_processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2 id="_new_capabilities">New Capabilities</h2>
</div>
<div class="listingblock">
<div class="content">
<pre>TextureWeightedSampleQCOM
<pre>TextureSampleWeightedQCOM
TextureBoxFilterQCOM
TextureBlockMatchQCOM</pre>
</div>
Expand All @@ -197,7 +197,7 @@ <h2 id="_new_decorations">New Decorations</h2>
<h2 id="_new_instructions">New Instructions</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Instruction added under the <strong>TextureWeightedSampleQCOM</strong> capability:</p>
<p>Instruction added under the <strong>TextureSampleWeightedQCOM</strong> capability:</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down Expand Up @@ -248,7 +248,7 @@ <h3 id="_capabilities">Capabilities</h3>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">4484</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>TextureWeightedSampleQCOM</strong><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>TextureSampleWeightedQCOM</strong><br>
Add weighted sample operation.</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
Expand Down Expand Up @@ -297,7 +297,7 @@ <h3 id="_decorations">Decorations</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>WeightTextureQCOM</strong><br>
Apply to a texture used as <em>Weight Image</em> in OpImageSampleWeightedQCOM. Behavior is defined by the runtime environment.</p></td>
<td class="tableblock halign-left valign-top" colspan="2"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>TextureWeightedSampleQCOM</strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>TextureSampleWeightedQCOM</strong></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">4488</p></td>
Expand Down

0 comments on commit 391303b

Please sign in to comment.