diff options
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 3f29e326cd6..6f850bf29fb 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -524,15 +524,6 @@ This instruction replicates its result. dst.w = (src0.w != src1.w) ? 1.0F : 0.0F -.. opcode:: STR - Set On True - -This instruction replicates its result. - -.. math:: - - dst = 1.0F - - .. opcode:: TEX - Texture Lookup for array textures src0.y contains the slice for 1D, |