Searched defs:RootSignatureElement (Results 1 – 1 of 1) sorted by relevance
39 struct RootSignatureElement { struct40 RootSignatureElement(SourceLocation Loc, in RootSignatureElement() argument44 const llvm::hlsl::rootsig::RootElement &getElement() const { return Element; } in getElement()45 const SourceLocation &getLocation() const { return Loc; } in getLocation()49 llvm::hlsl::rootsig::RootElement Element;