Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in QCOM capability #307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading