summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYaxun (Sam) Liu <yaxun.liu@amd.com>2016-03-29 11:26:16 -0400
committerYaxun (Sam) Liu <yaxun.liu@amd.com>2016-03-29 11:26:16 -0400
commit28d0a78d22c461681dd33c75dc3753a38474156f (patch)
tree845daa4526f400702236565e1c80d947c8cdd162 /docs
parentfe13ea57f496a51b66022124eb3fb4fdded85560 (diff)
Add sampler type to SPIR-V friendly LLVM format.
The representation of sampler constant will be determined later.
Diffstat (limited to 'docs')
-rw-r--r--docs/SPIRVRepresentationInLLVM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SPIRVRepresentationInLLVM.rst b/docs/SPIRVRepresentationInLLVM.rst
index 0dd0496..8e101dd 100644
--- a/docs/SPIRVRepresentationInLLVM.rst
+++ b/docs/SPIRVRepresentationInLLVM.rst
@@ -67,6 +67,7 @@ Other SPIR-V Types
* OpTypeDeviceEvent
* OpTypeReserveId
* OpTypeQueue
+* OpTypeSampler
The above SPIR-V types are mapped to LLVM opaque type spirv.{TypeName} and
mangled as __spirv_{TypeName}, where {TypeName} is the name of the SPIR-V
type with "OpType" removed, e.g., OpTypeEvent is mapped to spirv.Event and