Home
last modified time | relevance | path

Searched refs:RootParameterType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp39 case llvm::to_underlying(dxbc::RootParameterType::Constants32Bit): in getSize()
42 case llvm::to_underlying(dxbc::RootParameterType::CBV): in getSize()
43 case llvm::to_underlying(dxbc::RootParameterType::SRV): in getSize()
44 case llvm::to_underlying(dxbc::RootParameterType::UAV): in getSize()
51 case llvm::to_underlying(dxbc::RootParameterType::DescriptorTable): in getSize()
101 case llvm::to_underlying(dxbc::RootParameterType::Constants32Bit): { in write()
112 case llvm::to_underlying(dxbc::RootParameterType::CBV): in write()
113 case llvm::to_underlying(dxbc::RootParameterType::SRV): in write()
114 case llvm::to_underlying(dxbc::RootParameterType::UAV): { in write()
126 case llvm::to_underlying(dxbc::RootParameterType::DescriptorTable): { in write()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp98 llvm::to_underlying(dxbc::RootParameterType::Constants32Bit); in parseRootConstants()
141 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::SRV); in parseRootDescriptors()
144 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::UAV); in parseRootDescriptors()
147 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::CBV); in parseRootDescriptors()
257 llvm::to_underlying(dxbc::RootParameterType::DescriptorTable); in parseDescriptorTable()
422 case llvm::to_underlying(dxbc::RootParameterType::CBV): in validate()
423 case llvm::to_underlying(dxbc::RootParameterType::UAV): in validate()
424 case llvm::to_underlying(dxbc::RootParameterType::SRV): { in validate()
441 case llvm::to_underlying(dxbc::RootParameterType::DescriptorTable): { in validate()
634 case llvm::to_underlying(dxbc::RootParameterType::Constants32Bit): { in run()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h149 (uint32_t)dxbc::RootParameterType::Constants32Bit; in classof()
160 llvm::to_underlying(dxbc::RootParameterType::CBV) || in classof()
162 llvm::to_underlying(dxbc::RootParameterType::SRV) || in classof()
164 llvm::to_underlying(dxbc::RootParameterType::UAV)); in classof()
194 llvm::to_underlying(dxbc::RootParameterType::DescriptorTable)); in classof()
264 switch (static_cast<dxbc::RootParameterType>(Header.ParameterType)) { in getParameter()
265 case dxbc::RootParameterType::Constants32Bit: in getParameter()
268 case dxbc::RootParameterType::CBV: in getParameter()
269 case dxbc::RootParameterType::SRV: in getParameter()
270 case dxbc::RootParameterType::UAV: in getParameter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp142 #define ROOT_PARAMETER(Val, Enum) {#Enum, RootParameterType::Enum},
144 static const EnumEntry<RootParameterType> RootParameterTypes[] = {
148 ArrayRef<EnumEntry<RootParameterType>> dxbc::getRootParameterTypes() { in getRootParameterTypes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp282 case llvm::to_underlying(dxbc::RootParameterType::Constants32Bit): { in writeParts()
292 case llvm::to_underlying(dxbc::RootParameterType::CBV): in writeParts()
293 case llvm::to_underlying(dxbc::RootParameterType::SRV): in writeParts()
294 case llvm::to_underlying(dxbc::RootParameterType::UAV): { in writeParts()
306 case llvm::to_underlying(dxbc::RootParameterType::DescriptorTable): { in writeParts()
H A DDXContainerYAML.cpp428 case llvm::to_underlying(dxbc::RootParameterType::Constants32Bit): { in mapping()
434 case llvm::to_underlying(dxbc::RootParameterType::CBV): in mapping()
435 case llvm::to_underlying(dxbc::RootParameterType::SRV): in mapping()
436 case llvm::to_underlying(dxbc::RootParameterType::UAV): { in mapping()
442 case llvm::to_underlying(dxbc::RootParameterType::DescriptorTable): { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h188 enum class RootParameterType : uint32_t { enum
192 LLVM_ABI ArrayRef<EnumEntry<RootParameterType>> getRootParameterTypes();