Home
last modified time | relevance | path

Searched defs:RootDescriptor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h47 struct RootDescriptor { struct
52 dxbc::RootDescriptorFlags Flags; argument
56 Flags = dxbc::RootDescriptorFlags::DataVolatile; in setDefaultFlags() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h693 struct RootDescriptor { struct
694 uint32_t ShaderRegister;
695 uint32_t RegisterSpace;
696 void swapBytes() { in swapBytes()
748 struct RootDescriptor : public v1::RootDescriptor { struct
751 RootDescriptor() = default; argument
752 explicit RootDescriptor(v1::RootDescriptor &Base) in RootDescriptor() function
756 v1::RootDescriptor::swapBytes(); in swapBytes() argument